* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.bg-danger {
    background-color: #ea1519 !important;
}

.bg-success {
    background-color: #8caf00 !important;
}

.object-cover {
    object-fit: cover;
}

.converter-header .navbar {
    padding: 20px 0;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
}

.converter-header .navbar .navbar-brand {
    max-width: 300px;
}

.converter-header .navbar .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 12.5px;
}

.form-control,
.form-select {
    box-shadow: none !important;
    outline: none !important;
}

.btn {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 30px;
    border-radius: 50px;
}

.btn:hover {
    box-shadow: rgba(50, 50, 93, .25) 0 13px 27px -5px, rgba(0, 0, 0, .3) 0 8px 16px -8px;
    transform: translateY(-2px);
    transition: all .3s ease;
}

.btn-login {
    color: #8caf00 !important;
    border: 2px solid #8caf00 !important;
    background-color: #fff !important;
    border-radius: 50px;
    box-shadow: none;
}

.btn-primary {
    color: #fff !important;
    border: 2px solid #8caf00 !important;
    background-color: #8caf00 !important;
}

.common-bg {
    background-image: url(../img/common-gradient-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

.common-section-spacing {
    padding: 50px 0;
}

.hero-banner .banner-heading {
    font-size: 63px;
    font-weight: 800;
    line-height: 73.96px;
    color: #000;
}

.hero-banner .banner-heading span {
    color: #8caf00;
}

.hero-banner .banner-heading span::after {
    content: "";
    background-image: url(../img/heading-strike-vector.png);
    width: 100%;
    height: 18px;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0;
}

.common-section-heading {
    font-size: 45px;
    font-weight: 800;
    line-height: 52.83px;
    color: #000;
}

.common-section-heading span {
    color: #8caf00;
}

.hero-banner .banner-para,
.common-section-subheading {
    color: #434343;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.pdf-tool-section .single-tool-card {
    padding: 15px;
    height: 100%;
    box-shadow: 0px 4px 8px 0px rgba(232, 121, 232, 0.07);
    border: 1.5px solid rgba(239, 239, 239, 1);
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pdf-tool-section .single-tool-card:hover {
    border-color: #8caf00;
    transition: all 0.3s ease;
}

.pdf-tool-section .single-tool-card .tool-name {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
}

.pdf-tool-section .single-tool-card .tool-decs {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

.growing-section {
    background-color: #030033;
}

.choose-us-section .choose-card-outer .choose-card {
    padding: 30px;
    border-radius: 10px;
}

.choose-us-section .choose-card-outer .choose-card .icon {
    width: 49px;
    height: 49px;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.choose-us-section .choose-card-outer .choose-card .choose-card-heading {
    font-size: 23px;
    font-weight: 800;
    line-height: 27px;
}

.choose-us-section .choose-card-outer .choose-card .choose-card-decs {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #434343;
}

.choose-us-section .choose-card-outer:nth-child(1) .choose-card {
    background-color: #e5fae8;
}

.choose-us-section .choose-card-outer:nth-child(1) .choose-card .icon {
    background-color: #7bc085;
}

.choose-us-section .choose-card-outer:nth-child(2) .choose-card {
    background-color: #fff1db;
}

.choose-us-section .choose-card-outer:nth-child(2) .choose-card .icon {
    background-color: #dcb87e;
}

.choose-us-section .choose-card-outer:nth-child(3) .choose-card {
    background-color: #e5edf0;
}

.choose-us-section .choose-card-outer:nth-child(3) .choose-card .icon {
    background-color: #95c2d2;
}

.newsletter-section {
    background-color: #f7f7f7;
}

.newsletter-section .newsletter-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 51.66px;
}

.common-form-fields .form-control {
    border: 1px solid #b6b6b6;
    font-size: 20px;
    font-weight: 500;
    padding: 14px 30px;
    outline: 0 !important;
    box-shadow: none !important;
}

.common-form-fields .btn {
    padding: 15px 30px;
}

.common-form-fields.newsletter-form .form-control {
    border: 1px solid #a46969;
    padding: 21.5px 30px;
}

.newsletter-form .form-control {
    padding-right: 200px;
}

.newsletter-form .btn {
    position: absolute;
    top: 6px;
    left: auto;
    right: 6px;
    padding: 17.5px 24px !important;
}

.common-footer {
    background-color: #030033;
}

.common-footer .footer-link-heading {
    font-size: 21px;
    font-weight: 900;
    line-height: 27.34px;
}

.common-footer .footer-social-list li .social-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: #3f3f3f;
}

footer .footer-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.51px;
    color: #fff;
    margin-bottom: 17px;
}

footer .footer-link:hover {
    color: #8caf00;
}

.app_icons ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
}

.app_icons ul li {
    list-style: none;
    margin-right: 10px;
}

.otherfeature .dropdown-menu {
    display: block;
}

.home_page {
    text-align: center;
    margin-top: 15px;
}

.home_page a {
    color: black;
    font-weight: bold;
}

.home_page a img {
    width: 28px;
    margin-right: 10px;
}


/* ====== auth css starts here -============ */

.auth-section {
    min-height: 100vh;
}

.auth-section .img-section {
    background-color: #e2ffe8;
    padding: 20px 70px;
}

.auth-section .auth-form-outer {
    min-height: 100vh;
    padding: 30px 100px;
}

.auth-section .auth-form-outer .auth-logo {
    margin-bottom: 38px;
}

.auth-section .auth-form-outer .auth-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 35.22px;
    margin-bottom: 32px;
}

