:root {
    --font-size-xsmaller: 12px;
    --font-size-h1: 38px;
    --font-size-h2: 30px;
    --font-size-h3: 20px;
    --font-size-sub-desc: 24px;
    --font-size-larger: 18px;
    --font-size-medium: 16px;
    --font-size-smaller: 14px;
    --font-size-x-smaller: 12px;
    --font-weight-bold: 700;
    --font-weight-semi-bold: 600;
    --font-weight-regular: 500;
    --font-weight-light: 400;
    --border-radius-larger: 20px;
    --border-radius-medium: 16px;
    --border-radius-small: 12px;
    --border-radius-mini: 8px;
    --border-radius-x-mini: 6px;
    --border-radius-x-large: 24px;
    --gap-default: 20px;
    --gap-min: 8px;
    --gap-normal: 10px;
    --line-height-normal: 20px;
    --color-discount: rgba(247, 105, 29, 1);
    --color-p-heading: rgba(114, 133, 164, 1);
    --color-primary: #023c89;
    --color-heading: #1c385c;
    --color-paragraph: #49607d;
    --color-disable: #8e9bae;
    --color-placeholder: #8e9bae;
    --color-benefit-back: #fafbfd;
    --color-input-field: #f9fafe;
    --color-other-method: #d5d5d5;
    --hide-btn-color: #edeff2;
    --color-plan: #fcf1eb;
    --color-delete-back: #fffbfb;
    --color-del-text: #ff4848;
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
    outline: unset;
    font-family: Quicksand;
}

.gap_10 {
    gap: 10px;
}

.gap_32 {
    gap: 32px;
}

.gap_1r {
    gap: 1rem;
}

.gap_2r {
    display: flex;
    gap: 2rem;
}

.align-items {
    align-items: center;
}

.gap_5 {
    gap: 5px;
}

.mt-5 {
    margin-top: 2.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 2rem;
}

.m-4 {
    margin: 3px;
}

.ml {
    margin-left: 28px;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 2rem;
}

.mb-6 {
    margin-bottom: 70px;
}

.justify-content {
    justify-content: center;
}

.justify-right {
    justify-content: right;
}

.d-flex-jc-sb {
    display: flex;
    justify-content: space-between;
}

.d-flex-jc-c {
    display: flex;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.p-primary,
h1 {
    font-weight: 700;
    color: var(--color-primary);
}

.result-section,
.section2 {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.section2 .backgroundSecond,
.section2 .backgroundSecondpdf,
.section2 .backgroundSecondword {
    height: 100%;
    background-size: 100% 100%;
    transition: 1.5s;
    background-color: #fff6f5;
    z-index: initial;
    border-radius: 10px;
    position: absolute;
    opacity: 0;
}

.blog-section .blog-footer .blogItem:hover,
.result-section,
.section2 {
    margin-top: 10px;
}

.triangle-with-shadow:after,
nav ul li .nav-subList {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.15);
}

.mainSingleBlog .SBlogDetail ul li,
.newfont {
    margin-bottom: 10px;
}

*,
.contact-input,
.contact_Feed,
.contact_submitBtn,
.contactmessage,
.feed-input,
.headerBox,
.mainUploadPdf .innerUploadPdf,
.mainUploaded,
.section2 .col2 .box2 .divUploadFile,
.urlMain input {
    box-sizing: border-box;
}

h1 {
    font-size: 90px;
    line-height: 112px;
    margin-top: 15px;
}

a {
    color: #dc4d00;
}

.newfont {
    font-size: 26px;
}

.section2 .col2 .box2 .p-primary {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    width: 40%;
}

.section2 {
    display: grid;
    border-radius: 10px;
    grid-template-rows: auto;
    background-position: center;
    transition: opacity 4s;
    grid-template-columns: repeat(3, 1fr);
    background-image: url(/assets/images/Group40.svg);
    padding-bottom: 32px;
}

/* ADS */

.adv_div {
    margin: 10px auto;
    text-align: center;
    min-height: 110px;
}

.adv_div_bottom {
    margin: 10px auto;
    text-align: center;
    min-height: 300px;
    padding: 6px 0;
}

.adv_div_inside {
    margin: 10px auto;
    text-align: center;
    min-height: 200px;
    padding: 6px 0;
}

.adv_text {
    text-align: center;
    font-size: 14px;
    color: #8e93a6;
    line-height: 1;
}

.adv_img {
    display: flex;
    max-width: 100%;
    width: 970px;
    min-height: 90px;
    border: 1px solid #fcfcfc;
    margin: 0 auto;
    justify-content: center;
}

/* ADS END*/

.result-section-wrap {
    width: 0;
    height: 0;
    overflow: hidden;
    transition: width 2s, height 4s, overflow 4s;
}

.result-section {
    width: 100%;
    height: 561px;
    background-image: url(/assets/images/pinkbackground.svg);
}

.section2 .backgroundSecond,
.section2 .backgroundSecondword {
    width: 100%;
    background-image: url(/assets/images/backgrountResuld2.svg);
}

.section2 .backgroundSecondpdf {
    width: 100%;
    display: none;
}

.qoutOuter,
.section2 .box3 {
    display: flex;
    justify-content: center;
}

.result-section .backgroundSecond .box1 {
    text-align: center;
    padding: 20px;
}

.url-link {
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.url-link .link-box {
    position: relative;
}

.url-link .link-box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 43px;
    background: #023c89;
    text-align: center;
    padding: 9px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.url-link .link-box input {
    width: 100%;
    height: 43px;
    border: 2px dashed #c4c4c4;
    border-radius: 10px;
    padding-left: 44px;
    font-size: 15px;
    color: #023c89;
    font-weight: 400;
    padding-right: 88px;
}

.url-link .link-box input:focus {
    outline-color: #023c89;
}

.url-link .link-box button {
    top: 0;
    position: absolute;
    width: 20%;
    height: 76%;
    margin: 5px;
    right: 0;
    background-color: #023c89;
    color: #fff;

    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid #023c89;
}

.img-red {
    filter: brightness(0) saturate(100%) invert(22%) sepia(70%) saturate(6958%) hue-rotate(356deg) brightness(94%) contrast(104%);
}

.folderbox {
    gap: 8px;
    max-width: 280px;
}

.folderbox label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #dde1e7;
    border-radius: 8px;
    padding: 11px 10px;
    color: var(--color-heading);
    font-weight: var(--font-weight-semi-bold);
    font-size: var(--font-size-medium);
    line-height: var(--line-height-normal);
}

.OCR-hide-submit,
.OCR-pdftotext-hide-upload {
    opacity: 0;
    margin-top: 100px;
}

.section2 .box3 .inderBox {
    width: 70%;
    position: absolute;
    transition: 0.9s;
    opacity: 0;
    visibility: hidden;
    top: 601px;
    min-height: 270px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
}

.OCR-results-show {
    opacity: 1 !important;
    top: 235px !important;
    visibility: visible !important;
    z-index: 5;
}

.navlistOverlay,
nav ul li .nav-subList {
    z-index: 2;
    display: none;
    position: absolute;
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border: 1px solid #d5d5d5;
    border-radius: 0 10px 0 0;
    background-color: #d5d5d5;
}

.table-container ::-webkit-scrollbar {
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #023c89;
}

.section2 .box3 .inderBox .headerBox {
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 247px;
    max-height: 247px;
    overflow-y: scroll;
}

.section2 .box3 .inderBox .footerBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px;
    background: #f9f8f887;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #c4c4c4;
}

