* {
    margin: 0;
    padding: 0;
    font-family: rawline,
        Open Sans,
        Arial,
        sans-serif;
    box-sizing: inherit;
}

body {
    line-height: 1.3;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .3px;
    direction: ltr;
    font-variant-numeric: lining-nums;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: #f3f0ec;
    color: #FFF;
}

/* .home-bg {
    background-image: url(../img/homeBg.jpg);
} */

ol,
ul {
    list-style: none
}

/* header */

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 13px;
}

.header .header-left,
.header-centert,
.header-right {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.header-left li a,
.header-centert li a,
.header-centert li,
.header-right li {
    color: #333;
    cursor: pointer;
}

.header-left li a {
    display: inline-block;
}

.title-home svg {
    width: 125px;
    height: 100%;
}

.pdf-all {
    height: 100%;
    line-height: 60px;
    position: relative;
}

.pdf-all ul li {
    line-height: 0px;
}

.header-right .pdf-all ul li {
    line-height: 20px;
    width: 112px;
}

.pdf-to-conv {
    left: 40px !important;
}

.conv-to-pdf {
    left: 40px !important;
}

.header-left {
    position: absolute;
    left: 5%;
}

.header-centert {
    position: absolute;
    left: 15%;
}

.header-right {
    position: absolute;
    right: 5%;
}

.header-centert li {
    padding: 0 40px;
}

.header-right li.pdf-all {
    padding: 0 20px;
    display: none;
}

.header {
    height: 60px;
    background: #fff;
    width: 100%;
    z-index: 1041;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, .3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #1E293A;
}

.header-centert .pdf-all:nth-child(1) a {
    height: 100%;
    padding: 0 40px;
    display: inline-block;
}

.header-centert .pdf-all:nth-child(1) {
    padding: 0;
}


.log-in {
    background-color: #334560;
    text-align: center;
}

.sign-up {
    background-color: #009070;
    text-align: center;
}

.pdf-all-show {
    display: none;
    cursor: pointer;
}

.head-portrait {
    display: none;
}

.pdf-all-box {
    position: absolute;
    display: none;
    left: -12px;
}

.pdf-all-hide {
    top: 100%;
    left: 5%;
    background-color: #2A6DD8;
    padding: 10px;
    top: 10px;
    margin-top: 5px;
    border-radius: 6px;
    max-height: 83vh;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    width: 264px;
    box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
}

.pdf-all:hover .pdf-all-box {
    display: block;
}

.pdf-all-hide li {
    padding: 0px;
    color: #D4D4D4;
    width: 184px;
}

.pdf-all-hide li.title {
    color: #009070;
}

.pdf-all-hide li.title:hover {
    background-color: transparent;
}

.pdf-all-hide li a {
    font-size: 15px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
}

.pdf-all-hide li a img,
.pdf-all-hide li a svg {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.pdf-all-hide li:hover {
    background-color: #fff;
}
.pdf-all-hide li:hover a{
    color: #333;
}

.pdf-all-hide li h4 {
    font-size: 16px;
    padding: 3px 0;
    line-height: 20px;
}



@media (max-width: 1024px) {

    .header-centert
    {
        display: none !important;
    }

    .head-portrait {
        display: block;
        position: absolute;
        right: 5%;
    }

    .pdf-all-show {
        display: block;
        position: absolute;
        left: 5%;
    }

    .header-left {
        left: 39%;
        top: -9%;
    }
}


.main {
   padding-top: 60px;
    /* min-height: calc(100vh - 70px); */
    /* background-color: #28364D; */
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.home .home-title {
    margin-top: 4vh;
    padding-bottom: 4vh;
}

.home-title {
    position: relative;
    text-align: center;

}

.home-title .title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    max-width: 1100px;
}

.title,
.title0 {
    font-size: 27px;
    letter-spacing: 0;
    font-weight: 600;
    color: #383e45;
    margin-bottom: 8px;
    line-height: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

.home-title .subtitle {
    color: #333;
    max-width: 980px;
    margin: auto auto 28px;
}

.subtitle,
.subtitle a:hover {
    color: #383e45;
}

.subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 32px;
}

.home-title:after {
    z-index: -1;
    -webkit-transform: translateX(-50%) skew(-75deg);
    transform: translateX(-50%) skew(-75deg);
    background-image: -webkit-linear-gradient(94deg, #383e45, #626870);
    background-image: -o-linear-gradient(94deg, #383e45 0, #626870 100%);
    background-image: linear-gradient(-4deg, #383e45, #626870);
}

.tools {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 68px 42px;
}

.home .tools_container {
    margin-top: 30px;
}

.tools_container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.tools_container .tools_item_icon{
    margin-right:15px;
}


@media (min-width: 576px) {
    .tools_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .tools_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .tools_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .tools_container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .tools_container {
        max-width: 1440px;
    }
}

.tools_item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    color: #383e45;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
    padding: 6px;
}
.llqs-img{
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
    cursor: pointer;
}
 .btn-install {
    color: #fff;
    background-color: #dd4b39;
    border-radius: 4px;
    width: 260px;
    display: inline-block;
    padding: 6px 0;
}
.llqs-img div{
    margin: 0 3px;
}
.tools_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #383e45;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #e5322d;
}

a {
    background: rgba(0, 0, 0, 0);
}

.tools_item h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    color: #dc6565;
    text-align: center;
    padding: 20px 0 10px 0;
}

.tools_item_content {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
}

.tools_item_content p {
    font-size: 12px;
    line-height: 18px;
    color: #626870;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: none;
}
p:last-child {
    margin-bottom: 0;
    color: #717171;
    font-size: 12px;
}

.downloader_btn svg {
    transform: translate(-30px, 0);
}

p {
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 12px;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-main {
    background: #1E293A;
    padding-top: 32px;
    padding-bottom: 50px;
}

.block_container,
.container,
.footer-big_container {
    max-width: 1200px;
    padding-right: 24px;
    padding-left: 24px;
}

@media (min-width: 576px) {

    .block_container,
    .container,
    .footer-big_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .block_container,
    .container,
    .footer-big_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .block_container,
    .container,
    .footer-big_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .block_container,
    .container,
    .footer-big_container {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {

    .block_container,
    .container,
    .footer-big_container {
        max-width: 1370px;
    }
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.block_container,
.container,
.footer-big_container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.footer-main .title4 {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.title4.red {
    font-weight: 600;
    color: #009070;
}

.red {
    color: #e5322d;
}

.title4,
.title4 a:hover {
    color: #161616;
}

.title4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-bottom: 12px;
    line-height: 24px;
}

.footer-main_nav li {
    margin-bottom: 12px;

}

.footer-main_nav li a {
    color: #D4D4D4;
}

.separator {
    height: 1px;
    background-color: #333F52;
}

/* inside_3 */
.Inside_3 {
    background-color: #284068;
}

.tool {
    height: calc(100vh - 60px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    overflow-x: hidden;
    /* padding: 150px 0px; */
}

.tool_workarea {
    text-align: center;
    height: 100%;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.tool_header {
    padding: 6px 24px 30px;
}

.tool_header_title {
    font-size: 42px;
    letter-spacing: 0;
    font-weight: 600;
    color: #D4D4D4;
    margin-bottom: 8px;
    line-height: 46px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.tool_header_subtitle {
    max-width: 800px;
    font-size: 22px;
    font-weight: 400;
    color: #D4D4D4;
    letter-spacing: 0;
    margin: 0 auto 8px;
    line-height: 32px;
}

@media (min-width: 500px) {
 
    .downloader,
    .uploader {
        display: table;
    }
}

.downloader,
.uploader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    text-align: center;
    position: relative;
    justify-content: center;
}

.downloader_btn.active,
.uploader_btn.active {
    background-color: #0056b3;
}

.downloader_btn,
.uploader_btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #e5322d;
    padding: 24px 56px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    margin-bottom: 12px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    -ms-flex-order: 1;
    order: 1;
    max-width: 60vw;

}

.downloader_btn {
    min-width: 310px;
}

@media (max-width: 460px) {
    .tool_header_title {
        font-size: 32px;
        line-height: 38px;
    }

    .tool_header_subtitle {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 501px) {

    .downloader_btn,
    .uploader_btn {
        width: 100%;
        max-width: inherit;
    }
}

@media (max-width: 840px) {
    .tool_header_title {
        font-size: 34px;
        line-height: 42px;
    }

    .tool_header_subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .downloader_btn,
    .uploader_btn {
        font-size: 22px;
        padding: 24px 32px;
    }

    .tool {
        padding: 50px 0px;
    }
}

@media (max-width: 62em) {
    .tool_header_title {
        font-size: 38px;
        line-height: 44px;
    }

    .tool_header_subtitle {
        font-size: 18px;
        line-height: 22px;
    }
}

#converting {
    display: none;
}

.converting-text {
    font-size: 27px;
    font-weight: 400;
    color: #D4D4D4;
    line-height: 73px;
    text-align: center;
}

/* download */
.download {
    background-color: #F4F4F4;
}

.download .main {
    text-align: center;
    margin-bottom: 145px;
}

.download .title1,
.download .title2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 29px;
    color: #333;
}

.downloader,
.downloader_btn {
    margin-bottom: 0;
}

.downloader,
.uploader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    text-align: center;
    position: relative;
}

.downloader_extra,
.uploader_extra {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-left: 0;
}

@media (min-width: 500px) {

    .downloader_extra:nth-child(4),
    .uploader_extra:nth-child(4) {
        margin-left: calc(100% + 56px);
    }

    .downloader_extra:first-child,
    .uploader_extra:first-child {
        margin-left: -48px;
        margin-top: 24px;
    }

    .downloader,
    .uploader {
        display: table;
    }

    .downloader_extra,
    .uploader_extra {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: calc(100% + 12px);
        position: absolute;
        top: -9px;
    }

    .downloader_extra_btn,
    .uploader_extra_btn {
        margin: 0 0 8px;
    }
}

.downloader_extra:first-child,
.uploader_extra:first-child {
    margin-right: auto;
}

.downloader_extra_btn-black.active,
.uploader_extra_btn-black.active {
    background: #383e45;
}

.downloader_extra_btn.active,
.uploader_extra_btn.active {
    background: #0056b3;
}

.downloader_extra_btn-black,
.uploader_extra_btn-black {
    background: #626870;
    display: none;
}

.downloader_extra_btn,
.uploader_extra_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    cursor: pointer;
    background: rgba(229, 50, 45, .6);
    margin: 6px 6px 8px;
}

.downloader_extra_btn img,
.downloader_extra_btn svg,
.uploader_extra_btn img,
.uploader_extra_btn svg {
    max-width: 18px;
}

.btn-icon g,
.btn-icon path,
.btn-icon svg,
.uploader.box .uploader_btn g,
.uploader.box .uploader_btn path,
.uploader.box .uploader_btn svg {
    fill: #fff;
}

.btn-icon svg,
.uploader.box .uploader_btn svg {
    margin-top: 0;
    margin-right: 0;
}

.btn-icon g,
.btn-icon path,
.btn-icon svg {
    fill: #fff;
}

.btn-icon svg {
    margin-top: 0;
    margin-right: 0;
}

svg:not(:root) {
    overflow: hidden;
}

.downloader_btn.active,
.uploader_btn.active {
    background-color: #0056b3;
}

.downloader_extra_btn.active,
.uploader_extra_btn.active {
    background: #0056b3;
}

.btn-icon,
.uploader.box .uploader_btn {
    width: 36px;
    min-width: 0;
    padding: 0;
    height: 36px;
    border-radius: 100%;
    background: #e5322d;
    color: #fff;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
}

.downloader_extra a:hover {
    background-color: black !important;
}

.box {
    padding: 0px 0px 35px 0;
}

.box .title2 {
    margin-bottom: 50px;
}

#ad,
body.download .download_add,
body.download .footer-big {
    display: block;
}

.download_add {
    margin-bottom: 42px;
    width: 90%;
    margin: 0 auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid hsla(0, 0%, 9%, .125);
    border-radius: .25rem;


}

.card {
    margin-bottom: 16px;
    border: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    background-color: #1E293A;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1.25rem;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
}

.share {
    text-align: left;
    margin-bottom: 4px;
}

.share_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    color: #383e45;
    margin-bottom: 22px;
}

.share_subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #161616;
    letter-spacing: .3px;
    line-height: 24px;
    margin-bottom: 4px;
}

.share_buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.share_buttons li {
    width: 50%;
    min-width: 230px;
}

.share_buttons_item-facebook {
    background-color: #3b5998;
    color: #fff;
}

.share_buttons_item {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 4px;
    border-radius: 4px;
}

.share_buttons_item svg {
    width: 18px;
    height: 18px;
    margin: 16px 24px;
}

.share_buttons_item-twitter {
    background-color: #55acee;
    color: #fff;
}

.share_buttons_item-google {
    background-color: #dd4b39;
    color: #fff;
}

.share_buttons_item-linkedin {
    background-color: #0977b5;
    color: #fff;
}

.share .share_title {
    padding: 15px 0 0 0;
}

#ad a {
    width: 50%;
    position: absolute;
    left: 33%;
    top: 33%;
    min-width: 223px;
    max-width: 280px;
}

@media (max-width: 1150px) {
    #ad a {

        left: 0%;
        top: 33%;

    }
}