.auth-section .auth-form-outer .form-control {
    padding-left: 65px;
}

.auth-form .input-icon {
    position: absolute;
    top: 15px;
    left: 20px;
}

.auth-section .auth-form-outer .forgetpswrd {
    color: #8caf00;
    font-size: 17px;
    font-weight: 600;
    line-height: 19.96px;
}

.ordiv {
    width: 137px;
    border-bottom: 1px solid #000;
}

.ordiv span {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.13px;
    background-color: #fff;
    width: 30px;
}

.auth-social .fb-icon a,
.auth-social .google-icon a {
    width: 62px;
    height: 62px;
}

.auth-social .fb-icon a {
    background-color: #4288c1;
}

.auth-social .google-icon a {
    background-color: #e24346;
}


/* ====== auth css ends here -======== */


/* ====== Merge file css start here -======== */

.merge-file-section {
    min-height: calc(100vh - 87px);
    padding: 100px 0;
    background-image: url(../img/common-gradient-bg.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.merge-file-section .select-file-input label {
    padding: 50px;
    border: 1.5px dashed #000;
    border-radius: 15px;
    font-size: 20px;
    line-height: 32px;
}

.file-merge-options li a.single-option {
    height: 60px;
    width: 60px;
    background-color: #8caf00;
    border-radius: 50%;
}

.merge-file-section .selected-file .file-outer {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid rgba(240, 240, 240, 1);
    padding: 10px;
    border-radius: 10px;
}

.merge-file-section .selected-file .file-outer img {
    width: 100%;
}

.merge-file-section .selected-file .file-name {
    font-size: 15px;
    font-weight: 500;
    line-height: 17.61px;
    margin-top: 10px;
}

.merge-file-section .selected-file .opt-span {
    height: 28px;
    width: 28px;
    display: grid;
    place-items: center;
    top: -20px;
}

.merge-file-section .selected-file .delete-icon {
    right: -10px;
}

.merge-file-section .selected-file .reset-icon {
    right: 30px;
}

.file-tools-outer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: start;
    overflow: auto;
    overflow-x: hidden;
}

.file-tools-outer .merge-fileouter {
    padding: 24px;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.file-tools-outer .tools-sidebar {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    width: 360px;
    box-shadow: -5px -4px 10px 0px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    min-height: calc(100vh - 87px);
    padding: 15px;
    padding-bottom: 80px;
}


/* ====== Merge file css ends here -======== */


/* =======Pricing Page css starts here -======= */

.single-pricing-card {
    padding: 30px 20px;
    background-color: #e2ffe8;
    border-radius: 15px;
    padding-bottom: 100px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.single-pricing-card:hover {
    background-color: #fff;
    border-color: #dbdbdb;
    transition: all 0.3s ease;
}

.single-pricing-card .plan-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 52.83px;
    color: #000;
    margin-bottom: 7px;
}

.single-pricing-card:hover .plan-heading {
    color: #8caf00;
}

.single-pricing-card .btn {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 40px);
}

.price-number-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 50.48px;
    margin-bottom: 10px;
}