.btn-download,
.section2 .box3 .inderBox .footerBox .btn-download {
    background: var(--color-plan);
    border-radius: 5px;
    border: 1px solid var(--color-plan);

    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #f49664;
    padding: 10px 10px 10px 27px;
    position: relative;
    cursor: pointer;
}

.pdf-to-text .btn-download:hover,
.section2 .box3 .inderBox .footerBox .btn-download:hover {
    background-color: #fbccb2;
}

.footerBox img,
.section2 .box3 .inderBox .footerBox .btn-copy img,
.section2 .box3 .inderBox .footerBox .btn-download img,
.section2 .box3 .inderBox .footerBox .btn-save img {
    position: absolute;
    width: 15px;
    height: 16.24px;
    left: 8px;
    top: 12px;
}

.section2 .box3 .inderBox .footerBox .btn-copy {
    background: #f37f40;
    border-radius: 5px;
    border: 1px solid #f37f40;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    padding: 10px 10px 10px 27px;
    cursor: pointer;
    position: relative;
}

.section2 .box3 .inderBox .footerBox .btn-StartOver {
    background: #023c89;
    border-radius: 5px;
    border: 1px solid #023c89;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}

.pdf-to-text .btn-save:hover,
.section2 .box3 .inderBox .footerBox .btn-save:hover {
    background-color: #c5b0f7;
}

.btn-save,
.section2 .box3 .inderBox .footerBox .btn-save {
    background: #e5daff;
    border-radius: 5px;
    border: 1px solid #e5daff;

    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #a36dff;
    padding: 10px 10px 10px 27px;
    cursor: pointer;
    position: relative;
}

.dot1,
.dot2,
.dot3 {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
}

.box2 {
    position: relative;
}

.content-section,
.feature-section .feature-right .innerlist,
.mainSingleBlog .SBlogImage {
    margin-top: 30px;
}

.feature-section {
    min-height: 561px;
}

.feature-section .feature-heading {
    text-align: center;
    margin: 30px 0;
}

.feature-section .feature-heading h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    color: var(--color-primary);
}

.feature-section .feature-footer {
    display: flex;
    flex: 0 0 50px;
}

.donload-left,
.feature-section .feature-left,
.feature-section .feature-right {
    flex: 1;
}

.feature-section .feature-left .first-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.feature-section .feature-left .second-row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#animate12 {
    width: 5%;
    opacity: 0;
}

#animate32 {
    left: 165px;
    width: 5%;
    opacity: 0;
}

.feature-section .feature-left .first-row .box1 {
    padding-right: 75px;
    flex-basis: 50%;
}

.feature-section .feature-left .first-row .box2,
.feature-section .feature-left .second-row .box1,
.feature-section .feature-left .second-row .box2 {
    padding-right: 30px;
    flex-basis: 50%;
}

.feature-section .feature-left .heading {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px;
    color: var(--color-primary);
}

.feature-section .feature-left .detail {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

.feature-section .feature-right .inner {
    border-radius: 10px;
    width: 80%;
    padding: 100px 52px;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.08);
}

.feature-section .feature-right .inner p {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #000;
}

.feature-section .feature-right .innerlist .listItem {
    display: flex;
    margin-top: 10px;
}

.feature-section .feature-right .innerlist .listItem .dotText {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    left: 25px;
    max-width: 340px;
    margin: 0 10px;
    color: #023c89;
}

.dot1 {
    background-color: #6ecece;
}

.dot2 {
    background-color: #a774ff;
}

.dot3 {
    background-color: #f5a275;
}

.blog-section {
    margin-top: 50px;
}

.blog-section .blog-heading h3 {
    text-transform: uppercase;

    font-weight: 700;
    font-size: 50px;
    line-height: 62px;
    color: var(--color-primary);
    text-align: center;
}

.blog-section .blog-footer {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    min-height: 400px;
    padding: 0 30px;
}

.blog-section .blog-footer .outerBlogItem {
    min-height: 480px;
    width: 100%;
}

.blog-section .blog-footer .blogItem {
    background: #fff;
    box-shadow: -6px 4px 40px rgb(0 0 0 / 15%), 7px 7px 25px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 20px;
    margin: 30px 10px 10px;
    min-height: 408px;
    transition: 0.3s;
}

footer .row-second .listItem {
    margin: 20px 0;
}

.row-second p {
    margin: 10px 0px;
}

.blog-section .blog-footer .blogItem .heading {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-primary);
}