@media (max-width: 765px) {
    #ad a {

        left: 3%;
        top: 0%;

    }
}

.load8 .loader,
.load8 .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.load-container {
    width: 240px;
    height: 240px;
    margin: 0 auto;
}

.loader {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.load8 .loader {
    margin: 6em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #009070;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.footer-main_nav li a {
    font-size: 13px;
}

.tooltip-inner {
    max-width: 400px !important;
}

a:hover {
    color: #FFF;
}

.tools_item_icon svg,
.tools_item_icon img {
    width: 50px;
    height: 50px;
}

.beschreibung {
    box-sizing: border-box;
    min-width: 288px;
    max-width: 800px;
    padding: 2em 5em;
    margin: 2em auto;
    background-color: #2F3F59;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .24);
    text-align: center;
}

.centents h1 {
    font-size: 1.8rem;
    line-height: 1.0;
}

.centents h2 {
    font-size: 1.0rem;
    margin: 25px 0 15px 0;
}

.beschreibung .centents p,
.beschreibung .centents h2 {
    text-align: left;
}

.centents p {
    font-size: 13px;
    line-height: 21px;
}

.beschreibung-div {
    padding: 20px 0;
}

.faq__item__text p {
    text-align: left;
    font-size: 13px;
}

.faq,
.faq__item {
    display: -ms-flexbox;
    display: flex;
}

.faq__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #aeaeb2;
}

