.text-red{
    color: red;
}
.results-box {
    display: flex;
    justify-content: center;
}
.PdfconverterImg {
    width: 120px;
}
.section2 .col2 .box1 h1.lineheight {
    line-height: 60px;
}
.section2 .box3 .inderBox {
    width: 40% !important;
}
.section2 .box3 .inderBox .headerBox {
    min-height: 200px;
    max-height: 200px;
}
.heading-1 {
    position: relative;
    text-align: center;
    margin-top: 6px;
}
.heading-1:before {
    content: "";
    display: block;
    border-top: solid 2px #f0f0f0;
    width: 500px;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
    left: -210px;
}
.heading-1 span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #d3d3d3;
}
.folderbox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px 0;
    z-index: 3;
    position: relative;
}

.copy_btn::before,
.download_button::before {
    content: attr(data-title);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    opacity: 0;
    font-size: 12px;
    padding: 2px 5px;
    z-index: 9999;
    visibility: hidden
}

.download_button::before {
    position: absolute;
    top: -10%;
    left: -75%;
    transition: opacity .3s ease-in-out
}
.downloadZip,
.startOver {
    border-radius: 8px;
    padding: 7px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer
}

.downloadZip {
    background: #023c89;
    border: none
}
.download_file_div{
    box-shadow: 0px 2px 10px 0px #0000001A;
    border-radius: 10px;
    padding: 10px 6px;
    background-color: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    margin: 5px 1px;
}

.startOver {
    background: #e55555;
    border: none
}
.file_info{
    gap: 10px;
    align-items: center;
}
.file__name, .file__size span{
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #3F3F40;
}
.download-all-btn-word-js {
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    background: #1C385C;
    border: none;
    padding: 10px;
}
.error-border {
    border: 1px solid red;
}
.folderbox span.active {
    background: #eaeaea;
}
.text-red{
    color: red !important;
}
.urlbox {
    background: #f7f7f7;
    height: 46px;
    margin-top: 17px;
    border-radius: 10px;
    padding: 9px 14px;
    position: relative;
}
.urlbox span {
    position: absolute;
    z-index: 3;
    top: 11px;
    left: 15px;
}
.urlbox input {
    width: 92%;
    height: 31px;
    position: absolute;
    top: 7px;
    z-index: 2;
    left: 49px;
    background: #f7f7f7;
    border: none;
    font-size: 15px;
    color: #000;
}
.urlbox input::placeholder {
    color: #b1b1b1;
}
.urlbox input:focus {
    outline: none;
}
.convertbtn {
    text-align: center;
}
.convertbtn button {
    margin-top: 25px;
    background-color: #023c89;
    color: white;
    font-style: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    width: 50%;
    border-radius: 5px;
    border: 1px #023c89 solid;
    padding: 10px;
}
@media (max-width: 1024px) {
    .section2 .box3 .inderBox {
        width: 95% !important;
    }
}
@media (max-width: 786px) {
    .heading-1:before {
        width: 250px;
        left: -105px;
    }
}