.blog-section .blog-footer .blogItem .imageContain {
    max-width: 100%;
    min-height: 225px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-section .blog-footer .blogItem img {
    width: 100%;
    /* min-height: 225px; */
    border-radius: 10px;
    object-fit: cover;
    object-position: left top;
}

.blog-section .blog-footer .blogItem .discription {
    margin-top: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #9e9e9e;
}

.blog-section .blog-footer .blogItem .title-discription {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #000;
}

.BlogTime {
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
    color: #c4c4c4;
}

.BlogTimeDiffrece {
    padding: 10px 14px;
    color: #000;
}

.timeBatch {
    display: inline-block;
    border-radius: 5px;
    background: #ececec;
    margin-top: 15px;
}

footer,
footer .row-first {
    background-size: cover;
    background-repeat: no-repeat;
}

footer {
    width: 100%;
    margin-top: 32px;
    background: linear-gradient(182.48deg, #edfcfe -22.27%, #fcfefe 192.48%);
}

.socialIcons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.socialIcons img {
    width: 46px;
}

.footerTopLine {
    width: 100%;
    max-height: 14px;
    object-fit: cover;
}

footer .row-first {
    background-image: url(/assets/images/ocr-footerBackground.svg);
    border-radius: 30px;
    padding: 35px 115px;
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 30px;
}

footer .row-first .col1,
footer .row-first .col2 {
    flex: 1;
    text-align: center;
}

footer .row-first .col1 .footer-heading {
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    color: #023c89;
    text-align: left;
}

footer .row-first .col2 .footer-logo {
    font-weight: 700;
    font-size: 90px;
    line-height: 112px;
    color: #023c89;
}

footer .row-second .titel {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #023c89;
}

footer .row-second .listItem,
.row-three-copyright {
    font-size: 16px;
    line-height: 24px;
    color: #1c385c;

    font-weight: 600;
}

footer .row-second .col1 {
    flex-basis: 28%;
}

.primary-color-text {
    color: #023c89;
}

footer .row-second .col2,
footer .row-second .col3,
footer .row-second .col4 {
    flex-basis: 20%;
}

footer .row-second {
    display: flex;
    flex-direction: row;
    padding: 50px 10px;
    justify-content: space-between;
}

footer .row-second .col3 img {
    width: 40px;
    margin: 5px;
}

.row-three-copyright {
    padding: 10px;
    font-weight: 700;
}

.results-box {
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
    color: #333;
    white-space: pre-wrap;
}

.blogItemCenter {
    margin-top: 90px !important;
}

.main-container {
    width: 100%;
    position: relative;
    max-width: 1200px;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    text-align: initial;
}

.main-wraper {
    text-align: center;
}

body {
    position: relative;
}

.navlistOverlay {
    height: 100%;
    width: 100%;
}

nav {
    top: 42px;
    background: #fff;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.logo {
    color: #023c89;
    font-size: 30px;
    font-weight: 700;
}

nav ul {
    display: flex;
}

nav ul li {
    display: flex;
    margin: 0 5px;
    align-items: center;
}

nav ul li a {
    color: #023c89;
    padding: 20px 15px;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    gap: 4px;
}

nav ul li:last-child {
    margin: 0 0 0 5px;
}

nav ul li .nav-subList li:hover,
nav ul li a.active,
nav ul li a:hover {
    background: #edfcfe;
    transition: 0.5s;
}

.language li.active {
    background: #f7f8fa;
    border-radius: 4px;
    margin: 0px 7px;
}

nav ul li .nav-subList {
    text-align: center;
    background-color: #fff;
    padding-bottom: 18px;
    line-height: 0;
    right: 280px;
    width: 150px;
    z-index: 99;
    border-radius: 10px;
}

nav ul li .nav-subList li {
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 5px 0;
    border: 3px solid #fff;
    border-radius: 10px;
    line-height: 39px;
}

.triangle-with-shadow {
    width: 100%;
    height: 21px;
    top: -21px;
    position: relative;
    overflow: hidden;
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
    top: 15px;
    left: 79px;
}

.images-div {
    overflow: auto;
    padding: 10px 2px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.images-div .image-div .image-div-name {
    color: #3f3f40;
    font-size: 14px;
    font-weight: 500;
}

.image-div-section-2 svg:hover,
.pointer,
.section2 .col2 .box2 .divUploadFile input {
    cursor: pointer;
}

.image-div-section-2 svg:hover path {
    fill: #e85353;
}

.images-div .image-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.image-div-section-1 {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
}

.image-div-section-1 div {
    width: 50px;
}

.image-div-section-1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    flex-shrink: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.image-div-section-2 {
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 8px;
}

.FQMinMaxActive,
.container,
.container input:checked~.checkmark:after {
    display: block;
}

.container {
    position: relative;
    font-size: 16px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    margin-left: 15px;
    border: 2px solid #ccc;
    background-color: #fff;
}

.container input:checked~.checkmark,
.container:hover input~.checkmark {
    border: 2px solid #023c89;
    background-color: #023c89;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#check,
.checkbtn,
.d-none,
.displayNone,
.mainUploaded {
    display: none;
}

.container .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav ul li .nav-subList li a {
    width: 100%;
    padding: 0;
}

.up_pointer {
    width: 0;
    height: 0;
    position: absolute;
    top: 1px;
    border-left: 19.732px solid transparent;
    border-right: 17.732px solid transparent;
    border-bottom: 19px solid #000;
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    margin-right: 16px;
    cursor: pointer;
}

.menubars {
    width: 34px;
}

.section2 .col1 .box1,
.section2 .col1 .box2 {
    height: 50%;
}

.section2 .col1 .box1 img {
    position: relative;
    left: 79px;
    transition: 0.5s;
}

.animate1Move {
    top: 350px !important;
    left: 380px !important;
}

.animate2Move {
    top: 350px !important;
    left: -380px !important;
}

.animate3Move {
    left: 400px !important;
}

.animate4Move {
    left: -380px !important;
}

.section2 .col1 .box2 img {
    position: relative;
    top: 60px;
    left: 230px;
    width: 37%;
    transition: 0.5s;
}

.section2 .col2 .box1 {
    height: min-content;
}

.section2 .col2 .box2 {
    height: 400px;
    background-color: #fff;
    padding: 3%;
    width: 800px;
    border-radius: 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.section2 .col2 .box2 .divUploadFile {
    text-align: center;
    position: relative;
    width: 100%;
    height: 94%;
    padding: 10px;
    border: 2px dashed #c4c4c4;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    min-height: 172px;
}

.tool-footer {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 16px 0;
    color: #808791;
    font-size: var(--font-size-x-smaller);
    font-weight: var(--font-weight-regular);
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 93%;
}

.toolTip-supported-files {
    display: none !important;
    position: absolute;
    right: -8px;
    bottom: 40px;
    max-width: 170px;
    background: black;
    color: white;
    padding: 8px;
    border-radius: 6px;
    z-index: 10;
}

.toolTip-supported-files img {
    position: absolute;
    right: 9px;
    bottom: -7px;
}

.tool-footer div {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-right: 2px;
}

.tool-footer-right:hover~.toolTip-supported-files {
    display: flex !important;
    transition: all 0.3s ease-in-out;
}

.peragrafQuot,
.section2 .col2 .box2 div p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-top: 25px;
    color: #023c89;
}

.urlbox {
    width: 90%;
    margin: -65px auto !important;
}

#submitBtn,
.broseBtn,
.section2 .col2 .box2 .divUploadFile button:not(.tox.tox-tinymce button) {
    color: #fff;
    line-height: 25px;
    width: 50%;
    padding: 10px;
    font-weight: 700;
}

#submitBtn:hover,
.section2 .col2 .box2 .divUploadFile input:hover .divUploadFile button .section2 .col1 .box1 img {
    background-color: #fff;
    color: #023c89;
}

.broseBtn,
.section2 .col2 .box2 .divUploadFile button:not(.tox.tox-tinymce button) {
    margin-top: 20px;
    background-color: #023c89;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #023c89;
}

.custom-file-input,
.uploadOverlay {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.overlay_p,
.overlay_flame {
    margin-top: -26px !important;
}

.section2 .col2 .box1 h1 {
    color: #023c89;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 38px;
    font-weight: 800;
    line-height: 112px;
}

.section2 .col2 .box1 p {
    color: #3f3f40;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.section2 .col2 .box1 h1.lineheight {
    line-height: 60px !important;
}

.text-center {
    text-align: center;
}

.section2 .col2 .box1 p.lineheight1 {
    line-height: 25px !important;
}

.imageUploaded,
.section2 .col3 .box1 {
    height: 60%;
}

.section2 .col3 .box2 {
    height: 40%;
}

#box2 {
    z-index: 9;
}

.section2 .col3 .box1 img {
    position: relative;
    top: 60px;
    left: 200px;
    width: 35%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.section2 .col3 .box2 img {
    position: relative;
    top: 48px;
    left: -15px;
    transition: 0.5s;
}

.uploadOverlay {
    height: 100%;
    background: #edfcfe;
    transition: 0.5s;
    padding: 0 !important;
    border: none !important;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 168px;
}

.custom-file-input {
    z-index: 2;
    height: 100%;
    margin: 0;
    opacity: 0;
}

.cust-nav-center {
    text-align: center;
    float: left;
    width: 60%;
}

.cust-nav-right {
    float: left;
    text-align: right;
    width: 40%;
}

.circle,
.circle span,
.circle strong,
.col2 .box2_upper,
.mainUploaded {
    text-align: center;
}

.flam {
    width: 27px;
}

.circle {
    width: 100%;
    margin: 40px 0 0;
    position: relative;
}

.circle strong {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    line-height: 45px;
    font-size: 43px;
}

.circle span {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    line-height: 45px;
    font-size: 15px;
}

.displayNone {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.mainUploaded {
    max-height: 210px;
    overflow: auto;
    width: 100%;
    padding: 0 5px;
}

.col2 .box2_upper {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.mainUploaded::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    border: none;
    background-color: #f5f5f5;
}

.mainUploaded::-webkit-scrollbar-track {
    border-radius: 10px;
}

.mainUploaded::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #023c89;
}

.blog-pagination .active,
.blog-pagination .active:hover {
    background-color: #fbcec1;
}

#submitBtn {
    margin-top: 20px;
    background-color: #023c89;
    cursor: pointer;
    font-size: 20px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #023c89;
    border: none;
    transition: all 0.2s ease-in-out;
    width: fit-content !important;
    padding: 12px 48px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    height: fit-content;
}

.mainBlogDetail {
    background-color: #fff6f5;
    border-radius: 10px;
    padding: 25px;
    display: flex;
}

.mainBlogDetail .section-blog-left {
    flex-basis: 60%;
}

.detail-blog-image-section {
    height: 344px;
}

.detail-blog-image-section img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-blog-detail-section {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.detail-blog-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    cursor: pointer;
}

.detail-blog-title:hover {
    color: #f6680a;
}

.btnReadmore {
    padding: 10px 0;
    background: #ffab94;
    width: fit-content;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
}

.btnReadmore a {
    color: #fff;
    padding: 10px;
}

.detail-blog-detail {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #565656;
}

.section-blog-right {
    flex-basis: 40%;
    padding-left: 20px;
}

.relevent-blogItem {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 15px;
}

.relevent-blogItem .relevent-image-section {
    padding-right: 10px;
}

.relevent-blogItem .relevent-detail-section {
    padding-left: 10px;
}

.relevent-blogItem .relevent-blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    border-radius: 10px;
}

.relevent-blogItem .relevent-detail-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.relevent-blogItem .relevent-detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #aaa;
    margin-top: 10px;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.blog-pagination a {
    background-color: #e5e5e5;
    margin: 5px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 50%;
    color: #000;
}

.blog-pagination a:hover {
    background-color: #cecdcd;
    color: #fff;
}

.blog-pagination .active {
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

.rotate180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.mainSingleBlog {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.blogBackgroundImage img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.SFirst-row {
    max-width: 900px;
    width: 100%;
}

.mainSingleBlog .headingMain {
    margin-top: 150px;
}

.mainSingleBlog .headingMain h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    color: #023c89;
    text-align: center;
}

.mainSingleBlog .SBlogImage img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.mainSingleBlog .SBlogDetail {
    text-align: left;
}

.mainSingleBlog .SBlogDetail h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000;
    margin-top: 20px;
}

.mainSingleBlog .SBlogDetail ul {
    margin-left: 20px;
    list-style: disc;
}

.mainSingleBlog .SBlogDetail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
}

.SBlogDetail h3 {
    margin-top: 10px;
}

.quationAnser .anser {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #000;
}

.ItemHeading {
    font-size: 26px !important;
}

.ItemHeading,
.PTDetail .detailHeading {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
}

.ItemHeading,
.prominentToolItem.active .PTItem {
    color: var(--color-primary);
}

.detailOption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 60px 0;
}

.ItemHeading,
.ItemText {
    margin: 20px 0;

    text-align: center;
}

.detailOptionItem {
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.optionColor1 {
    background: #ecfbff;
    flex-basis: 31%;
}

.optionColor2 {
    background: #fff7f3;
    flex-basis: 31%;
}

.optionColor3 {
    background: rgba(244, 239, 255, 0.8);
    flex-basis: 31%;
}

/* .detailOptionItem img {
    width: 80px;
} */

.ItemText {
    font-size: 19px;
    line-height: 26px;
    color: #565656;
}

.PTItem,
.prominentToolItem.active {
    margin-left: 20px;
}

.quationLeft {
    display: flex;
    justify-content: space-between;
}

.quationLeft .leftSectionQ {
    flex-basis: 48%;
}

.quationLeft .rightSectionQ {
    flex-basis: 40%;
    padding: 40px;
    margin-top: 40px;
    border-radius: 10px;
    background-color: #f9fafe;
}

.quationLeft .rightSectionQ img {
    width: 427px;
}

.ansreStrong {
    margin-top: 30px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.prominentFeatcherTool {
    margin-top: 30px;
    min-height: 600px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.dotPFTool,
.dotTextoption {
    height: 10px;
    width: 10px;
    background-color: #6ecece;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.prominentToolLeft {
    flex-basis: 50%;
    min-width: 50%;
}

.prominentToolRight {
    min-width: 50%;
    flex-basis: 50%;
    position: relative;
}

.dotPFTool {
    position: absolute;
    top: 28px;
}

.dotTextoption {
    top: 32px;
}

.prominentToolItem {
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-top: 12px;
    transition: 0.1s;
    cursor: pointer;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 4px 5px 18px -7px #a1a1a1;
}

.cirGrat,
.itemEnd {
    align-items: center;
    display: flex;
}

.msg-copy,
.success-copy {
    transition: 0.5s;
}

.prominentToolItem:hover {
    margin-left: 20px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.cirGrat {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    justify-content: center;
}

.prominentToolItem.active .cirGrat {
    background-color: #fff5f2;
}

.PTDetail {
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
    position: sticky;
    top: 0;
}

.PTDetail .detailHeading {
    text-align: center;
    color: var(--color-primary);
    padding: 0 16px;
}

.PTDetail .detailDiscription {
    word-wrap: break-word;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    margin-top: 30px;
}

.PTItem {
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    color: #858f97;
    flex-basis: 85%;
}

.itemEnd {
    justify-content: center;
}

.formatOfferd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.formatOfferd .FOitem {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.formatOfferd .FOitem img {
    width: 30px;
}

.formatOfferd .FOitem .FOitemText {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

.containItemtext {
    padding: 0 30px;
    text-align: center;
}

.FrequentlyAskQuestions {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.FQheading {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: var(--color-primary);
    text-align: center;
}

.FQSection {
    width: 70%;
    margin-top: 40px;
}

.FQquation {
    display: flex;
    justify-content: space-between;

    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    color: #000;
    margin: 20px 0;
}

.SfuncShere button,
.ans {
    font-weight: 400;
}

.SBlogDetail ul li,
.ans,
.anser ul li {
    line-height: 30px;
}

.FQMax,
.FQMin {
    display: none;
    cursor: pointer;
}

.ans {
    margin: 30px 0;
    font-size: 18px;
}

.hdieQuation {
    visibility: visible;
    height: 100px;
}

.msg {
    z-index: 1;
    position: fixed;
    bottom: 5%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.success,
.success-copy {
    background-color: green;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
    padding: 10px;
}

.msg-copy {
    border-radius: 5px;
    right: 0;
    top: 0;
    z-index: -1;
}

.slide {
    right: -99px !important;
}

.SfuncShere {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.SfuncShere button {
    background: #fff;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 10px 10px 27px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    color: #9e9e9e;
}

.contactUs {
    margin-top: 10px;
    border-radius: 10px;
    min-height: 500px;
    transition: opacity 4s;
}

.pdf-to-text .row-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contactUs .row-one .formHeading {
    margin-top: 60px;

    font-weight: 700;
    font-size: 65px;
    line-height: 81px;
    color: #023c89;
}

.pdf-to-text .row-one .formqout {
    font-size: 22px;
    text-align: center;
    width: 400px;
    color: #3f3f40;
    line-height: 35px;
}

.contact-input {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 18px;
    padding: 10px;
}

.contact_submitBtn {
    background: #edfcfe;
    border: 1px solid #49dfe9;
    border-radius: 5px;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #5dc7c7;
    padding: 10px 80px;
    margin: 20px 0;
    cursor: pointer;
    box-shadow: 20px 20px 20px rgb(0 0 0 / 5%);
}

.contact_submitBtn:hover {
    color: #f9b4b4;
    background: #fed5d570;
    border: 1px solid #f9b4b4;
}

.submitMain {
    text-align: center;
    margin-top: 40px;
}

.feedbackPoper {
    background: #e5daff;
    color: #5f45a9;
    border: 1px solid #5f45a9;
    padding: 11px 14px;
    position: fixed;

    font-size: 16px;
    font-weight: 700;
    transform: rotate(90deg);
    left: -40px;
    line-height: 0.7;
    cursor: pointer;
    transition: box-shadow 0.3s;
    top: calc(50% - 20px);
    z-index: 12;
    box-shadow: 0 0 0 0 transparent;
}

.inderBox,
.mainUploadPdf {
    box-shadow: 0 20px 30px rgb(0 0 0 / 15%);
}

.feedbackForm {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.mainformFeed {
    min-width: 520px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    height: fit-content;
}

.submitFeedMain {
    text-align: center;
    margin-top: 20px;
}

.feedback-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    line-height: 10px;
    font-weight: 700;
    cursor: pointer;
}

.feedback-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.headingFeed {
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
}

.error {
    animation: 0.2s ease-in-out 2 shake;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

#feedback_moddel_trigger_btn_mobile {
    position: fixed;
    display: none;
    bottom: 20px;
    z-index: 11;
    left: 20px;
    padding: 5px;
    background: #5f45a9;
    border-radius: 50%;
    cursor: pointer;
}

.bottommargin {
    margin-bottom: unset;
}

.feedname {
    margin-bottom: 20px;
}

.feedsucsuss {
    display: none;
    height: fit-content;
    border-radius: 10px;
    background: green;
    font-size: 17px;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 10px;
}

/* NEW FEEDBACK start */
.feedback_div_main {
    padding: 16px 0;
    text-align: center;
}

.feedback_div_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
}

.feedback_div_top .feed_head {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.feedback_div_main .text_light {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8e9bae;
}

.feedback_div_top img {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* .feedback_div_top img:hover {
    filter: brightness(0) saturate(100%) invert(45%) sepia(95%) saturate(900%)
        hue-rotate(-10deg) brightness(100%) contrast(105%);
} */

.images_star {
    display: flex;
    gap: 8px;
    align-items: center;
}

.feed-input {
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    width: 100%;
    background: #f9fafe;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.contactmessage {
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    width: 100%;
    background: #f9fafe;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    resize: none;
    min-height: 120px;
}

.contact_Feed {
    background: #023c89;
    border: none;
    border-radius: 8px;
    color: #fff;
    padding: 12px 32px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.sumbit_text_bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.submit_text_light {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

#close_feedback {
    margin-top: 16px;
}

/* NEW FEEDBACK end */

.Privacy-Policy p,
.Privacy-Policy ul,
.Terms-and-Conditions p {
    margin-bottom: 1.5em;
    line-height: 32px;
}

.Privacy-Policy h1 {
    font-size: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.Privacy-Policy h2,
.Terms-and-Conditions h2 {
    font-size: 25px;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.Privacy-Policy h3,
.Terms-and-Conditions h3 {
    font-size: 22px;
}

.Terms-and-Conditions ul {
    margin-left: 24px;
    line-height: 32px;
}

.Privacy-Policy {
    padding: 0 20px;
}

.Privacy-Policy a {
    word-break: break-all;
}

.Terms-and-Conditions h1 {
    font-size: 40px;
    text-align: center;
    line-height: 55px;
}

.Terms-and-Conditions,
.about-us {
    padding: 20px;
}

.pdf-to-text {
    margin-top: 10px;
    border-radius: 10px;
    min-height: 530px;
    transition: opacity 4s;
}

.pdf-to-text .row-one .formHeading {
    margin-top: 60px;

    font-weight: 700;
    font-size: 50px;
    line-height: 81px;
    color: #023c89;
}

.mainUploadPdf {
    width: 35%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.mainUploadPdf .innerUploadPdf {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 10px;
    border: 2px dashed #c4c4c4;
    border-radius: 10px;
}

.urlMain {
    padding: 10px 20px 20px;
    background-color: #c4c4c4;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.urlMain input {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 20px;
    padding: 8px;
    width: 100%;
}

.urlOr {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.mainResult {
    display: flex;
    justify-content: center;
    position: relative;
}

.pdf-to-text .row-two {
    transition: 1s;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.row-three {
    position: absolute;
    top: 480px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: 1s;
}

.headerBox {
    padding: 30px;
    border-radius: 10px;
    min-height: 247px;
    max-height: 247px;
    overflow-y: scroll;
    background-color: #fff;
}

.footerBox,
.inderBox {
    border-radius: 0 0 10px 10px;
}

.inderBox {
    flex-basis: 70%;
    margin-top: 40px;
}

.footerBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px;
    background: #f9f8f8;
    border-top: 1px solid #c4c4c4;
}

.btn-StartOver,
.btn-copy {
    border-radius: 5px;
    font-size: 15px;
    line-height: 19px;
    cursor: pointer;
    position: relative;
}

.btn-StartOver {
    background: #fff9e6;
    border: 1px solid #ffe27d;
    color: #f9d44f;
    padding: 10px 20px;
}

.btn-copy {
    background: #e3fefe;
    border: 1px solid #e3fefe;
    color: #5dc7c7;
    padding: 10px 10px 10px 27px;
}

.OCR-pdftotext-results-show {
    opacity: 1 !important;
    top: 280px !important;
    visibility: visible !important;
    z-index: 1;
}

.converterImg {
    width: 80px;
}

.pdf-to-text .formHeading {
    font-size: 50px;
}

.pdf-to-text .btn-copy:hover {
    background-color: #b5ffff;
}

.pdf-to-text .btn-StartOver:hover {
    background-color: #fff4d0;
}

.SBlogDetail ol,
.SBlogDetail ul,
.anser ul {
    margin-left: 24px;
}

.SBlogDetail ol li {
    list-style: decimal;
    line-height: 30px;
}

.recaptchastyle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    z-index: 99;
    bottom: 50px;
    transform: translate(0, -80px);
}

.error-msg {
    display: flex;
    gap: 4px;
    color: var(--color-del-text);
    font-size: 14px;
    margin-top: 1px;
}

.b-red {
    border: 2px solid var(--color-del-text) !important;
    transition: border-color 0.3s;
}

.error-none {
    display: none !important;
}

.batch-download {
    padding: 10px 20px;
    background-color: #ffa78e;
    border-radius: 5px;
    width: fit-content;

    font-weight: 400;
    font-size: 20px;
    color: #023c89;
}

.main-download {
    display: flex;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
}

.donload-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: var(--gap-default);
    justify-content: center;
}

.donload-right img {
    width: 175px;
}

.mt-5 {
    margin-top: 70px;
}

.pointer:hover {
    background-color: #eaeaea;
}

.divUploadFile:hover {
    background-color: #edfcfe;
}

.text-center {
    text-align: center;
}

.align-items-center {
    align-items: center;
}

.tool-div-class {
    height: 950px !important;
}

/* my changes */
.reg_btn {
    padding: 8px 20px !important;
    color: #fff;
    background-color: #023c89;
    border-radius: 5px;
}

.reg_btn:hover {
    background-color: #002049;
}

/* Limit Reached Popup START */

#limit_reached_popup {
    padding: 24px;
}

#limit_reached_popup .__form {
    gap: 8px;
}

#limit_reached_popup .popup__header__title {
    gap: 8px !important;
}

#limit_reached_popup .popup__title, .popup__title__account {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #023c89;
}

#limit_reached_popup .acc__desc, .acc__desc__account {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #49607d;
}

.free__plan {
    justify-content: space-between;
    box-shadow: 0px 5px 25px 0px #00000014;
    border-radius: var(--border-radius-small);
    padding: 16px;
    cursor: pointer;
    border: 1px solid white;
    gap: 10px;
}

.free__plan input[type="radio"] {
    display: none;
}

.free__plan input[type="radio"]+label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #c7cedb;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.free__plan input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    top: 49%;
    left: 54%;
    transform: translate(-56%, -45%);
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 50%;
}
.free__plan:first-of-type input[type="radio"]:checked + label::after {
    background-color: #f41607;
}

.free__plan.selected {
    border: 1px solid #023c89;
}

.popup-content-limit {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border-radius: var(--border-radius-larger);
    width: min(460px, calc(100% - 2rem));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s;
    position: relative;
}

.plan__text h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.plan__text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.plan__rate p,
.plan__rate span {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #1c385c !important;
    display: flex;
}

.plan__icon,
.plan__icon img {
    height: 40px;
}

.perks {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.single_perk {
    background: #f7f8fa;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 12px;
    display: flex;
    border-radius: 16px;
    color: #1c385c;
}

.buttons {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.free_btn {
    border: 1px solid #dde1e7;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #1c385c;
    border-radius: 8px;
    padding: 12px 24px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.free_btn:hover {
    background: #edeff2;
}

.premium_btn {
    background: #023c89;
    padding: 12px 24px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.premium_btn:hover {
    background: #002049;
}

/* Limit Reached Popup END */

/* popup css */
/* Popup container - can be anything you want */
.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

/* Popup content */
.popup-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border-radius: var(--border-radius-larger);
    width: min(900px, calc(100% - 2rem));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s;
    position: relative;
}

/* Close button */
.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 1rem;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Fade-in animation */
@keyframes fadeUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup__title {
    font-size: var(--font-size-sub-desc);
    font-weight: var(--font-weight-semi-bold);
    color: var(--color-primary);
    line-height: 32px;
}

/* .popup__container {
    gap: 3.5rem;
} */

.popup__left img {
    width: min(100%, calc(100% - 10%));
}

.popup__form {
    flex: 1;
}

.acc__desc {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    color: var(--color-heading);
    line-height: 22px;
}

.popup__header__title {
    gap: var(--gap-normal);
    text-align: left;
}

.__form {
    margin-top: 2rem;
}

.form__fields {
    gap: 14px;
}

.form_group {
    background-color: var(--color-input-field);
    padding: 10px 16px;
    border-radius: var(--border-radius-x-mini);
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    /* Add a transparent border to maintain layout */
    transition: border-color 0.3s;
    /* Smooth transition for border color */
}

.form_group_action {
    background-color: var(--color-primary);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: var(--border-radius-x-mini);
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    /* Add a transparent border to maintain layout */
    transition: border-color 0.3s;
    justify-content: center;
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-medium);
}

.form_group_action.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.action__form>.p-0.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}

.form_group_gooogle {
    border: 1px solid var(--color-other-method);
    padding: 10px 16px;
    border-radius: var(--border-radius-x-mini);
    gap: 1rem;
    justify-content: center;
}

.form_group_gooogle span {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    color: #000000;
}

.form_group:focus-within {
    border-color: #023c89;
    /* Change border color when any child input is focused */
}

.form-control {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: inherit;
    padding: 0;
    margin: 0;
}

.popup__right {
    flex: 1;
}

.eye_icon {
    display: none;
}

.cp {
    cursor: pointer;
}

.custom-input {
    font-size: var(--font-size-medium);
    color: var(--color-heading);

    font-weight: var(--font-weight-regular);
}

.other_method span {
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-regular);
    color: var(--color-other-method);
}

.other_method {
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.sign__in span,
.other__pages p {
    font-size: var(--font-size-smaller);
    font-weight: var(--font-weight-regular);
    color: var(--color-heading);
}

.sign__in span a,
.other__pages p a {
    font-size: var(--font-size-smaller);
    font-weight: var(--font-weight-regular);
    color: var(--color-primary);
}

.other__pages p a:hover {
    text-decoration: underline;
}

.sign__in {
    justify-content: center;
}

.forgot__pass {
    justify-content: right;
}

.forgot__pass span {
    font-size: var(--font-size-smaller);
    font-weight: var(--font-weight-semi-bold);
    color: var(--color-primary);
}

/* reset password page css start */
.update__form {
    align-items: center;
}

.update__header {
    align-items: center;
    gap: 10px;
}

.update__header h1 {
    color: var(--color-primary);
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-semi-bold);
    line-height: unset;
    margin-top: unset;
}

.update__header p {
    color: var(--color-heading);
    font-size: var(--font-size-larger);
    font-weight: var(--font-weight-regular);
}

.form__inputs {
    gap: 10px;
}

.submit__btn {
    padding: 10px 16px;
    background-color: var(--color-primary);
    border-radius: 8px;
    color: #ffffff;
    font-size: var(--font-size-medium);
    font-weight: var(--font-weight-bold);
    justify-content: center;
    align-items: center;
}

.contact__us__link span {
    color: var(--color-paragraph);
    font-size: var(--font-size-smaller);
    font-weight: var(--font-weight-semi-bold);
}

.contact__us__link span>a {
    color: var(--color-heading);
    font-size: var(--font-size-smaller);
    font-weight: var(--font-weight-semi-bold);
}

.reset__form {
    width: min(400px, calc(100% - 2rem));
}

/* custom alert css */
.custom-alert {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #de7a44;
    color: white;
    padding: 10px;
    border-radius: 10px;
    z-index: 9999;
    align-items: baseline;
    gap: 1rem;
    transition: all 0.5s ease-in-out;
}

.close {
    color: white;
    float: right;
    font-size: 18px;
    font-weight: bold;
    right: 13px;
    cursor: pointer;
    top: 10px;
}

.close:hover {
    color: black;
}

#alert-message {
    font-size: 16px !important;
    text-wrap: nowrap;
}

/* custom notification css */
.notifi-main {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 9999;
    padding: 0px 8px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
}

.notifi-inner {
    background: white;
    padding: 16px;
    border-radius: 10px;
    height: fit-content;
}

.notifi-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #023c89;
}

.notifi-detail {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #023c89;
}

.notifi-btnOK {
    background: #ffc9bc;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.25);
    border-radius: 5px;
    border: none;
    padding: 7px 15px;

    font-weight: bold;
    font-size: 18px;
    color: #023c89;
    cursor: pointer;
}

.notifiMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    min-width: min(460px, calc(100% - 2rem));
}

.notifi-mainbtn {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.success .notifi-btnOK {
    background: #a36dff;
}

.warning .notifi-btnOK {
    background: #a1f3f3;
}

.success .imageError {
    display: none;
}

.warning .imageError {
    display: none;
}

.imageSuccess {
    display: none;
}

.imageWarning {
    display: none;
}

.success .imageSuccess {
    display: block;
}

.warning .imageWarning {
    display: block;
}

/* other tool section */
.otherTools span {
    display: flex;
    justify-content: center;
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-semi-bold);
    color: var(--color-primary);
}

.card {
    box-shadow: 0px 5px 25px 0px #0000000d;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.card:hover {
    border: 1px solid #ccc;
}

.tools {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background-color: #f9fafe;
}

.card p {
    font-size: var(--font-size-larger);
    font-weight: var(--font-weight-bold);
    color: var(--color-heading);
    text-align: center;
}

.crop_button {
    padding: 4px 8px !important;
    border: none;
    border-radius: 4px;
    background: #f7f7f7;
    color: #3f3f40;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.crop_button:hover {
    background: #c0c0c0;
}

#imagePreviewModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

#imagePreviewModal>div {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 45vw;
    min-height: 40vh;
}

#previewedImage {
    max-width: 80vw;
    max-height: 55vh;
    /* min-width: 30vw; */
    /* min-height: 30vh; */
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 0 6px 3px darkgray;
}

.preview-image {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.preview-image:hover {
    box-shadow: 0 0 5px 4px #ddd;
}

#croppedResult img {
    max-width: 100%;
    margin-top: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.button_top_div {
    display: flex;
    justify-content: center;
    box-shadow: 0px 20px 30px 0px #00000026;
    background: white;
    border-radius: 20px;
    gap: 8px;
    padding: 12px 18px;
    width: fit-content;
    margin: 10px auto;
    /* min-width: 230px; */
}

.button_top_div button {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #023c89;
    padding: 5px 6px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
}

.button_top_div button:hover {
    background: #012452;
}

.close_btn {
    color: #1c385c !important;
    background: #fff !important;
    border: 1px solid #dde1e7 !important;
}

.line_height {
    line-height: 1.5 !important;
}

ol li {
    font-size: 18px;
    list-style-position: inside !important;
    margin-left: 10px !important;
    line-height: 1.5 !important;
}

.last-row {
    gap: 1rem;
    flex-basis: 22%;
}

#arrow-p {
    width: 14px !important;
    height: 16px !important;
}

#selectChank {
    background: white;
    padding: 12px;
    border-radius: 8px;
    border: 0.5px solid #dde1e7;
}

.inner_lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #1c385c;
}

.otherlang {
    position: relative;
}

.nav-subList {
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 8px;
    padding: 6px 0px;
    box-shadow: 0px 6px 60px 3px #0000000f;
    height: 160px;
    overflow-y: auto;
}

.lang__item {
    position: relative;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #1c385c;
    margin: 6px 0px;
}

.languageScrole li {
    list-style: none;
}

.languageScrole {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.FrequentlyAskQuestions,
.content-section {
    padding: 10px 20px;
}

.quationAnser h2,
.content-section h2 {
    margin-top: 30px;

    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    color: #4136a4;
}

.quationAnser h3,
.content-section h3 {
    font-weight: bold;
    font-size: 25px;
    margin: 20px 0px;
    line-height: 25px;
    color: #4136a4;
}

.quationAnser h4,
.content-section h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0px;
    line-height: 2;
    color: #4136a4;
}

.quationAnser p,
.content-section p,
.content-section ul li {
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
}

.content-section ul li {
    margin-left: 24px;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.loader-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.progress.loader {
    height: 16px;
    width: 16px;
    border: 2.5px solid #023c89;
    border-bottom-color: #023c8940;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: 1s linear infinite spin;
}

.loader-text {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: var(--font-weight-semi-bold);
}

.folderbox .camera {
    display: none;
}

.uploadFileSmallScreenText {
    display: none;
}

.notifi-inner div,
.notifi-inner div img {
    width: 100%;
    max-height: 148px;
    text-align: center;
}

.feedback_div_main .formMain {
    max-width: 480px;
    margin: 8px auto;
}

#chat-widget-minimized {
    display: none !important;
}

@media (max-width: 1949px) {
    nav ul li a {
        padding: 10px 15px;
    }

    .section2 .col3 .box2 img {
        position: relative;
        top: 30px;
    }
}

@media (max-width: 1210px) {
    nav {
        padding: 0 10px;
    }
}

@media (max-width: 1124px) {
    .last-row {
        max-width: fit-content;
        margin: auto;
    }

    .feedbackPoper,
    .prominentFeatcherTool,
    .section2 .col1,
    .section2 .col3,
    nav ul {
        display: none;
    }

    nav ul {
        position: absolute;
        box-shadow: 8px 10px 9px 4px #eee;
    }

    .detailOption,
    .main-download,
    .quationLeft,
    .section2 .box3 .inderBox .footerBox {
        flex-direction: column;
    }

    .donload-right {
        align-items: center;
        margin: 10px;
    }

    .mainUploadPdf {
        width: unset;
    }

    .pdf-to-text .row-one .formqout,
    .quationLeft .rightSectionQ img {
        width: 100%;
    }

    .pdf-to-text .row-two {
        margin: 20px 10px;
    }

    #feedback_moddel_trigger_btn_mobile,
    .checkbtn {
        display: block;
        order: 2;
    }

    .mainformFeed {
        min-width: 90%;
        margin: 10px;
    }

    .contact_Feed {
        padding: 10px 70px;
        font-size: 23px;
    }

    .blog-section {
        height: auto;
        margin-top: 50px;
    }

    .slide {
        right: 0 !important;
        z-index: 1 !important;
    }

    .success-copy {
        text-align: center;
        width: unset;
    }

    .socialIcons {
        justify-content: center;
    }

    .socialIcons img {
        margin: 0 5px;
    }

    .msg-copy {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100px;
    }

    .section2 .col2 .box1 h1 {
        line-height: 60px;
    }

    .detailOption .detailOptionItem {
        margin: 20px 0;
    }

    .FQheading {
        font-size: 35px;
    }

    .FQSection,
    .result-section .box1 .qoutOuter .p-primary {
        width: 90%;
    }

    .FQquation,
    nav ul li a {
        font-size: 20px;
    }

    .containItemtext {
        padding: 0 10px;
    }

    .OCR-results-show {
        top: 260px !important;
    }

    .blog-section .blog-footer {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0 10px;
    }

    .blog-section .blog-footer .blogItem {
        padding: 20px;
        text-align: center;
    }

    .detail-blog-image-section,
    .feature-section,
    .result-section {
        height: auto;
    }

    .feature-section .feature-footer,
    .result-section .box2 .inderBox .footerBox {
        display: flex;
        flex-direction: column;
    }

    .feature-section .feature-right {
        margin: 10px;
    }

    .feature-section .feature-right .inner {
        width: 100%;
        padding: 40px 20px;
    }

    .feature-left .first-row,
    .feature-left .second-row {
        display: flex;
        flex-direction: column !important;
    }

    .feature-left .first-row .box1,
    .feature-left .first-row .box2,
    .feature-left .second-row .box1,
    .feature-left .second-row .box2 {
        margin-top: 10px;
        padding: 10px;
        text-align: center;
        padding-right: 10px !important;
    }

    .result-section .box2 .inderBox {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .result-section .box2 .inderBox .headerBox {
        padding: 30px !important;
    }

    .result-section .box2 .inderBox .footerBox button {
        margin-top: 5px;
    }

    footer .row-first .col1 h4 {
        text-align: center !important;
    }

    footer .row-first {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
        text-align: center;
    }

    footer .row-second {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .row-three-copyright {
        text-align: center;
    }

    .main-wraper {
        text-align: unset !important;
    }

    .main-container {
        display: block !important;
    }

    .contactUs .row-one .formHeading {
        font-size: 40px;
    }

    .contactUs .row-one .formqout {
        font-size: 16px;
        width: 100%;
        padding: 0 10px;
    }

    .contactUs .row-two .formMain,
    .mainBlogDetail {
        width: 100%;
        padding: 15px;
    }

    .bottommargin {
        margin-bottom: 20px;
    }

    .submitMain {
        margin-top: 20px;
    }

    .contactUs .row-two {
        display: block;
        margin: 20px;
    }

    .section2 {
        width: 100%;
        background-image: url(/assets/images/Group40.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 32px;
    }

    .section2 .box3 .inderBox {
        width: 95%;
    }

    .section2 .box3 .inderBox .headerBox {
        padding: 20px;
        min-height: 200px;
        max-height: 230px;
        overflow-y: scroll;
    }

    .section2 .box3 .inderBox .headerBox .resultTXT {
        font-size: 18px;
        line-height: 25px;
    }

    .section2 .box3 .inderBox .footerBox .btn-StartOver,
    .section2 .box3 .inderBox .footerBox .btn-copy,
    .section2 .box3 .inderBox .footerBox .btn-download,
    .section2 .box3 .inderBox .footerBox .btn-save {
        width: 100%;
        margin: 5px 0;
    }

    .section2 .box3 .inderBox .footerBox .btn-copy img,
    .section2 .box3 .inderBox .footerBox .btn-download img,
    .section2 .box3 .inderBox .footerBox .btn-save img {
        position: unset;
    }

    .mainUploaded button {
        font-size: 17px;
    }

    .blogItemCenter {
        margin-top: 10px !important;
    }

    nav ul {
        z-index: 6;
        background: #fff;
        top: -100%;
        text-align: center;
        transition: 0.5s;
        width: 100%;
    }

    nav ul li:last-child {
        position: relative;
    }

    nav ul li .nav-subList {
        position: unset;
        width: 100%;
        box-shadow: none;
        max-height: 200px;
        overflow-y: scroll;
    }

    nav ul li {
        display: block;
        margin: 20px 0;
        line-height: 30px;
    }

    a.active,
    a:hover {
        background: 0 0;
        color: #023c89;
    }

    #check:checked~ul {
        top: calc(0px + 50px);
        display: block;
        z-index: 999;
    }

    .nav-signin {
        margin-left: 0;
    }

    .section2 .col2 .box2 {
        margin: 12px;
    }

    .section2 .col2 .box2 .divUploadFile button {
        padding: 8px;
        font-weight: 700;
        font-size: 17px;
    }

    .section2 .col2 .box1 {
        margin: 12px;
    }

    .cust-nav-center {
        text-align: center;
        float: unset;
        width: 100%;
    }

    .cust-nav-right {
        float: unset;
        text-align: center;
        width: 100%;
    }

    footer .row-first .col2 .footer-logo {
        font-size: 60px;
    }

    footer .row-first .col1 .footer-heading {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .mainBlogDetail {
        flex-direction: column;
    }

    .mainBlogDetail .section-blog-left {
        margin-bottom: 30px;
    }

    .mainSingleBlog .SFirst-row {
        padding: 20px;
    }

    .mainSingleBlog .headingMain {
        margin-top: 10px;
    }

    .mainSingleBlog {
        background-image: unset;
    }
}

@media (max-width: 830px) {
    label.logo {
        padding-left: 16px;
    }

    .tools {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .tool-footer-right {
        display: none !important;
    }

    .uploadFileSmallScreenText {
        display: unset;
    }

    .uploadFileText {
        display: none;
    }

    .heading-1 {
        display: none !important;
    }

    .folderbox label {
        width: 100%;
    }

    .folderbox {
        width: 100%;
        flex-direction: column;
    }

    .folderbox #urlbox {
        width: 100%;
        flex-direction: column;
    }

    .folderbox .camera {
        display: flex;
    }

    .folderbox #url-togal {
        display: none;
    }

    .recaptchastyle {
        z-index: 9;
    }

    .popup__left img {
        display: none;
    }

    .section2 .col2 .box1 h1.lineheight {
        margin: 0;
    }

    nav {
        height: 54px;
    }

    .col2 .box2_upper {
        padding: 0 5px;
    }

    .section2 .col2 .box2 {
        margin: 0 !important;
    }
}

@media (max-width: 650px) {
    .tools {
        grid-template-columns: repeat(2, 1fr);
    }

    .tool-footer {
        padding: 2px;
    }

    .download_button.downloaded::before {
        content: "Downloading" !important;
    }
}

@media (max-width: 425px) {
    .tools {
        grid-template-columns: repeat(1, 1fr);
    }

    .contactUs .row-one .formHeading {
        margin-top: unset !important;
    }

    .custom-alert {
        max-width: 295px;
        width: 100%;
    }

    #alert-message {
        text-wrap: wrap;
    }

    .premium_btn,
    .free_btn {
        padding: 6px;
    }

    h1 {
        font-size: 32px !important;
    }
}

#cloudFlareCaptcha,
#cloudFlareCaptchaLogin {
    position: absolute;
    right: 0;
    top: 43px;
}

.relative {
    position: relative !important;
}

#createAccountBtn {
    width: 100%;
}

