.outr-cat-tl {
    display: flex;
    flex-direction: column;
}
/* Your-Rights-section  */

.Your-Rights {
    margin-top: 64px;
}

.Your-Rights .content .content-head h2 {
    font-size: 36px;
    margin: 0;
    color: var(--drk-grey);
    line-height: 1.2;
}
section.banner_sec.bg-grad h1 {
    font-size: 40px;
}

.Your-Rights .content .content-head p {
    font-size: 20px;
    margin-top: 24px;
    color: var(--grey);
    width: 100%;
    max-width: 98%;
    line-height: 1.5;
}

.Your-Rights hr {
    /* padding-top: 36px; */
    padding: 0;
    margin-top: 36px;
    margin-bottom: 0;
    color: var(--grey);
}

/* <!-- Category-section  --> */

.Category {
    margin-top: 36px;
}

.Category .information h3 {
    font-size: 30px;
    line-height: 1.2;
    color: var(--drk-grey);
    font-weight: 600;
    margin: 0;
}

.Category .information .info-content {
    margin-top: 24px;
}

.Category .information .info-content h6 {
    font-size: 24px;
    font-weight: 600;
    color: var(--drk-grey);
    margin: 0;
}

.Category .information .info-content p {
    font-size: 20px;
    color: var(--grey);
    margin: 0;
    padding-top: 12px;
}

.Category .information hr {
    padding: 0;
    margin: 36px 0;
    color: var(--grey);
}

.Information-E .content-E h3 {
    font-size: 30px;
    line-height: 1.2;
    color: var(--drk-grey);
    font-weight: 600;
    margin: 0;
}

.Information-E .content-E .info-E h6 {
    padding-top: 24px;
    font-size: 24px;
    font-weight: 600;
    color: var(--drk-grey);
    margin: 0;
    line-height: 1.2;
}

.Information-E .content-E .info-E p {
    font-size: 20px;
    color: var(--grey);
    margin: 0;
    margin-top: 12px;
    /* font-weight: 500; */
    line-height: 1.5;
}

.info-E span a {
    border-bottom: 1px solid var(--grey);
    text-decoration: none;
    color: var(--grey);
}


/* <!-- table-section --> */

.table-section {
    margin-top: 24px;
}

.table-section .table-con table {
    width: 100%;
    border-collapse: collapse;
}

.table-section .table-con table th {
    padding: 24px 15px 16px 16px;
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    background-color: #1E5340;
}

.table-section .table-con table td {
    text-align: center;
    padding: 16px 61px 16px 16px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    color: #475467;
    border-bottom: 1px solid #D0D5DD;
}

.table-section .pera-sec {
    margin-top: 24px;
}

.table-section .pera-sec p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.table-section .pera-sec .pera-p {
    margin-top: 24px;
    width: 100%;
    max-width: 98%;
    margin-bottom: 64px;
}

@media screen and (max-width:1399px) {
    .Your-Rights .content .content-head h2 {
        font-size: 34px;
    }

    .Your-Rights .content .content-head p {
        font-size: 18px;
        margin-top: 20px;
        max-width: 96%;
    }

    .Your-Rights hr {
        margin-top: 34px;
    }

    .Category {
        margin-top: 34px;
    }

    .Category .information .info-content {
        margin-top: 20px;
    }

    .Category .information h3 {
        font-size: 28px;
    }

    .Category .information .info-content h6 {
        font-size: 22px;
    }

    .Category .information .info-content p {
        font-size: 18px;
        padding-top: 9px;
    }

    .Category .information hr {
        margin: 34px 0;
    }

    .Information-E .content-E h3 {
        font-size: 28px;
    }

    .Information-E .content-E .info-E h6 {
        padding-top: 22px;
        font-size: 22px;
    }

    .Information-E .content-E .info-E p {
        font-size: 18px;
        margin-top: 9px;
    }

    .table-section {
        margin-top: 30px;
    }

    .table-section .table-con table th {
        padding: 16px 12px 13px 13px;
        font-size: 16px;
        line-height: 22px;
    }

    .table-section .table-con table td {
        padding: 13px 36px 13px 13px;
        font-size: 16px;
    }


    .table-section .pera-sec p {
        font-size: 18px;
        line-height: 28px;
    }

    .table-section .pera-sec .pera-p {
        margin-top: 22px;
        margin-bottom: 58px;
    }
}