.price-card-msg {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.48px;
    margin-bottom: 30px;
}

.profit-list li {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.83px;
    padding-left: 40px;
    margin-bottom: 25px;
}

.profit-list li::before {
    content: url(../img/icons/lict-check-icon.png);
    position: absolute;
    left: 0;
    top: -5px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}


/* =======Pricing Page css ends here - ======= */


/* ====== conatct us page css starts here ====== */

.contact-form-outer .contact-heading {
    font-size: 39px;
    font-weight: 700;
    line-height: 50px;
}

.contact-form-outer .contact-form-subheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
}

.contact-form-outer .form-control {
    border: 1px solid rgba(188, 188, 188, 1);
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    box-shadow: none !important;
    color: #000;
}

.address-section {
    padding: 60px 0;
    background: linear-gradient(180deg, #e2ffe8 0%, #f7f9ff 100%);
}

.address-section .single-address-card {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 15px;
}

.address-section .single-address-card .card-subheading {
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    color: #717171;
}

.address-section .single-address-card .card-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 47px;
}


/* ====== conatct us page css end here ====== */


/* ====== blogs page css start here ====== */

.blogs-section .single-blog-card {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 32px;
}

.blogs-section .blog-details-outer {
    padding: 30px;
}

.blogs-section .single-blog-card .blog-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

.blogs-section .single-blog-card .blog-subheading {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

.blogs-section .single-blog-card .blog-autherimg {
    height: 33px;
    width: 33px;
    max-width: 33px;
    max-height: 33px;
}

.blogs-section .single-blog-card .date-post {
    color: #438e87;
}

.blogs-section .blogs-page-sidebar .sidebar-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
}

.blogs-section .blogs-page-sidebar .sidebar-heading:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #8caf00;
    top: auto;
    bottom: -10px;
    left: 0;
}

.blogs-section .blogs-page-sidebar .category-list li {
    border-bottom: 1px solid rgba(228, 228, 228, 1);
}

.blogs-section .blogs-page-sidebar .category-list .category-numb {
    padding: 2px 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    background-color: #8caf00;
    color: #fff;
    border-radius: 4px;
}

.blogs-section .blogs-page-sidebar .recent-postes .sigle-post-img {
    width: 124px;
    height: 124px;
    border-radius: 12px;
    min-width: 124px;
}

.blogs-section .blogs-page-sidebar .recent-postes .recent-postes-heading,
.blogs-section .blogs-page-sidebar .recent-postes .recent-postes-date {
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
}

.blogs-section .blogs-page-sidebar .recent-postes .recent-postes-date {
    color: #717171;
}

.blogs-section .blogs-page-sidebar .gallary-img {
    aspect-ratio: 1/0.9;
}

.blogs-section .blogs-page-sidebar .tag-list {
    padding: 10px 20px;
    background-color: #e3ffe9;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    border-radius: 10px;
}


/* ====== blogs page css end here ====== */


/* = = = = = Split PDF css starts here= = = = = =  */

.toggle-btn input[type="checkbox"]~label {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.48px;
    background-color: #f0f0f0;
    padding: 6px;
}

