﻿@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans');



.half-section .container {
    height: 100%;
    max-width: 100%;
}


/*@media (max-width: 1440px) {
    .half-section .container {
        max-width: 100%;
    }
}*/
#divContentPlaceholder .half-section {
    height: 90vh;
}


@media (max-width: 1440px) {
    #divContentPlaceholder .half-section {
        height: 85vh;
    }
}

section {
    padding: 0px;
}

.documents-footer .support-text a:not(:first-child)::before {
    content: "|";
    color: #0E76FF;
    padding: 0 5px;
}

#mainHeader.main_header {
    background: #FFFFFF;
    border-bottom: 1px solid #EAEBED;
}

@media (max-width: 767px) {
    .footer_section .footer_column ul li a span {
        font-size: 12px
    }

    .footer_section .footer_column ul li a svg {
        margin: auto;
    }

    .privacy-policy {
        padding: 30px 20px;
    }
}

.privacy-policy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    max-width: 800px;
    margin: 0 auto;
}

    .privacy-policy a {
        position: relative;
        color: white;
        text-decoration: none;
        padding: 0 10px;
    }

        .privacy-policy a:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -5px;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 20px;
            background-color: blue;
        }

@media (max-width: 767px) {
    .product-banner-section .theme_btn {
        font-size: 14px;
    }

    .privacy-policy a {
        padding: 8px 10px;
        font-size: 13px;
    }

        .privacy-policy a:not(:last-child)::after {
            right: auto;
            left: 50%;
            top: auto;
            bottom: 0px;
            transform: translateX(-50%);
            width: 20px;
            height: 1px;
        }
}

.theme_btn {
    /*display: inline-block;*/
    padding: 15px 40px;
    background: radial-gradient(100% 568.33% at 0% 0%, #F95A38 0%, #FF9823 100%);
    border-radius: 50px;
    border: 0;
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

.product-banner-section .theme_btn {
    text-transform: capitalize;
}

.product-banner-section .bannerText {
    text-transform: capitalize;
}


.theme_btn:hover {
    color: #fff;
    background: #424A5B;
}

.half-section [class*=col-] {
    margin: 0px;
    height: 100%;
}

.documents-footer {
    width: 100%;
}

.half-section .item h3 {
    color: #fff;
    font-weight: 700;
}

.half-section .item p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
}
/*--------*/

.relatedArticles {
    margin: 0px 0px 100px 0px;
    position: relative;
}

@media (max-width: 767px) {
    .relatedArticles {
        margin: 0px 20px 100px 20px;
    }

        .relatedArticles .swiper-slide .item-body h6 {
            margin-bottom: 10px;
        }

    .learn-blog .learn-blog-header {
        padding-bottom: 60px;
    }

    .relatedArticles .swiper-slide .item-body {
        padding: 15px !important;
    }

    .learn-blog .item .item-body p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}


.relatedArticles .swiper-slide {
    position: relative;
    width: var(--swiper-width);
    transform: scale(.84);
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 0.4285rem;
    background: #fff;
}

    .relatedArticles .swiper-slide .item {
        background: none;
        margin-bottom: 0px;
    }

    .relatedArticles .swiper-slide .item-body {
        padding: 30px;
    }

        .relatedArticles .swiper-slide .item-body h6 {
            margin-bottom: 15px;
        }


.relatedArticles .swiper-backface-hidden .swiper-slide {
    transform: scale(.84) translateZ(0);
}

.relatedArticles .swiper-slide.swiper-slide-active {
    transform: scale(1.1) !important;
    opacity: 1 !important;
    max-width: 400px;
}

.relatedArticles .swiper-backface-hidden .swiper-slide.swiper-slide-active {
    transform: scale(1) translateZ(0) !important;
}



.relatedArticles .swiper-image .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #929ec9;
}

.relatedArticles .swiper-button-next,
.relatedArticles .swiper-button-prev {
    padding: 8px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: 0;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
}

    .relatedArticles .swiper-button-next::after,
    .relatedArticles .swiper-button-prev::after {
        color: #fff;
        font-size: 12px;
    }

.relatedArticles .swiper-button-next {
    transform: translate(50%, -50%);
}

.relatedArticles .swiper-button-prev {
    transform: translate(-50%, -50%);
}


/*--*/
.relatedArtical {
    display: none;
}

.learn-blog .relatedArtical {
    display: none;
}
/*--*/
/*.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/esignature/images/chevron-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    border: 0px;
    vertical-align: middle;
}*/
.footer_section .footer_column h4 a,
.footer_section .footer_column ul li a {
    color: #FFFFFF;
}

    .footer_section .footer_column ul li a span {
        color: #FFFFFF;
    }

.footer_section .footer_column h4 a {
    cursor: auto;
}

#progress-modal .progress-bar {
    border-radius: 100px;
    background: radial-gradient(629.94% 237.92% at 104.73% -54.57%, var(--WSS_Global-PdfSimpli-R-200, #DA0000) 0%, var(--WSS_Global-PrimaryCTA-CTA-100, #F95A38) 34%, var(--WSS_Global-PrimaryCTA-CTA-100, #F95A38) 60%, var(--WSS_Global-WorkSimpli-Y-200, #FF9823) 100%);
}

#progress-modal .align-middle {
    color: #16283D;
    font-family: "Rethink Sans";
}

.modal .modal-content,
.modal .modal-title, .modal-body-text {
    color: #16283D;
    font-family: "Rethink Sans";
}