@media screen and (max-width:1199px) {
    .Your-Rights {
        margin-top: 55px;
    }

    .Your-Rights .content .content-head h2 {
        font-size: 30px;
    }

    .Your-Rights .content .content-head p {
        font-size: 16px;
        margin-top: 17px;
        max-width: 100%;
    }

    .Your-Rights hr {
        margin-top: 32px;
    }

    .Category .information h3 {
        font-size: 26px;
    }

    .Category .information .info-content {
        margin-top: 18px;
    }

    .Category .information .info-content h6 {
        font-size: 20px;
    }

    .Category .information .info-content p {
        font-size: 16px;
        padding-top: 6px;
    }

    .Category .information hr {
        margin: 30px 0;
    }

    .Information-E .content-E h3 {
        font-size: 26px;
    }

    .Information-E .content-E .info-E h6 {
        padding-top: 20px;
        font-size: 20px;
    }

    .Information-E .content-E .info-E p {
        font-size: 16px;
        margin-top: 6px;
    }

    .table-section .table-con table th {
        padding: 13px 3px 10px 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .table-section .table-con table td {
        padding: 12px 9px 12px 11px;
        font-size: 15px;
    }

    .table-section .pera-sec p {
        font-size: 16px;
        line-height: 25px;
    }

    .table-section .pera-sec .pera-p {
        margin-top: 12px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width:991px) {
    .Your-Rights {
        margin-top: 40px;
    }

    .Your-Rights .content .content-head h2 {
        font-size: 26px;
    }

    .Your-Rights .content .content-head p {
        font-size: 15px;
        margin-top: 13px;
        max-width: 97%;
    }

    .Your-Rights hr {
        margin-top: 30px;
    }

    .Category {
        margin-top: 31px;
    }

    .Category .information h3 {
        font-size: 22px;
    }

    .Category .information .info-content {
        margin-top: 10px;
    }

    .Category .information .info-content h6 {
        font-size: 18px;
    }

    .Category .information .info-content p {
        font-size: 15px;
        padding-top: 4px;
    }

    .Information-E .content-E h3 {
        font-size: 22px;
    }

    .Information-E .content-E .info-E h6 {
        padding-top: 17px;
        font-size: 18px;
    }

    .Information-E .content-E .info-E p {
        font-size: 15px;
        margin-top: 4px;
    }

    .table-section .table-con table th {
        font-size: 14px;
        line-height: 18px;
    }


    .table-section .pera-sec p {
        font-size: 15px;
        line-height: 22px;
    }

    .table-section .table-con table {
        width: 1000px;
        border-collapse: collapse;
    }

    .table-con {
        overflow: scroll;
    }

}

@media screen and (max-width:767px) {

    .Your-Rights .content .content-head h2 {
        font-size: 24px;
    }

    .Your-Rights .content .content-head p {
        font-size: 14px;
        margin-top: 9px;
        max-width: 95%;
    }

    .Your-Rights hr {
        margin-top: 26px;
    }

    .Category .information h3 {
        font-size: 20px;
    }

    .Category .information .info-content h6 {
        font-size: 17px;
    }

    .Category .information .info-content p {
        font-size: 14px;
        padding-top: 2px;
        max-width: 96%;
    }

    .Category {
        margin-top: 26px;
    }

    .Category .information hr {
        margin: 26px 0;
    }

    .Information-E .content-E h3 {
        font-size: 20px;
    }

    .Information-E .content-E .info-E h6 {
        padding-top: 16px;
        font-size: 16px;
    }

    .Information-E .content-E .info-E p {
        font-size: 14px;
        margin-top: 8px;
        max-width: 96%;
    }

    .table-section .table-con table {
        width: 900px;
    }


    .table-section .pera-sec p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width:575px) {
    .Your-Rights {
        margin-top: 30px;
        overflow: hidden;
    }

    .Your-Rights .content .content-head h2 {
        font-size: 20px;
    }

    .Your-Rights .content .content-head p {
        font-size: 14px;
        margin-top: 9px;
        max-width: 100%;
    }

    .Your-Rights hr {
        margin-top: 25px;
    }

    .Category {
        margin-top: 25px;
        overflow: hidden;
    }

    .Category .information hr {
        margin: 24px 0;
    }

    .Category .information h3 {
        font-size: 18px;
    }

    .Category .information .info-content h6 {
        font-size: 16px;
    }

    .Information-E .content-E h3 {
        font-size: 18px;
    }

    .Information-E .content-E .info-E h6 {
        padding-top: 14px;
        font-size: 16px;
    }

    .Information-E .content-E .info-E p {
        margin-top: 11px;
    }

    .table-section .table-con table {
        width: 800px;
    }

    .table-section .table-con table td {
        padding: 10px 7px 10px 9px;
        font-size: 14px;
    }

    .table-section .pera-sec p {
        font-size: 14px;
        line-height: 19px;
    }

    .Category .information .info-content p {
        max-width: 100%;
    }

    .Information-E .content-E .info-E p {
        max-width: 100%;
    }

    .table-section .pera-sec .pera-p {
        max-width: 100%;
    }
}




/* blogs-section  */

.blog-sec {
    margin-top: 80px;
}

.blog-sec .blog-head {
    text-align: center;
    max-width: 954px;
    margin: auto;
}

.blog-sec .blog-head h2 {
    font-weight: 600;
    margin: 0;
    font-size: 48px;
    color: #344054;
}

.blog-sec .blog-head p {

    font-weight: 400;
    font-size: 32px;
    text-align: center;
    margin: 0;
    padding-top: 16px;
}


.blog-sec .blog-main .image-sec {
    margin-top: 40px;
}

.blog-sec .blog-main .image-sec .blog-inp {
    border: 1px solid #D0D5DD;
    max-width: 322px;
    display: flex;
    gap: 8px;
    border-radius: 12px;
    padding: 20px 16px;
    align-items: center;
}

.blog-sec .blog-main .image-sec .blog-inp .search-input {
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    cursor: pointer;
    width: 100%;
}

.blog-sec .blog-main .image-sec .blog-inp .search-input:focus-visible {
    outline: none;
}


.blog-sec .col-sec {
    margin-top: 32px;
}

.blog-sec .content-secc {
    margin-top: 20px;
}

.blog-sec .content-div {
    margin-bottom: 48px;
}

.blog-sec .content-div .content-img img {
    width: 100%;
}

.blog-sec .content-div .content-secc span {
    font-weight: 600;
    font-size: 14px;
    color: #1A6240;
    line-height: 20px;
}

.blog-sec .content-div .content-secc h6 {
    padding-top: 8px;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    max-width: 384px;
    color: #101828;
}

.blog-sec .content-div .content-secc p {
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #475467;
    margin: 0;
    max-width: 384px;
}


.blog-sec .image-sec .col-sec .content-div .content-secc .block-date {
    padding: 0;
    margin: 24px 0px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

.blog-sec .inp-image {
    display: flex;
    align-items: center;
}



/* pagination-section  */

/* .pagination-section {
    margin-top: 40px;
} */

.pagination-section .pagination {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E4E7EC;
    padding-top: 20px;
    gap: 12px;
}

.pagination-section .pagination ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    gap: 3px;
    margin: 0;
}

.pagination-section .pagination .page-item a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
    padding: 0;
    border: none;
    background: none;
}

.pagination-section .pagination .page-item {
    padding: 10px 15px;
    align-items: center;
    display: flex;
    gap: 6px;
}

.pagination-section .pagination .disable {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pagination-section .arrow-img {
    display: flex;
    align-items: center;
}



@media screen and (max-width:1399px) {
    .blog-sec {
        margin-top: 70px;
    }

    .blog-sec .blog-head h2 {
        font-size: 45px;
    }

    .blog-sec .blog-head p {
        font-size: 29px;
        padding-top: 13px;
    }

    .blog-sec .blog-main .image-sec .blog-inp {
        max-width: 300px;
        gap: 8px;
        border-radius: 10px;
        padding: 18px 14px;
    }

    .blog-sec .blog-main .image-sec .blog-inp .search-input {
        font-size: 16px;
        line-height: 23px;
    }
}

@media screen and (max-width:1199px) {
    .blog-sec {
        margin-top: 50px;
    }

    .blog-sec .blog-head h2 {
        font-size: 40px;
    }

    .blog-sec .blog-head p {
        font-size: 25px;
        padding-top: 10px;
    }

    .blog-sec .blog-main .image-sec .blog-inp {
        max-width: 298px;
        border-radius: 10px;
        padding: 14px 10px;
    }
    .breakdance .bde-shortcode-730-112 .blog-inp {
        max-width: 298px !important;
        border-radius: 10px !important;
        padding: 14px 10px !important;
    }

    .blog-sec .blog-main .image-sec .blog-inp .search-input {
        font-size: 15px;
        line-height: 20px;
    }
    .breakdance .bde-shortcode-730-112 .search-input {
        font-size: 15px;
        line-height: 20px;
    }

    .blog-sec .blog-main .image-sec {
        margin-top: 32px;
    }

    .blog-sec .content-div .content-secc h6 {
        padding-top: 7px;
        font-size: 22px;
        line-height: 29px;
    }

    .blog-sec .content-div .content-secc p {
        padding-top: 8px;
        font-size: 16px;
        line-height: 23px;
    }

    .blog-sec .content-div {
        margin-bottom: 40px;
    }

    .blog-sec .image-sec .col-sec .content-div .content-secc .block-date {
        margin: 16px 0px 0px 0px;
    }

    .pagination-section .pagination {
        padding-top: 12px;
    }

    .pagination-section .pagination .page-item {
        padding: 8px 14px;
    }
}

@media screen and (max-width:991px) {
    .blog-sec {
        margin-top: 40px;
    }

    .blog-sec .blog-head h2 {
        font-size: 34px;
    }

    .blog-sec .blog-head p {
        font-size: 20px;
        padding-top: 5px;
    }

    .blog-sec .blog-main .image-sec .blog-inp .search-input {
        font-size: 14px;
        line-height: 16px;
    }

    .blog-sec .blog-main .image-sec .blog-inp {
        max-width: 246px;
        border-radius: 10px;
        padding: 13px 10px;
    }

    .blog-sec .col-sec {
        margin-top: 27px;
    }

    .blog-sec .content-div .content-secc h6 {
        padding-top: 1px;
        font-size: 20px;
        line-height: 26px;
    }

    .blog-sec .content-div .content-secc p {
        padding-top: 8px;
        font-size: 15px;
        line-height: 20px;
    }

    .blog-sec .image-sec .col-sec .content-div .content-secc .block-date {
        margin: 12px 0px 0px 0px;
    }

    .pagination-section .pagination {
        padding-top: 9px;
    }

    .pagination-section .pagination .disable {
        gap: 7px;
    }

    .pagination-section .pagination .page-item {
        padding: 6px 11px;
    }
}

@media screen and (max-width:767px) {
    .blog-sec {
        margin-top: 30px;
    }

    .blog-sec .blog-head h2 {
        font-size: 30px;
    }

    .blog-sec .blog-head p {
        font-size: 18px;
        padding-top: 4px;
    }

    .blog-sec .blog-main .image-sec {
        margin-top: 24px;
    }

    .blog-sec .blog-main .image-sec .blog-inp {
        max-width: 245px;
        border-radius: 6px;
        padding: 12px 12px;
        margin: auto;
    }

    .blog-sec .content-div .content-secc h6 {
        padding-top: 5px;
        font-size: 18px;
        line-height: 20px;
    }

    .blog-sec .content-div .content-secc p {
        padding-top: 7px;
        font-size: 14px;
        line-height: 18px;
    }

    .blog-sec .image-sec .col-sec .content-div .content-secc .block-date {
        margin: 12px 0px 0px 0px;
    }

    .pagination-section .pagination .page-item {
        padding: 4px 6px;
    }

    .pagination-section .pagination {
        padding-top: 7px;
    }
}

@media screen and (max-width:575px) {
    .blog-sec .blog-head h2 {
        font-size: 24px;
    }

    .blog-sec {
        margin-top: 15px;
    }

    .blog-sec .blog-head p {
        font-size: 17px;
        padding-top: 9px;
        line-height: 1.2;
    }

    .blog-sec .blog-main .image-sec {
        margin-top: 20px;
    }

    .blog-sec .blog-main .image-sec .blog-inp {
        max-width: 100%;
        border-radius: 3px;
        padding: 9px 10px;
    }

    .blog-sec .content-div .content-secc h6 {
        padding-top: 7px;
    }

    .blog-sec .image-sec .col-sec .content-div .content-secc .block-date {
        margin: 9px 0px 0px 0px;
    }

    .pagination-section .pagination {
        padding-top: 15px;
    }

    .pagination-section .pagination .page-item {
        padding: 2px 3px;
    }

    .blog-sec .content-div .content-secc p {

        width: 100%;
        max-width: 100%;
    }
}




/* FAQ-sectoin  */

/* <!-- heading -sectoin  --> */

.Faq-head-sec {
    margin-top: 64px;
}

.Faq-head-sec .Frequently-heading {
    max-width: 768px;
    margin: auto;
}

.Faq-head-sec .Frequently-heading h2 {
    /* font-family: 'Gilroy';
    font-weight: 600;
    font-size: 48px;
    margin: 0;
    text-align: center; */
    color: #101828;
    line-height: 1.2;
}

.Faq-head-sec .Frequently-heading p {
    /* font-family: 'Gilroy';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    margin: 0;
    line-height: 1.5; */
    color: #475467;
}

.Faq-head-sec .Frequently-heading p a {
    /* font-family: 'Gilroy';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center; */
    text-decoration: underline;
    text-decoration-style: solid;
    color: #475467;
}


/* <!-- FAQS-section  --> */

.FAQS-section {
    margin-top: 64px;
}

.FAQS-section .nav-tabs {
    width: 100%;
    max-width: 810px;
    margin: auto;
    gap: 12px;
}

/* .FAQS-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
} */

.FAQS-section .nav-link {
    padding: 2px 21px 15px 21px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #667085;
}

.FAQS-section .nav-link.active {
    color: #215A3E;
}


.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
}
/* 

.FAQS-section .faq-question {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}

.FAQS-section .faq-question {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.FAQS-section .faq-item {
    border: 0px solid #2c363d14;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 16px;
    background: #fff;
}

.FAQS-section .faq-answer {
    display: none;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
    max-width: 675px;
}

.FAQS-section .faq-item.active .faq-answer {
    display: block;
}

.FAQS-section .faq-question {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.FAQS-section .faq-item.active img {
    transform: rotate(180deg);
}

.FAQS-section.faq-item.active .faq-question {
    color: #095c37;
}

.FAQS-section .faq_title {
    margin-bottom: 64px;
}

.FAQS-section .faq-item.active {
    background: #EDFCF2 !important;
}
*/
.FAQS-section .faq_block {
    padding-top: 32px;
} 

.FAQS-section .cards {
    flex: 1;
}

.FAQS-section .nav-link {
    position: relative;
}

.FAQS-section .nav-link::before {
    position: absolute;
    content: "";
    width: 0%;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #2A8F5B;
    transition: all 0.3s ease-in-out;
}

.FAQS-section .nav-link.active::before {
    /* border-bottom: 4px solid #2A8F5B; */
    width: 100%;
}

.qualify-list {
    margin-left: 0px;
    background-color: #effaf3;
    padding: 24px;
}

.qualify-list li::after {
    background-image: url("https://sagmeticinfotech.com/html/2025/cle-seo/img/qualify-lst.svg");
}
.three_line::after {
    background: url("https://sagmeticinfotech.com/html/2025/cle-seo/img/three_line.png");
}
.deatails_cont {
    flex: 0;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-drk-green.cta {
    max-width: 180px !important;
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    background: #1e5340;
    border:1px solid white;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cta-drk-green.cta:hover{
    border:1px solid #1e5340;
    background: white;
}

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

.review_star {
    display: flex;
    max-width: 80px;
    width: 100%;
}

.content-div .content-img {
    max-height: 223px;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.content-div .content-img a {
    width: 100%;
    height: 100%;
    
}

.content-div .content-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: none;
  position: absolute;
  top: -6px;
} */

input[type="range"] {
    top: 50%;
    transform: translateY(-50%);
    padding:0px;
}