.faq__item__icon {
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff6a58;
    border-radius: 100%;
    margin-right: 12px;
}

.faq__item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.faq__item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}

.line {
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #3B4C6A;
}

.content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px 0;
}

.binary {
    position: relative;
    margin-top: 48px;
}

.btn,
button {
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    background-color: #383e45;
    color: #fff;
}

.btn--red,
button--red {
    min-width: 200px;
    padding: 10px 24px 14px;
    text-shadow: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    background-color: #00906F;
}

.binary__btn {
    border-radius: 4px 0 0 4px;
    height: 48px;
}

.binary__select {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    width: 50px;
    left: -5px;
    position: relative;
    vertical-align: bottom;
    border-left: 1px solid #FFF;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00906F;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
}

.binary__select:after {
    content: "";
    width: 12px;
    height: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
}

.binary__list {
    display: none;
    width: auto;
    top: calc(100% + 2px);
    left: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    border-radius: 4px;
    z-index: 99;
    overflow: hidden;
    width: 249px;
}

.binary__btn,
.binary__select {
    margin-bottom: 8px;
}

.binary__list li,
.binary__list li a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-top ul:nth-child(2) {
    width: 50%;
}

.binary__list li {
    font-size: 18px;
    padding: 10px 24px;
    cursor: pointer;
    background: #00906F;
    border-bottom: 1px solid #FFF;
}

