@charset "utf-8";
/* CSS Document */
.converter-body { background: url(./../img/banner-bg.png) no-repeat top center;}
.converter-body h2{font-size: 36px; line-height: 160%; color: #000000; font-weight: 500;}
.converter-banner { width: 100%; height: 834px; position:relative; z-index:3; overflow:hidden;}
.converter-banner-cnt{display: flex; padding-top: 77px; position:relative;}
.converter-banner-text{max-width: 440px;}
.converter-banner-text b{font-size: 18px; line-height: 1.6; color: #3a3a3a; font-weight: 600;}
.converter-banner-text h1{font-size:36px; line-height: 1.3; color: #000000; font-weight: 500;  margin-top: 20px;}
.converter-banner-text h1 span{font-size:inherit; color:#FB464E; font-weight: 700; }
.converter-banner-text p{font-size: 16px; line-height: 2; color: #000000; font-weight: 400; margin-top: 32px; }
.converter-banner-text ul{margin-top:30px;}
.converter-banner-text ul li{font-weight: 400; font-size: 14px; line-height: 200%; color: #000000; margin-top: 10px; position: relative; padding-left: 20px;}
.converter-banner-text ul li:before{width: 8px; height: 8px; content: ""; display: block; position: absolute; left: 0; top: calc(50% - 3px); background: #000; border-radius: 8px;}
.converter-banner-picture{margin-right:-155px; margin-top:7px; position:relative;}
.converter-banner-ptaimg{position:absolute; right:-120px; top: 88px; z-index:7;}
.converter-button{margin-top: 22px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center;}
.converter-trybtn{width: fit-content; padding: 18px 37.82px 17px 37px; background: linear-gradient(90.29deg, #ED6948 18.05%, #FF404F 102.89%); border-radius: 30px; margin-top: 10px; font-size: 18px; font-weight: 700; color: #FFFFFF; display: flex; align-items: center; box-sizing: border-box;}
.converter-learnmore{font-size: 18px; line-height: 1.6; font-weight: 700; color: #FB464E; margin-left: 30px; margin-top: 10px; padding: 13.21px 27.33px 14px 26px; border-radius: 30px; display: flex; align-items: center; box-sizing: border-box; border: 2px solid #FB464E; width: fit-content;}
.converter-trybtn img,.converter-learnmore img{margin-right: 10px;}
.converter-banner-img{margin-right: -160px; margin-top:29px;}
.converter-banner-available{margin-top: 25px; display: flex; align-items: center;}
.converter-banner-available span{font-size: 14px; font-weight: 400; line-height: 160%; margin-right: 5px; color: #000;}
.converter-banner-available a{margin-right: 12px;}


.converter-button .iosbtn {
    margin: 0 0 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.converter-button .iosbtn a {
    margin-right: 22px;
}

.converter-button .iosbtn span { 
    font-size: 12px;
}

.converter-button .iosbtn img {
    width: 162px;
    height: 57px;
}

.pdfgear-features {
    margin: 0 auto;
    background: linear-gradient(180deg, #f1f3ff 0%, rgba(255, 255, 255, 0.988083) 50%);
}

.pdfgear-features h2 {
    text-align: center;
    font-size: 36px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 72px;
}

.pdfgear-features .pdfgear-feature-items {
    max-width: 1350px;
    margin: 0 auto;
}

.pdfgear-features .pdfgear-feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.pdfgear-features .pdfgear-feature-item:nth-child(even) {
    flex-direction: row-reverse;
}

.pdfgear-features .pdfgear-feature-item img {

}

.pdfgear-features .pdfgear-feature-content {
    width: 564px;
    height: 464px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 105px 0 0 45px;
}

.pdfgear-features .pdfgear-feature-content ul {
    margin-bottom: 20px;
}

.pdfgear-features .pdfgear-feature-item:nth-child(1) .pdfgear-feature-content {
    background-image: url(./../img/feature-01-bg.png);
    background-size: 100% auto;
}

.pdfgear-features .pdfgear-feature-item:nth-child(2) .pdfgear-feature-content {
    background-image: url(./../img/feature-02-bg.png);
    background-size: 100% auto;
}

.pdfgear-features .pdfgear-feature-item:nth-child(3) .pdfgear-feature-content {
    background-image: url(./../img/feature-03-bg.png);
    background-size: 100% auto;
}

.pdfgear-features .pdfgear-feature-item:nth-child(4) .pdfgear-feature-content {
    background-image: url(./../img/feature-04-bg.png);
    background-size: 100% auto;
}

.pdfgear-features .pdfgear-feature-content img {
    width: 162px;
    height: 56.5px;
}

.pdfgear-features .pdfgear-feature-item li {
    font-size: 18px;
    line-height: 272.5%;
    position: relative;
    padding: 0 0 0 20px;
}

.pdfgear-features .pdfgear-feature-item li::before {
    content: "";
    width: 4px ;
    height: 4px ;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 2px;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.pdfgear-tweets {
    margin: 0 auto 90px;
    height: 768px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(111.4deg, #ECF2FF 35.92%, #B3E0FF 93.41%);
    text-align: center;
}

.pdfgear-tweets h2 {
    font-size: 40px;
    line-height: 160%;
    font-weight: 600;
    margin-bottom: 50px;
}

.pdfgear-tweets-desc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.pdfgear-tweets-desc p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 10px;
}

.pdfgear-tweets-desc p:nth-child(2) {
    font-size: 14px;
    margin-bottom: 20px;
}


.pdfgear-tweets-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.pdfgear-tweet, .pdfgear-tweets-desc-item {
    width: 378px;
    margin: 0 16px;
}

.pdfgear-tweet img {
    width: 100%;
}


.pdfgear-faqs {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto 90px;
}

.pdfgear-faqs h2 {
    text-align: center;
    margin-bottom: 50px;
}

.pdfgear-faqs ul li {
    border-bottom: #eee 1px solid;
    padding: 36px 32px;
    transition: all .3s ease;
    cursor: pointer;
}

.pdfgear-faqs ul li h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.pdfgear-faqs ul li h3::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(./../img/arrow-icon.svg) no-repeat center center;
    right: 0;
    top: 0;
    transform: rotate(-180deg);
    transition: all .3s ease;
}

.pdfgear-faqs ul li p {
    display: none;
    font-size: 16px;
    line-height: 160%;
}

.pdfgear-faqs ul li.active {
    background-color: #FFF4F4;
    border-bottom: #FFF4F4 1px solid;
    border-radius: 6px;
}

.pdfgear-faqs ul li.active h3 {
    margin-bottom: 24px;
    color: #FF5D5D;
    font-weight: 600;
}

.pdfgear-faqs ul li.active h3::after {
    transform: rotate(0deg);
}

.pdfgear-faqs ul li.active p {
    display: block;
}

.converter-download-warp { background: linear-gradient(271.93deg, #FFF8E1 0.54%, #FFE9E9 52.97%, #CCD5FF 101.61%); }

.converter-download{max-width: 1488px; width: 92%; margin: 10px auto 0;  border-radius: 10px; overflow: hidden; box-sizing: border-box; padding: 78px 145px 0; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: flex-end;}
.converter-download img { transition: all .3s ease;}
.converter-download-text{width: 500px; padding-bottom: 100px;}
.converter-download-text h2{font-weight: 600; font-size: 34px; line-height: 160%; color: #000; margin-bottom: 10px;}
.converter-download-text p{font-weight: 400; font-size: 16px; line-height: 200%; margin-top: 6px; color: #000;}
.converter-download-button{display: flex; margin-top: 25px;}
.converter-download-button .converter-learnmore{border: 2px solid #000; color: #000;}
.converter-download-rated{margin-top: 22px;}
.converter-download-rated b{font-weight: 400; font-size: 18px; line-height: 160%; color: #000;}
.converter-download-rated img{margin-left: 20px;}
.converter-download-based{font-size: 14px; line-height: 1.6; font-weight: 400; color: #D3D3D3;}

.converter-button .pdfgear-platforms span {
    padding-left: 5px;
}

.converter-button .pdfgear-platforms a {
    color: #666;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    padding-left: 22px;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: left center!important;
    margin-right: 18px
}

.converter-button .pdfgear-platforms a.win {
    background-image: url(https://www.pdfgear.com/img/common/win-black.svg)!important;
}

.converter-button .pdfgear-platforms a.os {
    background-image: url(https://www.pdfgear.com/img/common/os-black.svg)!important;
}

.converter-button .pdfgear-platforms a.ios {
    background-image: url(https://www.pdfgear.com/img/common/ios-black.svg)!important;
    margin-left: 0
}

@media screen and (max-width: 1600px) {
    .converter-download{padding: 78px 30px 0 30px;}
    .converter-download>img{width: 50%; height: auto;}
    .converter-download-text{width: 46%;}
    }
    
    @media screen and (max-width: 1400px) {
    .converter-download{padding: 78px 30px 0 30px;}
    .pdfgear-slider{height: 3300px;}
    .pdfgear-slider-mid{transform: translateX(0);}	
    .pdfgear-slider-img{width: calc(100% - 520px);}
    .pdfgear-slider-img img{width: 100%; height: auto; margin: 250px 0;}
    .converter-download-text{ padding-bottom: 80px;}
    }
    
    @media screen and (max-width: 1200px) {
    .converter-download{height: auto; padding: 40px 20px 0; align-items: flex-end;}
    .pdfgear-tweets { height: auto; padding: 50px 0;}
    .pdfgear-tweets h2 { margin-bottom: 20px; }
    .pdfgear-tweet, .pdfgear-tweets-desc-item {
        width: 31.83%;
    }
    }
    @media screen and (max-width: 1100px) {
    .converter-banner{height: auto; padding-bottom:40px;}
    .converter-banner-picture{margin:0; text-align: center; width: 100%;}
    .converter-banner-ptrimg{max-width: 480px; width: 100%; height: auto; margin: 30px auto 0;}
    .converter-banner-ptaimg{display:none;}
    .converter-banner-cnt{flex-direction: column; align-items: flex-start; padding-top: 40px;}
    .converter-banner-text{max-width: 100%;}
    .converter-banner-img{max-width: 605px; width: 100%; height: auto; margin: 30px auto 0;}
   
    .converter-download{flex-direction: column; margin-top: 50px;}
    .converter-download-text{margin: 30px auto 0; text-align: center; width: 100%; padding-bottom: 40px;}
    .converter-download>img{width: 100%; max-width: 761px;}
    .converter-download-button{flex-wrap: wrap; justify-content: center;}
    .converter-download-button a{margin: 10px;}
    .converter-download-text .converter-banner-available{ justify-content:center; margin-top: 20px; }


    .pdfgear-slider{height: auto; background: #fff; padding-bottom: 0;}
    .pdfgear-slider-img{display: none;}
    .pdfgear-slider-button{display: none;}
    .pdfgear-slider-article{position: relative; margin-top: 50px; top: 0; height: auto; width: 100%; margin-right: 0;}
    .pdfgear-slider-item{position: relative; opacity: 1; margin-top: 50px; text-align: center;}
    .pdfgear-slider-item img{display: block; max-width: fit-content; width: 90%; height: auto; margin: 30px auto 0;}

    .pdfgear-tweets-desc-item p { font-size: 14px; }
    .pdfgear-tweets-desc-item p:nth-child(2) { font-size: 12px; }


    .pdfgear-features .pdfgear-feature-item,
    .pdfgear-features .pdfgear-feature-item:nth-child(even) { flex-direction: column; margin-bottom: 50px; }
    .pdfgear-features .pdfgear-feature-item img { max-width: 500px; height: auto; margin-bottom: 30px; }

    .pdfgear-features h2 { margin-bottom: 30px;}

    }
    
    @media screen and (max-width: 980px) {
        .converter-button{flex-wrap: wrap; justify-content: center; align-items: center;}

        .pdfgear-techspecs { background: none; width: 92%; height: auto; padding: 50px 0 0; margin: 0 auto 50px; }
        .pdfgear-techspecs .pdfgear-techspecs-table {
            width: 100%;
            border: 1px solid #FFC1C1;
        }
        .pdfgear-techspecs .pdfgear-techspecs-table th,
        .pdfgear-techspecs .pdfgear-techspecs-table td {
            font-size: 12px;
            padding: 0 5px;
        }
        .pdfgear-techspecs .pdfgear-techspecs-supported {
            width: 13.5px;
        }
        .pdfgear-techspecs .pdfgear-techspecs-unsupported {
            width: 9px;
        }
        .pdfgear-slider-article { margin-top: 0; }
        .converter-button .iosbtn {
            flex-direction: column;
        }
    }
    
    @media screen and (max-width: 768px) {
    .converter-banner-text{text-align: center; width: 100%;}
    .converter-banner-text ul li{text-align: left;}
    .converter-banner-text h1{font-size: 30px;}
    .converter-trybtn,.converter-learnmore{font-size: 16px;}
    .converter-banner-available{justify-content:center;}
    .converter-body h2,.converter-videos-steps h5,.converter-feature-item-text b,.converter-videos-box h5{font-size: 26px;}
    .converter-button{flex-wrap: wrap; justify-content: center; align-items: center;}
    .converter-download>img{max-width: 440px; width: 100%; height: auto;}
    .recommended-articles { margin: 0 auto 30px; }

    .pdfgear-tweets-desc { display: none; }
    .pdfgear-tweets-items { flex-direction: column; }
    .pdfgear-tweet { width: 100%; margin-bottom: 20px; }
    .pdfgear-tweets-items img { width: 100%; }

    .converter-body h2 { margin-bottom: 20px; }
    
    .pdfgear-features {
        padding: 0 4%;
    }

    .pdfgear-tweets {
        padding: 50px 20px;
    }

    .pdfgear-features .pdfgear-feature-content {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .pdfgear-tweet, .pdfgear-tweets-desc-item {
        margin: 0;
    }

    .pdfgear-tweet {
        margin-bottom: 20px;
    }

    .pdfgear-features .pdfgear-feature-item {
        margin-bottom: 30px;
    }
    
    .pdfgear-features .pdfgear-feature-item li {
        font-size: 14px;
    }

    .pdfgear-features .pdfgear-feature-item img {
        max-width: 50%;
        height: auto;
        margin-bottom: 20px;
    }

    }
    
    @media screen and (max-width: 568px) {
        .pdfgear-slider-item h3{font-size: 26px;}
    }
    @media screen and (max-width: 360px) {
    }
    @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
    }