.toggle-btn input[type="checkbox"]~label span,
.toggle-btn input[type="checkbox"]:checked~label span.first {
    padding: 14px;
    width: 49%;
    background-color: transparent;
    color: #000;
    transition: all 0.3s ease;
}

.toggle-btn input[type="checkbox"]~label span.first,
.toggle-btn input[type="checkbox"]:checked~label span.second {
    background-color: #8caf00;
    color: #fff;
    transition: all 0.3s ease;
}

.cross-icon {
    padding: 10px;
    height: 36px;
    width: 36px;
    background-color: #ea1519;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 0.66px solid rgba(184, 184, 184, 1);
    border-radius: 4px;
}

.styled-checkbox:hover+label:before {
    background: #8caf00;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #8caf00;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.tools-sidebar .main-sidebar-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: calc(100% - 30px);
    transform: translateX(-50%);
}

.complress-type-radio+label {
    padding: 10px;
    background-color: #f1f1f1;
    display: block;
    border-radius: 10px;
    padding-right: 40px;
    position: relative;
}

.complress-type-radio+label .compress-type-heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 25.83px;
}

.complress-type-radio+label .compress-type-subheading {
    font-size: 19px;
    font-weight: 500;
    line-height: 22.31px;
    color: rgba(113, 113, 113, 1);
}

.complress-type-radio+label:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #8caf00;
    border-radius: 50%;
    display: none;
}

.complress-type-radio+label:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
    display: none;
}

.complress-type-radio:checked+label:before,
.complress-type-radio:checked+label:after {
    display: block;
}

.text-formal-checkboxes input[type="checkbox"]:checked~label {
    background-color: #8caf00;
    color: #fff;
}

.contentoggle input[type="checkbox"]~label .contentoggle-card,
.contentoggle input[type="checkbox"]:checked~label .contentoggle-card.second {
    border: 1px solid rgba(234, 234, 234, 1);
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23.48px;
    border-radius: 15px;
    background-color: #fff;
}

.contentoggle input[type="checkbox"]:checked~label .contentoggle-card,
.contentoggle input[type="checkbox"]~label .contentoggle-card.second {
    background-color: #E2FFE8;
    border-color: #8caf00;
}

.pagemode-radio [type="radio"]:checked,
.pagemode-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.pagemode-radio [type="radio"]:checked+label,
.pagemode-radio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.pagemode-radio [type="radio"]:checked+label:before,
.pagemode-radio [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #EAEAEA;
}

.pagemode-radio [type="radio"]:checked+label:before {
    background-color: #8caf00 !important;
}

.pagemode-radio [type="radio"]:checked+label:after,
.pagemode-radio [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pagemode-radio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pagemode-radio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* = = = = = Split PDF css ends here= = = = = =  */


/* = = = = = =  mega menu css start here ======= */

.megamenu .dropdown-menu {
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15) !important;
    border: none;
    border-radius: 15px !important;
    padding: 0.7em;
}

@media only screen and (min-width: 992px) {
    .megamenu.dropdown:hover .dropdown-menu {
        display: flex;
        transform: translateX(-40%);
        -webkit-transform: translateX(-40%);
    }
    .megamenu .dropdown-menu.show {
        display: none;
    }
}

.megamenu .dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.megamenu .dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
}

.megamenu .dropdown-menu li:first-child a {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.83px;
    color: #000;
}

.megamenu .dropdown-menu li a {
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.13px;
    color: #434343 !important;
    margin-bottom: 10px;
}

.megamenu .dropdown-menu .dropdown-item .tool-icon img {
    max-width: 30px;
    min-width: 30px;
}

@media only screen and (max-width: 992px) {
    .megamenu .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .megamenu.dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.megamenu .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.megamenu .dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.megamenu .dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

@media screen and (min-width: 993px) {
    .megamenu.dropdown:hover .dropdown-menu {
        display: flex;
    }
    .megamenu .dropdown-menu.show {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .megamenu .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}


/* = = = = = =  mega menu css ends here ======= */