.binary__list li:last-child {
    border-color: transparent;
}

.binary__btn:hover {
    color: #FFF;
}

.binary__select:hover,
.binary__btn:hover,
.binary__list li:hover {
    background: rgb(2, 95, 74);
    border-color: rgb(2, 95, 74);
}

a,
a:hover {
    text-decoration: none;
}

.binary__list li a svg,
.binary__btn svg {
    display: inline-block;
    transform: translate(10px, 0px);

}

.binary__list li a svg g {
    fill: rgb(255, 255, 255) !important;
}

.main-desktop {
    background: #2D3D57;
}

.main-desktop .desktop-16 {
    font-weight: bold;
    font-size: 16px;
}

.main-desktop .desktop-25 {
    font-size: 25px;
    margin: 22px 0 27px 0;
}

.main-desktop .desktop-15 {
    font-size: 15px;
}

.content-centent .container ul li:nth-child(3) ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-centent .container ul .lis1 {
    line-height: 25px;
    padding: 16px;
    font-size: 37px;
}

.content-centent .container ul .lis2 {
    padding: 0 0 20px 0;
    font-size: 18px;
}

.content-centent .container ul .lis3 ul li div:nth-child(2) {
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}

.content-centent .container ul .lis3 ul li div:nth-child(3) {
    font-size: 15px;
    line-height: 22px;
}