.contact-us-section .top {
    border-radius: 40px;
    background: var(--Gradients-Hero_Section, linear-gradient(0deg, #FFF 10.95%, rgba(255, 255, 255, 0.00) 90.38%), linear-gradient(90deg, #FFE1CC 0%, #FFCCF7 53.5%, #D2F4FF 100%));
}

.contact-us-section .text-center {
    font-size: 82px;
    font-weight: 600;
}

.contact-card media {
}

.contact-card .media-body h2 {
    font-size: 32px !important;
}

@media (max-width: 767px) {
    .here_section .contact .media .left_content {
        display: flex !important;
        align-items: center;
    }

    .contact-card .media-body h2 {
        font-size: 18px !important;
        text-align: left;
        margin: 0px
    }

    .contact-card .media-body .btn {
        display: none;
    }

    .contact-us {
        padding: 0px !important;
    }

    .contact-us-section h2, .contact-us-section h2 span {
        font-size: 52px !important;
        line-height: 48px !important;
    }

    .contact-us-section .top P {
        font-size: 16px !important;
    }
}

.contact-us-section .top P {
    font-family: "Rethink Sans";
    font-weight: normal;
    font-size: 22px;
}

.contact_wrapper-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 84.84%, #FFF 100%), linear-gradient(23deg, rgba(255, 255, 255, 0.00) 27.99%, var(--WSS_Global-Whites-W-100, #FFF) 55.4%), linear-gradient(66deg, var(--WSS_Global-LegalSimpli-O-600, rgba(255, 224, 204, 0.50)) 16.76%, var(--WSS_Global-AiSimpli-M-500, rgba(236, 179, 227, 0.50)) 53.82%, var(--WSS_Global-DocuSimpli-C-500, rgba(179, 226, 240, 0.50)) 86.03%);
    backdrop-filter: blur(100px);
}

.contact-us-section .contact_wrapper .media {
    border-radius: 20px;
    background: #FFF;
}



.contact-us-section .right-section .media-profile {
    padding: 0px !important;
}

.contact-us-section .theme-btn-outline-primary, .theme-btn-primary, .col-lg-4 .theme-btn-outline-primary {
    display: flex;
    padding: 15px 30px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #0E77FF;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: fit-content;
    white-space: nowrap;
}

.how-to-cancel-section {
    padding: 20px 20px 0px 20px;
}

    .how-to-cancel-section .container .top {
        padding: 60px 60px 0px 60px;
        border-radius: 40px;
        background: var(--Gradients-Hero_Section, linear-gradient(0deg, #FFF 10.95%, rgba(255, 255, 255, 0.00) 90.38%), linear-gradient(90deg, #FFE1CC 0%, #FFCCF7 53.5%, #D2F4FF 100%));
        margin-bottom: 50px;
    }

@media (max-width: 767px) {
    .how-to-cancel-section .container .top {
        padding: 60px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }
}

.how-to-cancel-section .text-center {
    font-size: 82px;
    font-weight: 600;
    width: 1084;
    height: 98;
    gap: 15px;
    angle: 0 deg;
    opacity: 1;
}

@media (max-width: 767px) {
    .how-to-cancel-section .text-center {
        font-size: 54px;
    }
}

.how-to-cancel-section .top p {
    font-family: "Rethink Sans";
    font-weight: normal;
    font-size: 22px;
    color: #424A5B;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 767px) {
    .how-to-cancel-section .top p {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        text-align: center;
        font-family: "Rethink Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: 0.36px;
    }
}

@media (max-width: 767px) {
    .faq-pages-section .faq-pages-section-container h2, .refund-request-section h2, .faq-pages-section h2 {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        text-align: center;
        font-family: "Rethink Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.64px;
    }
}

.contact-us {
    padding: 40px 0px 100px 0px;
}

.here_section .contact .media {
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #61A5FF;
    background: #FFF;
}

.frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
    color: #16283D;
    font-family: "Rethink Sans";
    font-size: 16px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 120%; /* 38.4px */
    letter-spacing: 0.64px;
    background-color: #ffffff;
}


.frequently-asked-questions .card .card-body .refundMail {
    color: blue;
}

.frequently-asked-questions .card .card-body .tnc {
    color: blue;
}


.frequently-asked-questions .frequently-asked-inner .accordion .card {
    border-radius: 10px;
    border: 2px solid #D2E5FF;
    background: var(--WSS_Global-Whites-W-100, #FFF);
}

.convert-to-any-file {
    background: var(--Gradients-Bkg_BeforeFooterCTA, linear-gradient(86deg, var(--WSS_Global-SignSimpli-B-600, #D2E5FF) -1.52%, var(--WSS_Global-AiSimpli-M-600, #F6DAF2) 46.69%, var(--WSS_Global-Whites-W-100, #FFF) 90.48%));
}

    .convert-to-any-file .chat-with-us, .blueskybg {
        background: var(--Gradients-H1_FocusText, linear-gradient(90deg, var(--WSS_Global-DocuSimpli-C-300, #1DCAFF) 32.34%, var(--WSS_Global-SignSimpli-B-200, #0E76FF) 66.86%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.contact-us-section p {
    color: #16283D;
    font-family: "Rethink Sans";
}



.main_header .custom_nav .custom_collapse .navbar-nav li a {
    text-transform: capitalize !important;
    font-size: 18px;
}

.contact-us-section .contact_wrapper .media-profile img {
    width: 100%;
    margin-right: 0px !important;
}

.contact-us-section .top {
    padding: 60px 60px 0px 60px;
}

@media (max-width: 767px) {
    .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header {
        font-size: 14px;
    }

        .frequently-asked-questions .frequently-asked-inner .accordion .card .card-header span {
            padding-left: 20px;
        }

    .contact-us-section .top {
        padding: 60px 10px 0px 10px;
    }

    .left-section .media-body h3 {
        font-size: 32px !important;
        text-align: left !important;
    }

    .left-section .media-text {
        text-align: left;
    }

    .contact-us-section .contact_wrapper .media .media-body p {
        font-size: 16px;
        text-align: left;
        margin: 0px 0px 15px 0px;
    }
}

.main-landing-banner .banner-images {
    border-radius: 45px;
    background: var(--WSS_Global-Whites-W-100, #FFF);
    box-shadow: 0px 4px 60px 0px rgba(218, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    /*width: 80%;*/
    height: 80%;
    padding: 25px;
}


@media (max-width: 767px) {
    .main_header .custom_nav .navbar-brand {
        max-width: 158px;
    }

    .main-landing-banner .banner-images, .main-landing-banner .banner-images .hero-img {
        padding: 0px 0px 15px 0px !important;
        border: 0px !important;
        background: none !important;
        box-shadow: none !important;
    }

    /*  .banner-images .hero-img .or-split {
        display: none !important;
    }

    .banner-images .hero-img > a, .banner-images .hero-img h5, .banner-images .hero-img p {
        display: none !important;
    }*/

    .banner-images .hero-img hero-btn a {
        display: block !important;
    }
}

.main-landing-banner .banner-images .hero-img {
    position: relative;
    border-radius: 20px;
    padding: 0 0 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    width: 100%;
    background: var(--Gradients-Bkg_Dropzone_R-500, radial-gradient( 68.31% 91.22% at 50% 100%, var(--WSS_Global-PdfSimpli-R-500, rgba(244, 179, 179, 0.25)) 0%, var(--WSS_Global-Whites-W-100, rgba(255, 255, 255, 0.25)) 100% ));
    overflow: hidden;
}

    .main-landing-banner .banner-images .hero-img::before {
        content: '';
        position: absolute;
        inset: 0;
        padding: .05rem;
        border-radius: 20px;
        background: #fff;
        pointer-events: none;
        background-image: repeating-linear-gradient(44deg, #f60, #f60 10px, transparent 0px, transparent 14px);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }



.main-landing-banner .hero-btn {
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    padding: 0px 10px;
}

    .main-landing-banner .hero-btn .theme_btn {
        padding: 16px 10px;
        font-size: 18px;
        width: 90%;
        /*width: 100%;*/
    }

.main-landing-banner .row {
    align-items: center;
}

.main-landing-banner .or-split {
    position: relative;
    text-align: center;
    margin: 15px 0;
    color: #555;
    font-weight: 500;
}

    .main-landing-banner .or-split::before,
    .main-landing-banner .or-split::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30%;
        height: 1px;
        background: #F4B3B3;
    }

    .main-landing-banner .or-split::before {
        left: 50px;
        transform: translateY(-50%);
    }

    .main-landing-banner .or-split::after {
        right: 50px;
        transform: translateY(-50%);
    }

html, body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    color: #16283D;
    font-family: "Rethink Sans";
    /*font-family: "Rethink Sans";*/
}

.banner-content .main-headline span {
    font-size: 72px;
    color: #16283D;
    font-family: "Rethink Sans";
    /* font-family: "Rethink Sans"; */
    font-size: 69px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 1.44px;
    font-weight: bold;
}

.product-steps {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 84.84%, #FFF 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.00) 35.16%, #FFF 74.95%), linear-gradient(66deg, var(--WSS_Global-LegalSimpli-O-600, rgba(255, 224, 204, 0.50)) 16.76%, var(--WSS_Global-AiSimpli-M-500, rgba(236, 179, 227, 0.50)) 53.82%, var(--WSS_Global-DocuSimpli-C-600, rgba(210, 244, 255, 0.50)) 86.03%);
    backdrop-filter: blur(100px);
}

    .product-steps .step-inner .product-inner .item {
        border-radius: 40px;
        background: var(--WSS_Global-Whites-W-100, #FFF);
        box-shadow: 0px 4.699px 35.245px 0px rgba(0, 0, 0, 0.10);
        /*        padding: 5px;*/
        justify-content: center;
        display: flex;
    }

        .product-steps .step-inner .product-inner .item .item-link {
            display: flex;
            flex-direction: column;
            border: 10px solid #fef7f8;
            align-items: center;
            border-radius: 40px;
            width: 100%;
            height: 100%;
            padding: 30px;
        }

    .product-steps .step-inner .border_dotted {
        border: none;
    }



    .product-steps .step-inner .product-inner .item .icon {
        background-color: transparent;
        margin: 0px;
        width: 70px;
        height: 70px;
        margin-bottom: 30px;
    }

        .product-steps .step-inner .product-inner .item .icon img {
            width: 100%;
            height: 100%;
            vertical-align: top;
        }

        .product-steps .step-inner .product-inner .item .icon:hover {
            background-color: transparent;
        }

    .product-steps .step-inner .product-inner .item p {
        font-size: 15px;
        font-weight: 400;
    }

    .product-steps .step-inner .product-inner .item {
        text-align: center;
        max-width: 25%;
        margin-bottom: 20px;
    }

@media (max-width: 767px) {
    .product-steps .step-inner .product-inner .item {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .main-landing-banner .row {
        padding: 20px 0px;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .banner-content .main-headline span {
        font-size: 54px;
    }

    .main-landing-banner .banner-content h4 {
        font-size: 16px !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .main-landing-banner .banner-content .main-headline {
        justify-content: center;
        align-items: center;
    }

    #mainHeader .unauth-links {
        width: 100% !important;
        height: 100% !important;
        margin-top: 10px !important;
    }
}

.main-landing-banner .banner-content h4 {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}


.product-steps .step-inner .product-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@media (max-width: 767px) {
    .product-steps .step-inner .product-inner {
        flex-direction: column;
    }
}

.blue-arrow {
    z-index: 10;
    left: 50%;
    bottom: 50%;
    transform: translateX(60%);
}

    .blue-arrow img {
        width: 100%;
    }

@media (max-width: 767px) {
    .blue-arrow {
        bottom: 0%;
        transform: translateY(100%) translateX(-50%) rotate(90deg);
        width: 80px;
        justify-content: flex-end;
        align-items: center;
    }

    .product-steps .step-inner .product-inner .item .icon {
        width: 50px;
        height: 64px;
        margin-bottom: 30px;
    }
}



.product-banner-section {
    padding: 20px 15px 50px 15px;
}

.peoplesaying_section .peoplesaying .swiper-container {
    overflow: inherit !important;
}

@media (max-width: 767px) {
    .footer-logo [class*=col-] {
        text-align: left;
    }

    .navbar-toggler-icon {
        height: 1rem !important;
        width: 1rem !important;
    }

    .theme_btn {
        font-size: 14px !important;
        padding: 15px 25px !important;
    }

    .peoplesaying_section .peoplesaying .swiper-container {
        overflow: inherit !important;
    }

    .peoplesaying_section {
        padding-bottom: 50px !important;
    }

    .product-banner-section .item {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 15px !important;
    }

        .product-banner-section .item p {
            text-align: left;
        }

    .product-banner-section {
        padding: 0px;
    }

    .peoplesaying_section .peoplesaying {
        padding-top: 0px;
    }

        .peoplesaying_section .peoplesaying .swiper-container {
            padding-bottom: 0px !important;
        }
}

.peoplesaying_section .peoplesaying h4 {
    max-width: 780px;
    margin-bottom: 60px;
}

.product-banner-section .row .images {
    padding-left: 0px;
}

.peoplesaying_section .peoplesaying {
    background: linear-gradient(180deg, var(--WSS_Global-Whites-W-100, #FFF) 12.48%, var(--WSS_Global-PdfSimpli-R-700, #FFE6E6) 60.48%, var(--WSS_Global-Whites-W-100, #FFF) 100%);
}

    .peoplesaying_section .peoplesaying h4 {
        font-family: Rethink Sans;
        font-size: 32px;
        padding: 0px 15px;
    }

        .peoplesaying_section .peoplesaying h4::after {
            background: transparent;
            display: none;
            height: 600px;
        }

.banner-list a {
    color: #0E77FF;
}

ul.banner-list li i {
    background: #1D7FFF;
}

.faq-pages-section .heading-title {
    font-size: 42px;
    font-family: "Rethink Sans";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.24px;
    /*padding: 42px 0px 42px 0px;*/
}


ul.banner-list li img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: #1D7FFF;
    padding: 5px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    ul.banner-list li img {
        width: 20px;
        height: 20px;
    }

    .faq-pages-section .faq-pages-section-container {
        width: 100% !important;
        padding: 0px 15px !important;
    }
}


.faq-pages-section {
    display: flex;
    justify-content: center;
}

    .faq-pages-section .faq-pages-section-container {
        width: 70%;
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
    }

section.faq-pages-section {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .faq-pages-section .container {
        width: 100%
    }
}

.faq-pages-section .container .row {
    width: 100%
}

button, input, optgroup, select, textarea, html, body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, div, a, html, body {
    font-family: "Rethink Sans";
}
/* Delayed Button Styling */

@media (max-width: 479px) {
    .product-steps .step-inner .product-inner .item.border_middle .icon img {
        width: 100% !important;
    }
}

#delayedPDF {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 40px;
    padding: 0;
    gap: 10px;
    border-radius: 10px;
    border: none;
    opacity: 1;
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    vertical-align: middle;
    color: #16283D;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

.signUpHyperLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 46px;
    padding: 15px 30px;
    background-color: #0E77FF;
    border: none;
    border-radius: 100px;
    gap: 10px;
    opacity: 1;
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
    color: #FFFFFF;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}

    .signUpHyperLink:hover {
        background-color: #005fd1;
    }


#mainHeader .unauth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 192.41px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainHeader .header-center {
    width: 272px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    opacity: 1;
}

#mainHeader .middle-nav {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

#mainHeader .nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 10px;
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #16283D;
    padding: 0 12px;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

#mainHeader .templates-btn {
    width: 95px;
}

#mainHeader .tools-btn {
    width: 57px;
}

#mainHeader .learn-btn {
    width: 60px;
}

#mainHeader .nav-btn.active {
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    background-color: #16283D;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 0 8px;
}

#mainHeader .templates-btn.active {
    width: 77px;
}

#mainHeader .tools-btn.active {
    width: 39px;
}

#mainHeader .learn-btn.active {
    width: 42px;
}

#mainHeader .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 40px;
    padding: 0; /* if not overridden by Bootstrap */
    gap: 1px;
    border-radius: 10px;
    background-color: transparent; /* unless Figma gives one */
    color: #16283D;
    font-family: 'Rethink Sans', sans-serif;
    /*font-weight: 700;*/
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

#mainHeader .dropdown .dropdown-toggle {
    font-size: 16px;
    font-family: Rethink Sans;
}

#mainHeader .navbar .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    margin-left: 6px;
    vertical-align: middle;
    background-color: transparent;
    mask: url("data:image/svg+xml;utf8,<svg width='8' height='4' viewBox='0 0 8 4' xmlns='http://www.w3.org/2000/svg'><path d='M1 0l3 3 3-3' stroke='%2316283D' stroke-width='2.29' fill='none'/></svg>") no-repeat center;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg width='8' height='4' viewBox='0 0 8 4' xmlns='http://www.w3.org/2000/svg'><path d='M1 0l3 3 3-3' stroke='%2316283D' stroke-width='2.29' fill='none'/></svg>") no-repeat center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: black !important;
}


#mainHeader .main_header {
    width: 100%;
    max-width: 1440px;
    height: 91px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 32px; /* Optional left/right padding */
    background-color: #FFFFFF;
    border-bottom: 1px solid #DBDEE1;
    opacity: 1;
    box-sizing: border-box;
    margin: 0 auto;
}

#mainHeader .header-content-wrapper {
    width: 100%;
    max-width: 1260px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    opacity: 1;
    box-sizing: border-box;
}

#mainHeader .dropdown-menu {
    border-radius: 6px;
    border: 2px solid #D2E5FF;
    background: #FFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
    padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #EAEBED;
}

.product-steps .step-inner .product-inner .item p {
    font-family: "Rethink Sans";
}

.education-help .paragraph-area {
    padding-top: 55px;
}

.learn-landing-pages {
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

    /*.learn-blog .learn-blog-header h2 {

    justify-content: center;
    position: absolute;
}
*/

    .learn-landing-pages .container {
        max-width: 100%;
        /*background-image: url(/content/assets/images/affidavit_background.jpg);*/
        display: flex;
        height: 450px;
        padding: 0px 60px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        align-self: stretch;
        border-radius: 40px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -14.72%, var(--WSS_Global-Whites-W-100, #FFF) 91.39%), url(/content/assets/images/affidavit_background.jpg) lightgray 0px -104.046px / 100% 127.375% no-repeat;
    }

    .learn-landing-pages .affidavit-title {
        font-family: "Rethink Sans";
        font-size: 82px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: 120%;
        letter-spacing: 1.64px;
    }

    .learn-landing-pages .affidavit-sec, .paragraph-area {
        width: 70%;
        padding: 0px 20px;
    }

.custom-banner-img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 30px;
}

.learn-landing-pages span {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 0.48px;
}

.paragraph-area {
    width: 100%;
}

.learn-blog {
    background: var(--Gradients-Bkg_MiddleSection_B-600, linear-gradient(180deg, var(--WSS_Global-Whites-W-100, #FFF) 3.2%, var(--WSS_Global-SignSimpli-B-600, #D2E5FF) 38.33%, var(--WSS_Global-Whites-W-100, #FFF) 100%));
}

    .learn-blog .container {
        border-radius: 24px;
        border: 5px solid var(--WSS_Global-Whites-W-100, #FFF);
        background: var(--Gradients-SuccessStories_Section, radial-gradient(77.39% 76.53% at 50% 109.31%, #B3E2F0 0%, #EEE3FF 64%, rgba(255, 255, 255, 0.50) 100%));
    }

        .learn-blog .container .row {
            padding: 60px 0px 60px 80px;
        }

#unAuthPanel .navbar-nav {
    gap: 20px;
}

.button-group {
    width: 25%;
}

@media (max-width: 767px) {
    .button-group, .button-group .nav-item {
        width: 100%;
    }

    .signUpHyperLink {
        width: 100%;
    }

    #mainHeader .dropdown-toggle {
        height: 100%;
    }

    #unAuthPanel .navbar-nav {
        gap: 10px;
        margin-top: 30px;
    }


    .learn-blog .container .row {
        padding: 60px 0px;
    }
}

@media (max-width: 767px) {
    .learn-landing-pages {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .learn-landing-pages .container, .education-help .container {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .learn-landing-pages .affidavit-sec, .paragraph-area {
        width: 100%;
    }

    .convert-to-any-file .convert-to-any-file-text .content img {
        width: 70%;
    }
}

.dropdown .dropdown-toggle {
    font-family: "Rethink Sans";
}

.convert-to-any-file .convert-to-any-file-text .content p {
    font-family: "Rethink Sans";
}

.refund_cancel_contact {
    /* max-width: 1320px;
    padding: 0 12px;
    display: flex !important;
    justify-content: space-between !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    padding: 0 12px;
    background: linear-gradient(66.08deg, rgba(255, 224, 204, 0.5) 16.76%, rgba(236, 179, 227, 0.5) 53.82%, rgba(179, 226, 240, 0.5) 86.03%), linear-gradient(23.38deg, rgba(255, 255, 255, 0) 27.99%, #FFFFFF 55.4%), linear-gradient(180deg, rgba(255, 255, 255, 0) 84.84%, #FFFFFF 100%);
*/
    /*    width: 1440.044921875;
    height: 348;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 60px;
    angle: 0 deg;
    opacity: 1;
    background: linear-gradient(66.08deg, rgba(255, 224, 204, 0.5) 16.76%, rgba(236, 179, 227, 0.5) 53.82%, rgba(179, 226, 240, 0.5) 86.03%), linear-gradient(23.38deg, rgba(255, 255, 255, 0) 27.99%, #FFFFFF 55.4%), linear-gradient(180deg, rgba(255, 255, 255, 0) 84.84%, #FFFFFF 100%);
    backdrop-filter: blur(200px)*/

    background: linear-gradient(66.08deg, rgba(255, 224, 204, 0.5) 16.76%, rgba(236, 179, 227, 0.5) 53.82%, rgba(179, 226, 240, 0.5) 86.03%), linear-gradient(23.38deg, rgba(255, 255, 255, 0) 27.99%, #FFFFFF 55.4%), linear-gradient(180deg, rgba(255, 255, 255, 0) 84.84%, #FFFFFF 100%);
}

.media {
    width: 406.6666564941406;
    height: 268;
    justify-content: space-between;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 40px;
    background: var(--WSS_Global-Whites-W-100, #FFFFFF);
}

.swiper-container .testimonial-card:nth-child(even) {
    transform: translateY(-40px);
}

@media (max-width: 767px) {
    .swiper-slide .testimonial-card {
        padding: 30px;
        max-width: 400px !important;
    }

    .swiper-slide:nth-child(even) .testimonial-card {
        transform: translateY(20px) !important;
    }

    .swiper-slide:nth-child(odd) .testimonial-card {
        transform: translateY(-20px) !important;
    }
}

@media (max-width: 576px) {
    .swiper-slide .testimonial-card {
        max-width: calc(100% - 40px) !important;
    }
}

.swiper-slide .testimonial-card {
    max-width: 520px;
    min-width: 300px;
    width: 100%;
    height: 246px;
    background: #fff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: "Rethink Sans", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    gap: 20px;
}


.swiper-slide:nth-child(odd) .testimonial-card {
    transform: translateY(-40px);
}

.swiper-slide:nth-child(even) .testimonial-card {
    transform: translateY(40px);
}

.swiper-slide .testimonial-card .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .swiper-slide .testimonial-card .user-info img {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        object-fit: cover;
    }

.swiper-slide .testimonial-card .info-text {
    color: #16283D;
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.swiper-slide .testimonial-card .user-name {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
    color: #16283D;
}

.swiper-slide .testimonial-card .title {
    margin: 0;
    font-size: 0.875rem;
    color: #16283D;
}

.swiper-slide .testimonial-card .user-review {
    color: #16283D;
    font-family: "Rethink Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.contact-us-section .contact_wrapper .media .media-body .faq-heading {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.64px;
    white-space: nowrap;
}

.template-landing .theme_btn {
    padding: 0px 40px;
}

section.template-landing {
    border-bottom: 1px solid #DBDEE1;
    background: #FDFDFD;
}

.template-landing .container .banner-images {
    background: var(--WSS_Global-Whites-W-100, #FFF);
    box-shadow: 0px 10.256px 76.923px 0px rgba(218, 0, 0, 0.15);
    height: 100%;
}

section.review-banner {
    background: var(--WSS_Global-SignUpLogInCTA-CTA-100, #0E77FF);
}

    section.review-banner .container {
        padding: 18px 15px;
    }

.review-banner .banner-content {
    gap: 30px;
}

@media (max-width: 767px) {
    .review-banner .banner-content {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .review-rating-img, .rave-capture-img {
        width: 100px;
    }
}

.review-banner .banner-content .text-white {
    font-size: 18px;
}

@media (max-width: 767px) {
    .review-banner .banner-content .text-white {
        font-size: 10px;
    }
}

.form-landing-banner .container {
    padding: 60px 15px 30px 15px;
}

.form-landing-banner .banner-content h2, .form-landing-banner .banner-content p {
    padding-bottom: 20px;
}

.form-landing-banner .banner-content p {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.48px;
}

.form-landing-banner .banner-content h2 {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.44px;
}

.form-landing-banner .banner-content {
    padding-top: 25px;
}

.color-section .selector-wrap .color-selector .label, .color-section .selector-wrap .color-selector .selector-reset {
    width: 42px;
    height: 42px;
}

.color-section .selector-wrap .color-selector .selector-radio {
    border-radius: 100%;
}

.fahrenheit-conversion-section .container .header {
    text-align: center;
}

.pdfsimpli-five-steps-section ul {
    padding-left: 20px;
    border-left: none;
}

    .pdfsimpli-five-steps-section ul li::after {
        position: absolute;
        content: '';
        display: none;
        height: 0px;
        width: 0px;
        border-radius: 50%;
        background: transparent;
    }

.pdfsimpli-five-steps-section h1 {
    font-family: "Rethink Sans";
    text-align: center;
    padding-bottom: 10px;
    color: #16283D;
}

.pdfsimpli-five-steps-section ul li {
    display: flex;
    flex-direction: column;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 10px;
    border: 2px solid #D2E5FF;
    background: #FFF;
}

    .pdfsimpli-five-steps-section ul li p {
        margin: 0px;
        max-width: 100%;
        font-family: "Rethink Sans";
        color: #16283D;
    }

    .pdfsimpli-five-steps-section ul li h2 {
        padding-bottom: 0px;
        font-family: "Rethink Sans";
        color: #16283D;
    }

.pdfsimpli-five-steps-section {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.middle-images img, .invoice_area img {
    border-radius: 5px;
    border: 2px solid #D2E5FF;
}

.sources-area {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.fahrenheit-conversion-section .middle-content {
    border-radius: 10px;
    border: 2px solid #EAEBED;
    background: var(--WSS_Global-Whites-W-100, #FFF);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px
}

.template-landing-custom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fahrenheit-conversion-section .middle-content h6 {
    font-family: "Rethink Sans";
    color: #16283D;
    padding-bottom: 0px;
}

.fahrenheit-conversion-section .middle-content ul li a,
.fahrenheit-conversion-section .header h4,
.template-landing-custom .paragraph-area h4,
.fahrenheit-conversion-section .paragraph-area p,
.paragraph-area ul.list-item li, .sources-area p, b, strong {
    font-family: "Rethink Sans";
    color: #16283D;
}

.sources-area ul li a {
    font-family: "Rethink Sans";
}



.agreement-section .right-side .item {
    border-radius: 20px;
    border: 2px solid var(--WSS_Global-SignSimpli-B-500, #B7D6FF);
    background: var(--WSS_Global-Whites-W-100, #FFF);
}

.document-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 10px;
    justify-content: flex-start;
}

    .document-links a {
        color: #007bff;
        text-decoration: underline;
        white-space: nowrap;
        font-size: 16px;
    }

/* Optional mobile responsiveness */
@media (max-width: 576px) {
    .document-links {
        gap: 8px 10px;
    }

        .document-links a {
            font-size: 14px;
        }
}

.section-description {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: 0.36px;
}

.template-categories-banner {
    background-color: #fff;
}

#templates::placeholder {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-300, #687585);
    font-family: "Rethink Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.agreement-section {
    padding: 0px 0px 50px 0px;
}

.template-categories-banner .container {
    border-bottom: 2px solid #E7F1FF;
    padding-bottom: 50px;
}

.template-categories-content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Rethink Sans", sans-serif;
}

.gradient-text {
    background: linear-gradient(90deg, #00cfff 0%, #005eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.heading-secondary {
    color: #16283D;
    font-weight: 700;
}

.template-categories-content .subheading {
    font-size: 16px;
    color: #16283D;
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-family: "Rethink Sans", sans-serif;
}

.subheading {
    color: #16283D;
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}





.search-and-tags {
    margin-top: 24px;
    margin-bottom: 24px;
}

.search-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 20px;
}

.search-input {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 24px;
    font-size: 16px;
    font-family: "Rethink Sans", sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    color: #000;
    width: 100%;
}

.search-btn {
    padding: 10px 24px;
    background: linear-gradient(90deg, #ff7a00, #ff4d00);
    color: #fff;
    border: none;
    border-radius: 24px;
    font-weight: bold;
    font-family: "Rethink Sans", sans-serif;
    cursor: pointer;
    white-space: nowrap;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag {
    background-color: #FFEFE4;
    color: #FF6600;
    font-family: "Rethink Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 20px;
    white-space: nowrap;
}


.faq-pages-section .faq-title {
    border-bottom: 2px solid var(--WSS_Global-SignSimpli-B-700, #E7F1FF);
}

.contact_wrapper .offers {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.about-banner .banner-img img {
    border-radius: 30px;
}

.about-banner .our-story p, .about-banner h1, .about-banner h3 {
    font-family: "Rethink Sans";
}

.container .cookie-head, .privacy-head, .term-head {
    padding-top: 30px;
    margin-bottom: 50px;
}

.contact_wrapper .offers .guide-item {
    list-style: none;
    display: flex;
    gap: 22px;
}

.contact-us-section .contact_wrapper .media img {
    margin-right: 25px;
}

.contact-us-section {
    padding: 20px 20px 0px 20px;
}

@media (max-width: 767px) {
    .left-section {
        border-radius: 20px;
        box-shadow: 9px 9px 7px -1px #fdf4f7;
    }

    .contact-us-section .contact_wrapper .media img {
        margin: 0px !important;
    }

    .contact-us-section {
        padding: 20px 0px 0px 0px;
    }

        .contact-us-section .contact_wrapper .media img {
            max-width: 100%;
        }
}

.faq-divider {
    width: 1px;
    height: 40px;
    background-color: #BCD6F6; /* Match the light blue from Figma */
}

.product-banner-section .item p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-banner-section .item h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-size: 40px;
}

.support-icon {
    width: 43.75px;
    height: 40.385px;
    flex-shrink: 0;
    stroke-width: 2.8px;
    stroke: #B7D6FF;
    position: absolute;
    top: 12px;
    right: 12px;
}

.main-landing-banner .banner-content .main-headline .heady {
    font-size: 69px;
}

.main-headline {
    font-size: 50px;
}

.container .cookie-head, .privacy-head, .term-head {
    padding-top: 20px;
}

.convert-to-any-file .convert-to-any-file-text .content h1, .convert-to-any-file .convert-to-any-file-text .content h2, .convert-to-any-file .convert-to-any-file-text .content h3 {
    font-family: "Rethink Sans";
    font-weight: 600;
    font-size: 82px;
    color: #fff;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .support-icon {
        right: 30px;
        top: auto;
    }

    .convert-to-any-file .convert-to-any-file-text .content h1, .convert-to-any-file .convert-to-any-file-text .content h2, .convert-to-any-file .convert-to-any-file-text .content h3 {
        font-size: 50px;
        margin-top: 20px;
    }

    .product-banner-section .item h4 {
        font-size: 24px;
        text-align: left;
    }
}

.delayed .theme_btn {
    background: radial-gradient(100% 568.33% at 0% 0%, #F95A38 0%, #FF9823 100%);
}

.template-categories-banner .template-categories-content h1 {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 86.4px */
    letter-spacing: 1.44px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .template-categories-banner .template-categories-content h1 {
        font-size: 54px;
    }
}

.document-inner .media-body {
    margin-bottom: 30px;
}

.review-banner .signsimpli-reviews {
    font-size: 16px;
}

@media (max-width: 767px) {
    .review-banner .signsimpli-reviews {
        font-size: 12px;
    }
}

.document-inner #exploreDocBtn {
    display: none;
}

@media (max-width: 767px) {
    .document-inner #exploreDocBtn {
        display: block;
    }
}

.template-categories-banner .template-categories-content p {
    max-width: 1045px;
    color: #16283D;
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 120%;*/ /* 28.8px */
    /*letter-spacing: 0.48px;*/
    padding-bottom: 0px;
}

.agreement-section .right-side .item {
    border-radius: 20px;
    border: 2px solid var(--WSS_Global-SignSimpli-B-500, #B7D6FF);
    background: var(--WSS_Global-Whites-W-100, #FFF);
}

.agreement-section .right-side .search-group input, .search-for-thousands .search-group input {
    width: 100%;
    /*border: none;*/
    outline: none;
    background: none;
    padding: 0 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    padding-left: 40px;
    border-radius: 100px;
    border: 2px solid var(--WSS_Global-SignSimpli-B-700, #E7F1FF);
    /*background: var(--WSS_Global-Whites-W-100, #FFF);*/
}

.agreement-section .right-side .search-group span, .search-for-thousands .search-group span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    display: block;
    float: left;
    padding: 0 15px;
    width: 20px;
    position: absolute;
}

.agreement-section .right-side .search-group, .search-for-thousands .search-group {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    line-height: 55px;
    padding: 0;
    margin-bottom: 15px;
    display: block;
}

    .agreement-section .right-side .search-group .fa-search, .search-for-thousands .search-group .fa-search {
        stroke-width: 2px;
        color: #F60;
    }

.agreement-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 84.84%, #FFF 100%), linear-gradient(7deg, rgba(255, 255, 255, 0.00) 24.88%, #FFF 36.87%);
    backdrop-filter: blur(100px);
}

    .agreement-section .right-side .item {
        margin-bottom: 0px;
        background: #FFFFFF;
        padding: 25px 0px;
    }

    .agreement-section .right-side .title-heading {
        display: flex;
        padding: 30px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        padding: 0px 25px;
        border-radius: 10px 10px 0px 0px;
        border-bottom: 1px solid var(--WSS_Global-SignSimpli-B-500, #B7D6FF);
        background: var(--WSS_Global-Whites-W-200, #FDFDFD);
    }

    .agreement-section .right-side .category-box {
        padding: 0px 20px;
    }


    .agreement-section .left-side {
        border-radius: 5px;
        border: 2px solid var(--WSS_Global-SignSimpli-B-700, #E7F1FF);
        background: var(--WSS_Global-Whites-W-100, #FFF);
        backdrop-filter: blur(50px);
    }

        .agreement-section .left-side h1 {
            font-family: "Rethink Sans";
            font-style: normal;
            font-weight: 600;
            font-size: 22px;
            color: #16283D;
            line-height: 55px;
            background: #FFF;
            padding: 0PX 10px;
            margin-bottom: 0px;
        }

        .agreement-section .left-side ul {
            border-TOP: 2px solid var(--WSS_Global-SignSimpli-B-700, #E7F1FF);
        }

            .agreement-section .left-side ul li a {
                font-family: "Rethink Sans";
                color: #16283D;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                /*line-height: 120%;*/ /* 19.2px */
                letter-spacing: 0.32px;
            }

        .agreement-section .left-side ul {
            padding: 10px 20px;
        }

    .agreement-section .right-side .item ul li a {
        font-family: "Rethink Sans";
        font-size: 16px;
        color: #0E77FF;
    }

    .agreement-section .right-side .category-box ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .agreement-section .right-side .item p {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        font-family: "Rethink Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 21.6px */
        letter-spacing: 0.36px;
    }

    .agreement-section .right-side .item h2 {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        font-family: "Rethink Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
        letter-spacing: 0.48px;
        margin-bottom: 0px;
        padding-bottom: 25px;
    }

.accomplish-area-section .accomplish-inner .media .icon img {
    border-radius: 6px;
    background: #FFF0E6;
    padding: 4px;
}

.easy-autocomplete.eac-square {
    font-family: "Rethink Sans";
}

.template-search {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 84.84%, #FFF 100%), linear-gradient(7deg, rgba(255, 255, 255, 0.00) 24.88%, var(--WSS_Global-Whites-W-100, #FFF) 36.87%), linear-gradient(66deg, var(--WSS_Global-LegalSimpli-O-600, rgba(255, 224, 204, 0.50)) 16.76%, var(--WSS_Global-AiSimpli-M-500, rgba(236, 179, 227, 0.50)) 53.82%, var(--WSS_Global-DocuSimpli-C-500, rgba(179, 226, 240, 0.50)) 86.03%);
    backdrop-filter: blur(100px);
}

.accomplish-area-section .accomplish-inner .media {
    border-radius: 8px;
    border: 2px solid #E7F1FF;
    background: #FFF;
    backdrop-filter: blur(2px);
    justify-content: flex-start;
}

.document-minutes-section .document-inner .media .media-body p {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.document-minutes-section .document-inner .media .media-body h3 {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0px;
}

.document-minutes-section .document-inner h1 {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.accomplish-area-section .accomplish-inner .media {
    padding: 15px 16px;
}

.document-minutes-section .document-inner .theme_btn {
    margin-top: 30px;
    text-transform: capitalize;
}

.accomplish-area-section .accomplish-inner .media .media-body p {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.template-search .review-banner {
    max-width: 1320px;
    margin: 0px auto;
    border-top: 1px solid var(--WSS_Global-SecureSimpli-N-400, #8269FC);
    border-bottom: 1px solid var(--WSS_Global-SecureSimpli-N-400, #8269FC);
    background: transparent;
}

.accomplish-area-section {
    padding-bottom: 30px;
}

    .accomplish-area-section h3 {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        text-align: center;
        font-family: "Rethink Sans";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 32px */
        padding-bottom: 20px;
    }

.document-minutes-section .document-inner .media .media-body {
    margin-left: 0px;
    padding: 0px;
    background: #FFFFFF;
    box-shadow: none;
    /* border-radius: 20px; */
}


.document-minutes-section .document-inner .media {
    margin-bottom: 0px;
}

}

.main-landing-banner .banner-content .main-headline span {
    font-size: 62px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .main-landing-banner .banner-content .main-headline span {
        font-size: 54px;
        line-height: 90%;
    }
}

.sign .breadcrumb {
    font-size: 12px;
    color: #0d6efd;
    font-weight: 600;
    padding: .75rem 1rem;
    background-color: #e9ecef;
}


.learn-blog .item .item-body p {
    font-family: Rethink Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    display: inline-block;
    color: #7D7987;
}

.main-landing-banner .banner-content .main-headline {
    font-size: 62px;
    font-weight: bold;
}

.banner-content .blueskybg {
    font-size: 62px;
}

.learn-landing-pages h1 {
    font-family: Rethink Sans;
    font-size: 82px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 1.64px;
}

.thumbs-wrap .thumb-box .thumb-box-inner {
    border-radius: 10px;
}

.frequently-asked-questions .frequently-asked-inner {
    max-width: 1049px;
    width: 100%;
}

}

.sign .breadcrumb #sign.breadcrumb-item {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.sign .breadcrumb .breadcrumb-item a {
    color: #16283D;
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.product-banner-section .row .section-img img {
    width: 80%;
    height: 25%
}

.sign .breadcrumb #sign.breadcrumb-item {
    color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.sign .breadcrumb {
    background-color: #FDFDFD;
}

.education-help .paragraph-area p {
    font-family: Rethink Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #424A5B;
    padding-bottom: 30px;
}

}

.template-home-banner p {
    color: #16283D;
    text-align: center;
    font-family: "Rethink Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}

.search-for-thousands .search-content h2 {
    font-family: "Rethink Sans";
    text-align: center;
    font-size: 45px;
    color: #16283D;
    padding-bottom: 0px;
}

.template-home-banner .search-content, .accomplish-area-section .accomplish-inner,
.document-minutes-section .document-inner {
    max-width: 1320px;
}

.document-minutes-section .Customize_images {
    padding-right: 100px;
}

.template-home-banner .sub-category li {
    border-radius: 100px;
    background: var(--WSS_Global-LegalSimpli-O-700, #FFF0E6);
    padding: 6px 5px;
}

.agreement-section .sub-category li {
    border-radius: 100px;
    background: var(--WSS_Global-LegalSimpli-O-700, #FFF0E6);
    padding: 6px 12px;
}

.template-home-banner .sub-category, .agreement-section .sub-category {
    display: flex;
    justify-content: space-between;
}

    .agreement-section .sub-category li a {
        color: #F60;
        text-align: center;
        font-family: "Rethink Sans";
        font-size: 14px;
        border: none;
    }

.template-home-banner p {
    color: #16283D;
    text-align: center;
    font-family: "Rethink Sans";
}

.article-landing-pages-section {
    border-bottom: 1px solid #EAEBED;
}

@media (max-width: 767px) {
    .agreement-section #searchBttn, .search-for-thousands #searchBttn {
        display: none;
    }
}

@media (max-width: 767px) {
    .agreement-section .right-side .search-group, .search-for-thousands .search-group {
        width: 100%;
    }
}

.popular-categories-section .header h2 {
    background: transparent;
    border-bottom: 2px solid #E7F1FF;
    font-family: "Rethink Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: rgb(22, 40, 61);
    line-height: 55px;
    margin-bottom: 10px;
    background: rgb(255, 255, 255);
    padding: 0px 10px;
}

.popular-categories-section .header {
    padding-bottom: 0px;
    margin-bottom: 50px;
}

    .popular-categories-section .header ul {
        border-left: none;
        padding-left: 0px;
    }

.popular-categories-section .header {
    backdrop-filter: blur(50px);
    border-radius: 5px;
    border: 2px solid #E7F1FF;
    background: var(--WSS_Global-Whites-W-100, #FFF);
}

.popular-categories-section .category-rating .list_text li a,
.form-categories-banner h1 {
    font-family: "Rethink Sans";
    color: #16283D;
}

.popular-categories-section .category-rating .rating h2 {
    font-family: "Rethink Sans";
    color: #16283D;
    font-size: 20px;
}

.popular-categories-section .category-rating .list_text li a span {
    color: #16283D;
}

.popular-categories-section .category-card-side .card-item .card-content2 p,
.popular-categories-section .category-card-side .card-item .card-content2 h5 {
    font-family: "Rethink Sans";
}

.refund-section {
    padding: 60px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 84.84%, #FFF 100%), linear-gradient(23deg, rgba(255, 255, 255, 0.00) 27.99%, var(--WSS_Global-Whites-W-100, #FFF) 55.4%), linear-gradient(66deg, var(--WSS_Global-LegalSimpli-O-600, rgba(255, 224, 204, 0.50)) 16.76%, var(--WSS_Global-AiSimpli-M-500, rgba(236, 179, 227, 0.50)) 53.82%, var(--WSS_Global-DocuSimpli-C-500, rgba(179, 226, 240, 0.50)) 86.03%);
    backdrop-filter: blur(100px);
}

    .refund-section .support-chanel .media {
        border-radius: 20px;
    }

@media (max-width: 1023px) {
    .refund-section .support-chanel {
        gap: 20px;
    }
}

.carousel-indicators button {
    width: 1px;
    height: 1px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
    background-color: #16283D;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}


element.style {
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 4px;
}

.sub-category-wrapper {
    padding: 10px 0;
}

.sub-category {
    white-space: nowrap;
    -ms-overflow-style: none; /* IE & Edge */
    scrollbar-width: none; /* Firefox */
}

    .sub-category::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .sub-category li {
        flex: 0 0 auto;
    }

    .sub-category a {
        white-space: nowrap;
    }

.sub-category-wrapper {
    padding-bottom: 4px;
    overflow-x: auto;
}

.sub-category {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 6px;
}

    .sub-category::-webkit-scrollbar {
        height: 6px;
    }

    .sub-category::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 3px;
    }

    .sub-category::-webkit-scrollbar-track {
        background: #eee;
    }

    .sub-category li {
        flex: 0 0 auto;
    }

    .sub-category a {
        white-space: nowrap;
    }


.templates .breadcrumb {
    background-color: #FDFDFD;
    font-size: 12px;
    color: #0d6efd;
    font-weight: 600;
    padding: .75rem 1rem;
}

    .templates .breadcrumb .breadcrumb-item a {
        color: var(--WSS_Global-SecondaryCTAAndCopyText-T-100, #16283D);
        font-family: "Rethink Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
    }

    .templates .breadcrumb .active {
        color: var(--WSS_Global-SignSimpli-B-200, #0E76FF);
        font-family: "Rethink Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px; /* 150% */
    }

.mb-0 {
    margin-bottom: 0 !important;
}

.templates .breadcrumb .allforms {
    color: var(--WSS_Global-SignSimpli-B-200, #0E76FF);
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
}


.sign .breadcrumb .currentpage {
    color: var(--WSS_Global-SignSimpli-B-200, #0E76FF);
    font-family: "Rethink Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
}