.cursor-not-allowed {
    cursor: not-allowed;
    max-width: fit-content !important;
    max-height: fit-content;
}

.cursor-not-allowed * {
    pointer-events: none;
}
.pointer-events-none {
    pointer-events: none;
}
.pointer-events-none:hover{
    background: none !important;
}
.acc__desc__custom {
    color: green !important;
}


/* EXCEl to JPG New Component (Image Preview) */



#imagePreviewModal-two {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

#imagePreviewModal-two>div {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 460px;
    height: 388px;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.previewareaContent-two {
    padding: 16px;

}

#downloadImage-two {
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #023C89;
    color: #fff;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    border: none;
    cursor: pointer;
}

#closePreview-two {
    padding: 12px 24px;
    border: 1px solid #DDE1E7;
    border-radius: 8px;
    background-color: #fff;
    color: #1C385C;
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
}

.previewareabtns-two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px;
    width: 100%;
}

.previewImageHeading {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #002049;
}

.previewImageDesc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #8E9BAE;
}

.previewareaContent-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.previewareaContent-two>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.previewareaContent-two>div>span {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2px
}

.previewImageArea-two {
    min-height: 240px;
    height: 240px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0px 16px
}

.previewImageArea-two>button {
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #DDE1E7;
    height: 28px;
    width: 28px;
    background: #fff;
    position: absolute;
    box-shadow: 0 0 2px 2px #00000014;
    top: 46%;
    cursor: pointer;
}

.swipe-left {
    left: 16px;
}

.swipe-right {
    right: 16px;
    rotate: 180deg;
}

#previewedImage-two {
    border-radius: 12px;
    height: 100%;
    width: auto;

}

#close-imagePreview-area {
    cursor: pointer;
}

@media(max-width: 600px) {
    #imagePreviewModal-two>div {
        height: 338px;
        width: 90vw;
        max-width: 343px;

    }

    .previewImageArea-two {
        min-height: 190px;
        height: 190px;
    }
}

#success-msg {
    display: none;
    color: green;
    background: rgb(240, 252, 240);
    padding: 10px 15px;
    border-radius: 8px;
    margin-top: 10px;
}
.clear-all-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clear-all-container>p{
    margin-top: 0px !important;
}
#clearAll-btn{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 6px;
    background-color: #E853531A;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #E85353;
    transition: 0.3s ease;
    max-width: fit-content;
}