.content-centent {
    background-color: #28374E;
    padding: 45px 0;
}

.content-centent .container ul li {
    text-align: center;
}

.apptools_item {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #e5322d;
    position: absolute;
    left: -19px;
    top: 17px;
}

.apptools__item.bullet-pdfword:before {
    background-color: #5f83c6;
}

.content-tops {
    background-color: #50756D;
    padding: 45px 0;
}

.content-tops .container div:nth-child(3) {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content-tops .container .tops-div1,
.content-tops .container .tops-div2 {
    text-align: center;
}

.content-tops .container .tops-div1 {
    line-height: 30px;
    padding: 16px;
    font-size: 37px;
}

.content-tops .container .tops-div2 {
    padding: 0 0 20px 0;
}

.content-tops .container .tops-div3 .div3-ul li {
    line-height: 30px;
}

.content-tops .container .tops-div3 .div3-ul>li {
    padding: 9px 0;
}

.content-footer .container {
    border: 1px solid #fff;
    padding: 30px;
    margin-top: 40px;
}

.content-footer .container .container-top1 {
    font-size: 32px;
    text-align: center;
    padding: 0px 0 15px 0;
}

.content-footer .container .container-top2 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 35px;
    text-align: center;
    padding: 15px;
}

.content-footer .container .container-top3 {
    width: 64%;
    margin: 0 auto;
    text-align: center;
}

.content-bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.content-icon .binary__list {
    width: auto;
    top: calc(100% + 2px);
    left: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .14);
    background: #00906F;
    border-radius: 4px;
    z-index: 99;
    overflow: hidden;
    width: 280px;
    position: unset;
}

