.herosection .wrapperNew {
    background: white;
    padding: 30px;
    padding-top: 45px;
    border-radius: 50px;
    position: relative;
    margin-bottom: 80px;
    box-shadow: 0px 30px 20px 0px rgb(1 11 60 / 10%);
    outline: 3px dashed #ddd;
    outline-offset: -15px
}

.herosection .wrapperNew h1 {
    position: relative;
    font-weight: 700;
}

.herosection .wrapperNew p {
    position: relative;
    font-size: 14px;
    padding: 0px 35px;
}

.MergeSeccv2 {
    position: relative;
    border: 2px solid #ddd;
    padding: 15px;
    max-width: 700px;
    margin: auto;
    border-radius: 15px;
}

.MergeSeccv2::before {
    content: '';
    width: 2px;
    height: 20px;
    position: absolute;
    left: 45%;
    top: 20px;
    background: linear-gradient(45deg, #a150cc, #ff7166);
}

.UploadSecc {
    position: relative;
}

.all_details h5 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}

.all_details p {
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px !important;
    opacity: 0.7;
}

.featuredcard {
    border-radius: 15px
}

.all_details ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}

.all_details ul li {
    width: 45%;
    display: inline-block;
    flex: 0 0 auto;
    padding: 30px 12px;
    border-bottom: 1px solid #ddd;
}

.all_details ul li strong {
    color: #FF4C29
}

.text-gradient {
    color: #FF4C29
}

.TxtRed {
    color: #FF4C29
}

.wucardd i {
    font-size: 36px;
    color: #FF4C29
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

.FileCard {
    margin-top: 25px;
    border-radius: 15px;
}

.op-6 {
    opacity: 60%;
}

.buttonConvert .conBtn {
    width: 160px;
    background-color: #FF4C29;
    color: #ffffff;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
}

.CancelBttn {
    font-size: 24px;
    color: #ff4c29;
    border: 1px solid #ff4c29;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.downloadBttn {
    font-size: 24px;
    color: #ffffff;
    border: 1px solid #ff4c29;
    background-color: #FF4C29;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.fileConverters h6 {
    font-weight: 500;
}

.progressBar .progress-bar {
    background-color: #FF4C29;
}

.allBtnGroup {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
}

.allBtnGroup .selectFileBttnn {
    background-color: #FF4C29;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}

.allBtnGroup .conVertbtn {
    background-color: #222222;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}

.allBtnGroup .allDownload {
    background-color: #FF4C29;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
    border: none;
}

.newDoco_toPdf {
    padding: 50px 0px 100px 0px;
}

.a2z_details_conversion {
    padding: 50px 0px;
}

.a2z_details_conversion_right {
    height: 100%;
}

.a2z_details_conversion_right img {
    width: 75%;
    display: block;
    margin: auto;
}

@media only screen and (max-device-width: 480px) {
    .allBtnGroup .selectFileBttnn {
        max-width: 120px;
    }
    .fileConverters h6 {
        font-size: 12px !important;
    }

    .progressBar {
        width: 100% !important;
    }

    .CancelBttn,
    .copyArea,
    .showBttn {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }

    .newDoco_toPdf {
        padding: 50px 0px 50px 0px;
    }

    .a2z_details_conversion {
        padding: 50px 0px !important;
    }
    .allBtnGroup{
        flex-wrap: wrap;
        gap: 12px;
    }
    .progressBar{
        width: 100% !important;
    }
}