.content-icon {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.content-icon ul {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-icon ul li {
    background-color: #50756D;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}

.content-icon ul li svg g {
    fill: rgb(255, 255, 255) !important;
}

.content-icon ul li svg {
    transform: translate(-10px, 0px);
}

.pricing-top {
    margin-top: 20px;
}
.log-oug-box svg path{
    fill: #fff;
}
.log-oug-box span{
    color: #fff;
}
.pricing-top p {
    margin: 0;
    padding: 0;
}

.pricing-top h2 {
    padding: 15px 0 20px 0;
    font-size: 2.0rem;
}

.pricing-top h2,
.pricing-top p {
    text-align: center;
}

.pricing__account__body {
    padding: 0 24px 24px;
}

.pricing__list__item.item-dropdown {
    cursor: pointer;
    position: relative;
}

.pricing__list__item,
.pricing__list__item__icon {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.pricing__list__item {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid #aeaeb2;
}

svg:not(:root) {
    overflow: hidden;
}

.pricing__list__item>span {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 42px);
    flex-basis: calc(100% - 42px);
    padding-right: 24px;
}

.pricing__list__item ul.listcheck {
    -webkit-column-count: 2;
    column-count: 2;
    margin-top: 15px;
}

.listcheck {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.listcheck li {
    width: 48% !important;
    margin-right: 0px !important;
}

.pricing__list__item ul li.listcheck__item {
    background-color: rgba(0, 0, 0, 0);
    font-size: 10px;
    padding: 2px;
    margin-bottom: 0;
    margin-right: 30px;
}

.pricing__list__item ul li:nth-child(odd) {
    background-color: #C88F86;
}

.pricing__list__item:nth-child(1) ul li:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.more-lis {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
}

.more-lis li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 40 !important;
}

.more-lis li span:nth-child(1) {
    width: 85%;
}

.pricing__list__item ul li {
    width: 100%;
    border-bottom: none;
    padding: 2px 46px;
    display: -ms-flexbox;
    display: flex;
}

.listcheck li {
    margin-bottom: 12px;
    position: relative;
}

.listcheck__item {
    font-size: 16px;
}

.pricing-content {
    display: unset;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-content .pricing-content-divs {
    position: relative;
    margin: 16px;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    border-radius: 4px;
    padding-bottom: 110px;
    min-width: 245px;
}

.pricing-content-divs:nth-child(1) {
    background-color: #B97367;
    background: linear-gradient(-45deg, transparent 1.6em, #B97367 0);
}

.pricing-content-divs:nth-child(2) {
    background-color: #6A9F97;
    background: linear-gradient(-45deg, transparent 1.6em, #6A9F97 0);

}

.pricing-content-divs:nth-child(3) {
    background-color: #D9B869;
    min-height: 612px;

}

.pricing-content-top div:nth-child(1) {
    padding: 20px 25px 10px 25px;
    font-size: 20px;
}

.pricing-content-top div:nth-child(2) {
    padding: 5px 25px 10px 25px;
    font-size: 25px;
    min-height: 50px;
    margin-bottom: 35px;
}

.pricing__account__footer {
    text-align: center;
    padding-bottom: 24px;
}

.pricing__list__item__icon svg g path {
    fill: #ffffff;
}

.pricing__list__item__icon svg {
    margin-right: 15px;
}

.pricing__list__item>span {
    font-size: 13px;
}

.pricing__list__item.item-dropdown:before {
    content: "";
    width: 16px;
    height: 15px;
    background: url(/sites/abcdpdf_com/lp/public/img/caret_down_w.svg) no-repeat 50%;
    position: absolute;
    right: 0;
    top: 18px;
    float: right;
}

.pricing__list__item ul li.listcheck__item:before {
    left: -18px;
    top: 7px;
}

.listcheck {
    padding-left: 24px;
    position: relative;
    text-align: left;
}

.listcheck__item--ok:before {
    background: url(/sites/abcdpdf_com/lp/public/img/ok_sm.svg) no-repeat 50%;
}

.listcheck__item:before {
    position: absolute;
    left: -24px;
    top: 4px;
    width: 16px;
    height: 12px;
    content: "";
}

.pricing__list__item__icon .iconfont {
    margin-right: 15px;
    font-size: 20px;
}

.pricing-coming {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin-top: 110px;
}

.pricing-coming .iconfont {
    font-size: 50px;
}

.pricing-coming-text {
    font-size: 25px;
    text-align: center;
}

.pricing-content-divs .arrow {
    width: 0;
    height: 0;
    line-height: 0;
    border-top: 45px solid #ffffff;
    border-right: 45px solid transparent;
    top: 93%;
    position: absolute;
    right: 0%;
}

@media (max-width: 1480px) {
    .content-icon ul {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-icon ul li {
        margin-left: 10px;
    }
}

@media (max-width: 1000px) {

    .content-top ul:nth-child(1) li img {
        width: 100%;
    }

    .content-top ul:nth-child(1) {
        width: 50%;
    }

    .pricing-content-divs .arrow {
        width: 0;
        height: 0;
        line-height: 0;
        border-top: 40px solid #ffffff;
        border-right: 40px solid transparent;
        top: 93%;
        position: absolute;
        right: 0%;
    }
}

@media (max-width: 770px) {
    .content-icon ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .content-top ul:nth-child(1) li img {
        width: 100%;
    }

    .content-top ul:nth-child(1) {
        width: 55%;
    }
}

@media (max-width: 500px) {
    .header-right li.pdf-all img{
         display: none;
    }
    .header-box .title-home{
        padding: 0 !important;
    }
    .title-home svg{
        width: 54px;
        height: 100%;
    
    }
    .top-menu .nav__item a{
        padding: 0 10px;
        line-height: normal !important;
        max-width: inherit;
        font-size: 12px !important;
    }
    .top-menu .nav__item a span{
        word-break: break-all;
    }
    .header-right li.pdf-all{
        padding: 0 4px;
        max-width: 90px;
    }
    .beschreibung {
        padding: 15px;
    }

    .centents h1 {
        font-size: 1.4rem;
    }

    .centents h2 {
        font-size: 1.1rem;
    }

    .faq__item__title {
        font-size: 14px;
    }

    .content-top {
        display: unset;
    }

    .content-top ul li img {
        width: 100%;
    }

    .content-top ul:nth-child(2) {
        width: 100%;
        padding: 10px 20px;
    }

    .content-tops .container div:nth-child(3) {
        display: unset;
        padding: 10px 20px;
    }

    .content-icon ul {
        width: 100%;
        display: unset;
    }

    .content-icon ul li {
        margin: 10px auto;
    }

    .content-tops .container .tops-div3 .div3-ul {
        padding: 10px 20px;
    }

    .content-centent .container ul li:nth-child(3) ul {
        display: unset;
    }

    .content-top ul:nth-child(1) {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .header .breakpoint-on .navbar-toggler{
        padding: 20px 5px !important;
    }
    .top-menu .nav__item a{
        max-width: 71px;
    }
}
.add_box{
    width: 658px;
    height: 89px;
    /* background: #ABABAB; */
    margin: 0 auto 50px auto;
}

@media (max-width: 1024px) {


    .title,
    .title0 {
        line-height: 35px;
        font-size: 25px;
    }

    .home-title {
        padding: 15px;
    }

    .header {
        height: 60px;
    }

    .tools {
        padding: 8px;
    }
}

@media (max-width: 840px) {

    .title,
    .title0 {
        font-size: 24px;
        line-height: 35px;
    }
}

@media (max-width: 1280px) {
    .tools_item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 1300px) {
    .tools_item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 460px) {

    .title,
    .title0 {
        font-size: 18px;
        line-height: 25px;
    }

    .tools {
        padding: 8px;
    }
}

@media (max-width: 460px) {
    .subtitle {
        font-size: 14px;
        line-height: 18px
    }

    .chrome-popup {
        display: none !important;
    }

    .home-title {
        margin-bottom: 15px;
    }
}


@media (max-width: 90em) {
    .tools_item {
        font-size: 36px;
        line-height: 38px;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media (max-width: 1300px) {
    .tools_item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

}
@media (max-width: 1300px) {
    .tools_item {
        max-height: 240px;
    }
}
@media (max-width: 1280px) {
    .tools_item {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

}

@media (max-width: 1024px) {
 
    .subtitle {
        font-size: 15px;
    }
}

@media (max-width: 960px) {
    .tools_item {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }

}

@media (max-width: 768px) {
    .footer-main .container .row .col-md-3 {
        width: 50% !important;
    }

}

@media (max-width: 640px) {
    .tools_item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .tools_item_icon svg,
    .tools_item_icon img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 440px) {
    .tools_item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;

    }
}


@media (max-height: 840px) {
   .home .home-title {
       margin-top: 2vh;
       padding-bottom: 2vh;
   }
   .tools_item_icon svg,
   .tools_item_icon img {
       width: 30px;
       height: 30px;
   }
}

@media (max-height: 800px) {
    .title,
    .title0{
        line-height: 27px;
    }
}



/* 阿拉伯语右对齐 */
.rtl{
    direction: rtl; 
}
.rtl .header__main .header__nav .nav, .rtl .tools__container {
    direction: rtl;
}
.rtl .tools_container .tools_item_icon{
    margin-right: 0;
    margin-left: 15px;
}
.rtl .tools_item h3{
    text-align: right;
}
.rtl .tools_item_content p{
    text-align: right;
}