html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

:root {
    --ar-dark-green: #114A21;
    --ar-light-green: #5C9A1B;
    --ar-u-light-green: #78BE20;
    --ar-white-color: #ffffff;
    --ar-black-color: #000000;
    --ar-gray-color: #F6F6F6;
    --ar-light-green-bg: #EFF5E6;
    --ar-light-blue-bg: #D1EAED;
    --ar-light-orange-bg: #FFEEB2;
    --ar-border-color: #F1F1F1;
}

/* common css starts */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ar_clearfix::after {
    content: "";
    display: table;
    /* Creates a new block formatting context */
    clear: both;
    /* Clears floats on both sides */
}

.h2_title {
    font-weight: 400;
    font-size: 48px;
    margin-bottom: 8px;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.h3_title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
}

.h_40 {
    font-size: 36px;
    line-height: 1.2;
}

.h4_title,
.ol_style.marker li::marker {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--ar-dark-green);
}

.h6_title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 16px;
}

.num_title {
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    color: var(--ar-light-green);
    display: block;
}

.border_card {
    padding: 20px;
    border: solid 1px var(--ar-border-color);
    height: 100%;
}

.num_title.ar_u_light_green {
    color: var(--ar-u-light-green);
}

.ar_light_green {
    color: var(--ar-light-green) !important;
}

.num_title sup {
    font-size: 36px;
}

.num_title sup.number {
    font-size: 24px;
    vertical-align: top;
    line-height: 1;
}

.num_title sub {
    font-size: 18px;
    display: inline-block;
}

sup {
    line-height: 0;
    font-size: 10px;
}

p,
.p_style {
    font-size: 18px;
    line-height: 26px;
}

.p_style {
    margin-bottom: 20px;
}

.p_style2 {
    font-size: 20px;
}

.p_style3 {
    font-size: 28px;
    line-height: 36px;
}

.fz_40 {
    font-size: 40px;
    line-height: 48px;
}

.ar_container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    width: 100%;
}

.mb_12 {
    margin-bottom: 12px;
}

.mb_16 {
    margin-bottom: 16px;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mt_24 {
    margin-top: 24px;
}

.mb_24 {
    margin-bottom: 24px !important;
}

.my_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_64 {
    margin-bottom: 64px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mb_28 {
    margin-bottom: 28px;
}

.mb_32 {
    margin-bottom: 32px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_80 {
    margin-top: 80px;
}

.p_32 {
    padding: 32px;
}

.py_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_48 {
    padding-bottom: 48px;
}

.pb_80 {
    padding-bottom: 80px;
}

.pt_80 {
    padding-top: 80px;
}

.py_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.w_50 {
    width: 50%;
}

.ar_w_65 {
    width: 50%;
}

.ar_w_80 {
    width: 80%;
}

.ar_w_90 {
    width: 90% !important;
}

.ar_w_95 {
    width: 95%;
}

.ar_w_100 {
    width: 100%;
}

.ar_wh_100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ar_wh_right {
    object-position: top right;
}

.ar_wh_left {
    object-position: 30% 0%;
}

.ar_lh_0 {
    line-height: 0;
}

.ar_bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.ar_bg_img_center {
    background-position: center center;
}

.ar_bg_img_right {
    background-position: top right;
    background-repeat: no-repeat;
}

.ar_bg_img_left {
    background-position: top left;
}

.ar_fw_400 {
    font-weight: 400;
}

.ar_fw_700 {
    font-weight: 700 !important;
}

.ar_fw_900 {
    font-weight: 900;
}

.ar_gray_bg {
    background-color: var(--ar-gray-color);
}

.ar-light-green-bg {
    background-color: var(--ar-light-green-bg) !important;
}

.ar_u_light_green {
    color: var(--ar-u-light-green) !important;
}

.ar_text_white {
    color: var(--ar-white-color) !important;
}

.ar_text_black {
    color: var(--ar-black-color) !important;
}

.ar-gx-2_5 {
    --bs-gutter-x: 2.5rem;
}

.ar_text_center {
    text-align: center;
}

.ar_text_left {
    text-align: left;
}

.ar_text_right {
    text-align: right;
}

.fs-24 {
    font-size: 24px !important;
}

.num_title small {
    font-size: 24px;
    max-width: 80px;
    display: inline-block;
}

.ar_float_right {
    float: right;
}

.ar_text_case_none {
    text-transform: none !important;
}

.ar_max_100 {
    max-width: 100% !important;
}

.ar_btn {
    background: none;
    border: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    font-family: FS Humana, Calibri, Helvetica, Arial, SF Pro Text, Roboto, sans-serif;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.ar_btn img {
    margin-left: 20px;
}

.btn_green {
    background-color: var(--ar-light-green);
    color: var(--ar-white-color);
    border-radius: 6px;
    padding: 16px 20px;
}

.btn_white {
    background-color: var(--ar-white-color);
    color: var(--ar-light-green);
    border-radius: 6px;
    padding: 16px 20px;

}

.btn_white svg {
    margin-left: 10px;
}

.ar_accordion .ar_accordion_item {
    border-bottom: solid 1px #F1F1F1;
    padding-top: 14px;
    padding-bottom: 14px;
}

.ar_accordion .ar_accordion_item:first-child {
    padding-top: 0;
}

.ar_accordion .ar_accordion_item .ar_accordion_btn {
    width: 100%;
    color: var(--ar-dark-green);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ar_accordion .ar_accordion_item .ar_accordion_btn .ar_accordion_ico {
    width: 16px;
    height: 2px;
    background-color: var(--ar-dark-green);
    position: relative;
}

.ar_accordion .ar_accordion_item .ar_accordion_btn .ar_accordion_ico::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ar-dark-green);
    transform: rotate(90deg);
    transition: transform 0.5s;
}

.ar_accordion .ar_accordion_item.active .ar_accordion_btn .ar_accordion_ico::after {
    transform: rotate(0deg);
}

.ar_accordion .ar_accordion_item .ar_accordion_collapse {
    max-height: 0;
    padding-top: 8px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.ar_2col_row {
    justify-content: space-between;
}

ol.ar_2col_row,
ol.ar_2col_row li {
    list-style-type: none;
}

.ar_2col_row .ar-col-lg-6 {
    padding: 0;
    width: calc(50% - 24px);
}

.ar_2col_row_28 {
    gap: 28px;
}

.ar_2col_row_28 .ar-col-lg-6 {
    padding: 0;
    width: calc(50% - (28px / 2));
}

@media(max-width:991px) {
    .ar_bg_img {
        min-height: 600px !important;
    }

    .ar_2col_row .ar-col-lg-6,
    .ar_2col_row_28 .ar-col-lg-6 {
        width: 100%;
    }
}

@media(max-width:767px) {
    .ar_bg_img {
        min-height: 450px !important;
    }

    .ar_img_md_65 {
        width: 65%;
        height: auto;
        margin: auto;
    }

    .mb_32 {
        margin-bottom: 16px;
    }

    .mb_40 {
        margin-bottom: 20px;
    }

    .mt_40 {
        margin-top: 20px;
    }

    .my_40 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mb_48 {
        margin-bottom: 24px;
    }

    .mb_64 {
        margin-bottom: 32px;
    }

    .mt_80 {
        margin-top: 40px;
    }

    .pt_40 {
        padding-top: 20px;
    }

    .pb_40 {
        padding-bottom: 20px;
    }

    .py_40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py_80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pb_48 {
        padding-bottom: 24px;
    }

    .pt_80 {
        padding-top: 40px;
    }

    .pb_80 {
        padding-bottom: 40px;
    }

    .h2_title {
        font-size: 36px;
    }

    .h3_title {
        /* font-size: 30px; */
        font-size: 26px;
    }

    .h_40 {
        font-size: 34px;
    }

    .h4_title,
    .ol_style.marker li::marker {
        font-size: 20px;
        line-height: 26px;
    }

    .h6_title {
        font-size: 20px;
    }

    .num_title {
        font-size: 42px;
    }

    .num_title sup {
        font-size: 24px;
    }

    .num_title sup.number {
        font-size: 18px;
    }

    .num_title small {
        /* font-size: 18px; */
        max-width: 75px;
    }

    .fs-24 {
        font-size: 18px !important;
    }

    p,
    .p_style {
        font-size: 16px;
        line-height: 24px;
    }

    .p_style {
        margin-bottom: 16px;
    }

    .p_style2 {
        font-size: 18px;
    }

    .p_style3 {
        font-size: 24px;
        line-height: 30px;
    }

    .fz_40 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media(max-width:575px) {
    .p_32 {
        padding: 32px 16px;
    }

    .ar_container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ar_bg_img {
        min-height: 300px;
    }
}

@media(min-width:1200px) {
    .ar_2col_row .ar-col-xl-8 {
        width: calc(66.66666667% - 24px);
    }

    .ar_2col_row .ar-col-xl-4 {
        width: calc(33.33333333% - 24px);
    }

    .ar_2col_row_28 .ar-col-xl-4 {
        width: calc(33.33333333% - (28px / 2));
    }
}

@media(min-width:1500px) {
    .learnMore_sec .ar_container {
        padding-left: 0;
        padding-right: 0;
    }
}

/* common css ends */

/* banner section starts */
.banner_section {
    color: var(--ar-white-color);
    overflow: hidden;
}

.banner_section .ar_container {
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: var(--ar-dark-green);
}

.banner_section .ar_container::after {
    content: '';
    background-image: url(../images/articles/banner_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 375px;
    height: 100%;
}

.banner_section a {
    color: var(--ar-white-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex !important;
}

.banner_section a:hover, .banner_section a:focus, .banner_section a:active {
    text-decoration: underline;
}

.banner_section a.banner_back::before {
    content: '';
    background-image: url(../images/articles/white-back-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 12px;
}


.banner_section .bannerContent {
    margin-top: 56px;
    position: relative;
    z-index: 1;
}

.banner_section .bannerSub {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
}

.banner_section p {
    font-weight: 400;
}

@media(min-width:992px) and (max-width:1199px) {
    .banner_section .ar_container::after {
        width: 300px;
    }
}

@media(max-width:991px) {
    .banner_section .ar_container::after {
        display: none;
    }
}

@media (max-width: 575px) {

    .banner_section .bannerContent {
        margin-top: 32px;
    }

    .banner_section a,
    .banner_section .bannerSub {
        font-size: 14px;
    }
}

/* banner section ends */

/* resons section starts */


.reasons_section .reasonsCard {
    background-color: var(--ar-gray-color);
    height: 100%;
    padding: 20px;
}

.reasons_section .reasonsCard img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

.reasons_section .reasonsCard p {
    font-weight: 400;
    color: var(--ar-black-color);
}

/* resons section ends */

/* plan section starts */

.plan_section .plan_container {
    display: flex;
    padding: 0;
    color: var(--ar-white-color);
    background-color: var(--ar-dark-green);
}

.plan_section .plan_content {
    padding: 80px 80px 80px 32px;
}

.plan_image,
.plan_content {
    width: 50%;
}

.plan_section h4 {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 32px;
}


.plan_section li {
    font-weight: 400;
    margin-bottom: 16px;
}

.plan_section li:last-child {
    margin-bottom: 0;
}

.plan_section li span {
    font-weight: 700;
}

@media (max-width: 991px) {

    .plan_image,
    .plan_content {
        width: 100%;
    }

    .plan_section .plan_container {
        flex-wrap: wrap;
    }

    .plan_section {

        background: var(--ar-dark-green);
    }

    .plan_section .plan_content {
        padding: 40px 32px;
    }
}

@media(max-width:575px) {
    .plan_section .plan_content {
        padding: 40px 16px;
    }
}

/* plan section ends */

/* content_with_img section starts */

.content_with_img_section .content {
    padding: 80px;
    background-color: var(--ar-dark-green);
}


.content_with_img_section .content p {
    color: var(--ar-white-color);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.content_with_img_section .content_with_img_container {
    display: flex;
}

.content_with_img_section .content_with_img,
.content_with_img_section .content {
    width: 50%;
}


@media (max-width: 991px) {
    .content_with_img_section .content {
        padding: 40px;
    }

    .content_with_img_section .content_with_img_container {
        display: block;
    }

    .content_with_img_section .content_with_img,
    .content_with_img_section .content {
        width: 100%;
    }

    .content_with_img {
        overflow: hidden;
    }

    .content_with_img_section img {
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .content_with_img_section .content {
        padding: 40px 16px;
    }

    .content_with_img_section .content p {
        font-size: 18px;
        line-height: 24px;
    }
}


/* content_with_img section ends */

/* list content_with_img section starts */

.list_content_with_img_section .list_content_with_img_container {
    display: flex;
    padding: 0;
    color: var(--ar-black-color);
    background-color: var(--ar-gray-color);
}

.list_content_with_img_section .list_content_with_img_content {
    padding: 80px 80px 80px 32px;
}

.list_content_with_img_image,
.list_content_with_img_content {
    width: 50%;
}

.list_content_with_img_content a {
    color: var(--ar-black-color);
    word-break: break-word;
}

.list_content_with_img_section li {
    margin-left: 19px;
    margin-bottom: 16px;
    font-weight: 400;
}

.list_content_with_img_section li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .list_content_with_img_image,
    .list_content_with_img_content {
        width: 100%;
    }

    .list_content_with_img_section .list_content_with_img_container {
        flex-wrap: wrap;
    }

    .list_content_with_img_section {

        background: var(--ar-gray-color);
    }

    .list_content_with_img_section .list_content_with_img_content {
        padding: 80px 32px;
    }
}

@media(max-width:767px) {
    .list_content_with_img_section .list_content_with_img_content {
        padding: 40px 32px;
    }
}

@media(max-width:575px) {
    .list_content_with_img_section .list_content_with_img_content {
        padding: 40px 16px;
    }
}

/* list content_with_img section ends */

/* blog 2 styles starts */

/* list_t1_section starts  */

.list_t1_section {
    color: var(--ar-black-color);
}

.list_t1_section .ar-d-flex {
    gap: 48px;
}

.list_t1_section .ar-d-flex>div {
    width: 50%;
}

.list_t1_section .h3_title {
    color: var(--ar-black-color);
}

.list_t1_section .list_t1_graph {
    padding: 40px;
    background-color: var(--ar-light-green-bg);
}

.list_t1_section .list_t1_graph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list_t1_section .subText {
    font-size: 20px;
    font-weight: 700;
    color: var(--ar-light-green);
}

.list_t1_section li {
    font-weight: 400;
    color: var(--ar-black-color);
    margin-bottom: 32px;
    list-style: url(../images/articles/list-icon.svg);
    margin-left: 25px;
    padding-left: 10px;
}

.list_t1_section li sup {
    font-size: 10px;
    line-height: 0;
    font-weight: 700;
}

@media (max-width: 991px) {
    .list_t1_section .ar-d-flex {
        flex-wrap: wrap;
    }

    .list_t1_section .ar-d-flex>div {
        width: 100%;
    }

    .list_t1_section .subText {
        margin-bottom: 32px;
    }
}


@media(max-width:767px) {
    .list_t1_section .ar-d-flex {
        gap: 24px;
    }

    .list_t1_section li {
        margin-bottom: 16px;
    }
}

/* list_t1_section ends  */


/* chart srction starts  */

.chart_section .ar_container {
    padding: 0 !important;
}

.chart_section .ar-d-flex>div {
    width: 50%;
}

.chart_section .ar-d-flex>div.ar_w_100 {
    width: 100%;
}

.chart_section .pie_chart {
    background-color: var(--ar-light-green-bg);
    padding: 50px 50px 50px 114px;
    text-align: center;

}

.chart_section .bar_chart {
    background-color: var(--ar-dark-green);
    padding: 80px 50px;
}

.chart_section .pie_chart img,
.chart_section .bar_chart img {
    width: 100%;
    height: 100%;
}


.chart_section .h3_title {
    color: var(--ar-white-color);
}

.chart_section .h3_title span {
    color: var(--ar-light-green);
}

@media (max-width: 991px) {
    .chart_section .bar_chart {
        padding: 32px;
    }

    .chart_section .pie_chart {
        padding: 32px;
    }
}

@media(max-width:767px) {
    .chart_section .pie_chart img.ar_w_65 {
        width: 65%;
        height: auto;
    }
}

@media(max-width:575px) {
    .chart_section .ar_container>div {
        display: block !important;
    }

    .chart_section .ar-d-flex>div {
        width: 100%;
    }
}

@media(min-width:768px) {
    .chart_section .ar-d-flex>div.ar_w_100 {
        width: 50%;
    }
}

/* chart srction ends  */


/* heading srction starts  */

.heading_section .ar_container {
    background-color: var(--ar-light-green-bg);
}

.heading_section .text {
    line-height: 50px;
    text-align: center;
    color: var(--ar-dark-green);
}

.heading_section .text span {
    font-weight: 700;
}

@media(max-width:575px) {
    .heading_section .text {
        line-height: 40px;
    }
}

/* heading srction ends  */



/* bg background starts */

.bg_back_section .ar_container {
    color: var(--ar-white-color);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/articles/leaf_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center;

}

.bg_back_section .text .h3_title {
    margin-bottom: 18px;
}

/* bg background ends */

/* list type 2 ends */

.list_t2_section {
    color: var(--ar-black-color);
}

.list_t2_section .ar-d-flex {
    gap: 48px;
}

.list_t2_section .image_section {
    background-image: url(../images/articles/couple_image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.list_t2_section .image_section,
.list_t2_section .content {
    width: 50%;
}

.list_t2_section .content .h3_title {
    line-height: 48px;
}


.list_t2_section li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--ar-black-color);
    list-style: url(../images/articles/list-icon.svg);
    margin-left: 25px;
    padding-left: 10px;
    margin-bottom: 8px;
}

.list_t2_section li:last-child {
    margin-bottom: 0px;
}

.list_t2_section li sup {
    font-size: 10px;
    line-height: 0;
    font-weight: 700;
}

.list_t2_section .list_con p,
.h7_title {
    font-weight: 700;
    font-size: 20px;
    color: var(--ar-light-green);
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .list_t2_section .ar-d-flex {
        display: block !important;
    }

    .list_t2_section .image_section,
    .list_t2_section .content {
        width: 100%;
    }

    .list_t2_section .image_section {
        min-height: 600px;
        background-position: top center;
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    .list_t2_section .image_section {
        min-height: 450px;
    }
}

@media (max-width: 575px) {
    .list_t2_section .image_section {
        min-height: 300px;
    }
}

/* list type 2 ends */

/* links section starts  */

.links_section li, .links_section a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--ar-black-color);
    /* line-break: anywhere; */
    word-wrap: break-word;
}

.links_section ol {
    /* list-style-position: inside; */
    margin-left: 30px;
}

.links_section ol li {
    margin-bottom: 10px;
}

/* links section ends  */


/* tab t1 section starts */

.tab_t1_section {
    color: var(--ar-black-color);
}

.tab_t1_section .tabContainer {
    display: flex;
    gap: 48px;
}

.tab_t1_section .tabHeadings {
    background-color: var(--ar-gray-color);
    width: 25%;
}

.tab_t1_section .tabHeadings .tabHeading .ar_btn {
    font-weight: 400;
    font-size: 18px;
    color: var(--ar-dark-green);
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.tab_t1_section .tabHeadings .tabHeading.ar_active .ar_btn {
    color: var(--ar-white-color);
    background-color: var(--ar-dark-green);
}

.tab_t1_section .tabHeadings .tabHeading:last-child .ar_btn {
    margin-bottom: 0;
}


.tab_t1_section .tabCard {
    padding: 20px;
    background-color: var(--ar-gray-color);
    height: 100%;
}

.tabContents {
    width: 75%;
}

.tabContent {
    display: none;
}

.tabContent.ar_active {
    display: block;
}

@media(max-width:991px) {
    .tab_t1_section .tabHeadings {
        display: none;
    }

    .tab_t1_section .tabContents {
        width: 100%;
    }

    .tab_t1_section .tabContent {
        display: block;
        margin-bottom: 32px;
    }

    .tab_t1_section .tabContent:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    .links_section li, .links_section a {
        font-size: 14px;
        line-height: 22px;
    }
}

/* tab t1 section ends */

/* Blog 3 styles  */

/* content section starts  */

.content_section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
    color: var(--ar-black-color);
}

.content_section p:last-child {
    margin-bottom: 0;
}

/* content section ends  */


/* content section starts  */

.content_with_logo_bg_section .ar_container {
    background: linear-gradient(90deg, var(--ar-gray-color) 60%, var(--ar-white-color) 50%);
}

.content_with_logo_bg_section .bg_img_container {
    position: relative;
}

.content_with_logo_bg_section .bg_img_container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--ar-dark-green);
    opacity: 0.8;
}

.content_with_logo_section .logo {
    width: 64px;
    height: 64px;
    margin-right: 20px;
    flex-shrink: 0;
}

.content_with_logo_section .logo img {
    width: 100%;
    height: 100%;
}

.content_with_logo_section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--ar-black-color);
}

.content_with_logo_section .fz-24, .fz-24 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.content_with_logo_section .p_style {
    margin-bottom: 20px;
}

.content_with_logo_section .p_style:last-child {
    margin-bottom: 0;
}

.content_with_logo_section .tick {
    font-weight: 400;
    color: var(--ar-black-color);
    list-style: url(../images/articles/icon-tick.svg);
    margin-left: 25px;
    padding-left: 10px;
}

.white-plus {
    font-weight: 400;
    color: var(--ar-black-color);
    list-style: none !important;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
}

.white-plus::before {
    content: url(../images/articles/icon-white-cross.svg);
    margin-right: 25px;
}

.vector-img {
    padding-right: 24px;
}

.content_with_logo_section p:last-child {
    margin-bottom: 0;
}

.content_with_logo_bg_section .bg_img_container {
    background: url(../images/articles/tablets.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.content_with_logo_bg_section .bg_img_container .quots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: var(--ar-white-color);
    width: 80%;
    z-index: 9999;
}

.content_with_logo_bg_section .bg_img_container .subQuots {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    z-index: 9999;
    color: var(--ar-white-color);
    text-align: center;
}

.content_with_logo_bg_section .bg_content {
    padding-right: 40px;
}

.content_with_logo_section ul.bullet_list li {
    list-style-type: disc;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .content_with_logo_bg_section .w_50 {
        width: 100%;
    }

    .w_50 {
        width: 100%;
    }

    .content_with_logo_bg_section .bg_container {
        flex-direction: column-reverse;
        gap: 0;
        background-color: var(--ar-gray-color);
    }

    .content_with_logo_bg_section .bg_img_container {
        padding: 80px 32px;
    }

    .content_with_logo_bg_section .bg_content {
        padding: 32px 20px;
    }

    .content_with_logo_bg_section .ar_container {
        background: none;
    }
}

@media(max-width:767px) {
    .content_with_logo_bg_section .bg_img_container .quots {
        font-size: 24px;
        line-height: 30px;
    }

    .content_with_logo_bg_section .bg_img_container .subQuots {
        font-size: 18px;
        line-height: 26px;
    }

    .content_with_logo_section p,
    .content_with_logo_section .p_style {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .content_with_logo_section .fz-24, .fz-24 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media(max-width:575px) {
    .content_with_logo_bg_section .bg_img_container {
        padding: 40px 16px;
    }

    .content_with_logo_section .logo {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }

}


/* content_with_logo_bg_section type 2 styles starts */

.content_with_logo_bg_section.type_2 .bg_content {
    padding: 0;
    padding-right: 20px;
}

.content_with_logo_bg_section.type_2 .ar_container {
    background: var(--ar-white-color);
}

.content_with_logo_bg_section.type_2 .bg_img_container .quots,
.content_with_logo_bg_section .bg_img_container .subQuots {
    width: 70%;
}

.content_with_logo_bg_section .bg_img_container {
    background: url(../images/articles/greenforest.webp);
    background-position: center;
}

@media (max-width: 991px) {
    .content_with_logo_bg_section .bg_img_container .quots {
        width: 100%;
    }

    .content_with_logo_bg_section.type_2 .bg_content {
        padding: 20px 0 0 0;
    }

    .content_with_logo_bg_section.type_2 .bg_container {
        background-color: unset;
    }
}

/* content_with_logo_bg_section type 2 styles ends*/

/* content section ends  */

/* poster section starts  */

.poster_section.ar-d-flex {
    gap: 28px;
    align-items: center;
}

.poster_section.ar-d-flex.gap-40 {
    gap: 40px;
}

.poster_section .text {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.poster_section .text.w_40 {
    flex: 0 0 40%;
}

.poster_section .text.w_200 {
    width: 200px;
}

.poster_section .number {
    font-weight: 900;
    font-size: 104px;
    line-height: 76px;
    color: var(--ar-dark-green);
}

.poster_section .number sup {
    font-size: 60px;
    line-height: 0;
}

.poster_section .number sub {
    font-size: 60px;
    line-height: 0;
}

.poster_section .divider {
    border-left: 2px solid #999999;
    background-color: #999999;
    align-self: stretch;
}

@media (max-width: 991px) {
    .poster_section.ar-d-flex {
        flex-direction: column;
        align-items: self-start !important;
        gap: 20px;
    }

    .poster_section.ar-d-flex.gap-40 {
        gap: 20px;
    }

    .poster_section .text.w_40 {
        flex: unset;
    }

    .poster_section .text.w_200 {
        width: 100%;
    }

    .poster_section .number {
        font-size: 60px;
        line-height: normal;
        align-items: center;
    }

    .poster_section .number sup,
    .poster_section .number sub {
        font-size: 40px;
    }

    .poster_section .divider {
        display: none;
    }

    .poster_section .text .w_60 {
        width: 100%;
    }
}

@media(max-width:767px) {
    .poster_section.ar-d-flex.gap-40 {
        gap: 10px;
    }

    .poster_section .text {
        font-size: 20px;
        line-height: 26px;
    }
}

/* poster section ends  */


/* list with num section starts  */

.list_with_num_section ol,
.ol_style {
    margin-left: 19px;
}

.list_with_num_section li,
.list_with_num_section li a,
.list_with_num_section p a, .list_with_num_section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--ar-black-color);
    /* text-decoration: none; */

}

.list_with_num_section.body_style li,
.list_with_num_section.body_style li a,
.list_with_num_section.body_style p a, .list_with_num_section.body_style p {
    font-size: 18px;
    line-height: 26px;
}

.list_with_num_section li a,
.list_with_num_section p a {
    word-break: break-word;
}

.list_with_num_section li {
    margin-bottom: 10px;
}

.list_with_num_section li:last-child {
    margin-bottom: 0;
}

@media(max-width:767px) {

    .list_with_num_section li,
    .list_with_num_section li a,
    .list_with_num_section p a, .list_with_num_section p {
        font-size: 14px;
        line-height: 22px;
    }

    .list_with_num_section.body_style li,
    .list_with_num_section.body_style li a,
    .list_with_num_section.body_style p a, .list_with_num_section.body_style p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* list with num section ends  */

/* Re-Use components  */


/* small banner starts  */

.small_banner .ar_container {
    background-color: var(--ar-gray-color);
    color: var(--ar-dark-green);
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .small_banner .ar_container {
        font-size: 30px;
        line-height: normal;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    @media (max-width: 575px) {
        .small_banner .ar_container {
            padding-left: 16px;
            padding-right: 16px;
        }
    }
}

/* small banner ends */


/* Learn more starts  */

.learnMore_sec .contents {
    background-color: var(--ar-dark-green);
    color: var(--ar-white-color);
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    padding: 40px 32px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.learnMore_sec .ar_container a {
    color: var(--ar-white-color);
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
}

.learnMore_sec .ar_container a.ar_btn {
    flex-shrink: 0;
    color: var(--ar-light-green);
    font-size: 20px;
    line-height: 1;
}

@media(max-width:991px) {
    .humana-footer .container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .learnMore_sec .contents {
        flex-direction: column;
        row-gap: 20px;
    }
}

@media (max-width: 767px) {
    .learnMore_sec .contents {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .learnMore_sec .contents,
    .learnMore_sec .ar_container a {
        /* font-size: 30px; */
        font-size: 26px;
        line-height: normal;
    }

}

@media(max-width:575px) {
    .humana-footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Learn more ends */


/* pdf_1_sec_2 starts */


.pdf_1_sec_2 .ar_bg_side {
    margin-bottom: -10px;
}


.pdf_1_sec_2 .ar_bg_side img {
    width: 100%;
}

.pdf_1_sec_2 .content {
    padding: 32px;
    background-color: var(--ar-dark-green);
    color: var(--ar-white-color);
}

.pdf_1_sec_2 .quots {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.pdf_1_sec_2 .author {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.subQuots .author {
    font-weight: 700;
}

.pdf_1_sec_2 .role {
    font-weight: 400;
    font-size: 16px;
}

.pdf_1_sec_2 .author {
    font-size: 16px;
}

.float_section .pdf_1_sec_2 {
    float: right;
}

.float_section.type_2 .pdf_1_sec_2 {
    float: unset;
}

.float_section.type_2 {
    display: flex;
    flex-direction: row-reverse;
}

.pdf_1_sec_2 .bg_type .ar_bg_side {
    margin-bottom: 0;
    flex-grow: 1;
}

.pdf_1_sec_2 .bg_type {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pdf_1_sec_2 .bg_type .content {
    margin-top: auto;
}

@media (max-width: 991px) {
    .float_section.type_2 {
        display: block;
    }
}

/* pdf_1_sec_2 ends */


/* wave_sec starts  */

.wave_sec .ar-d-flex {
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}


@media (max-width: 991px) {
    .wave_sec .ar-d-flex {
        flex-direction: column;
        gap: 20px;
    }

}

/* wave_sec ends */

/* trueFalse starts  */

.trueFalse .trueFalseMain {
    gap: 24px;
    align-items: center;
    padding: 10px 0;
}

.trueFalse .options {
    gap: 12px;
}

.trueFalse .trueFalseCheck {
    gap: 12px;
    align-items: center;
    position: relative;
}

.trueFalse .question {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--ar-black-color);
}

.trueFalse .trueFalseCheck label {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.trueFalse .trueFalseCheck label.t_none {
    text-transform: none;
}

.trueFalse .trueFalseCheck label.dGreen {
    color: var(--ar-dark-green);
}

.trueFalse .trueFalseCheck label.green {
    color: var(--ar-light-green);
}



.trueFalse .trueFalseCheck input[type="checkbox"],
.trueFalse .trueFalseCheck input[type="radio"] {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0;
}

.trueFalse .trueFalseCheck input[type="checkbox"]:after,
.trueFalse .trueFalseCheck input[type="radio"]:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    /* background: var(--ar-white-color); */
    outline: none;
    cursor: pointer;
}

.trueFalse .trueFalseCheck input[type="checkbox"].dGreen:after,
.trueFalse .trueFalseCheck input[type="radio"].dGreen:after {
    border: 2px solid var(--ar-dark-green);
}

.trueFalse .trueFalseCheck input[type="checkbox"].green:after,
.trueFalse .trueFalseCheck input[type="radio"].green:after {
    border: 2px solid var(--ar-light-green);
}

.trueFalse .trueFalseCheck input[type="radio"]:after {
    border-radius: 50%;
}

.trueFalse .trueFalseCheck input[type="checkbox"]:checked.dGreen:after {
    background: var(--ar-dark-green);
}

.trueFalse .trueFalseCheck input[type="checkbox"]:checked.tick:after {
    display: none;
}

.trueFalse .trueFalseCheck input[type="checkbox"].tick,
.trueFalse .trueFalseCheck input[type="radio"].tick {
    accent-color: var(--ar-dark-green);
}

.trueFalse .trueFalseCheck input[type="checkbox"].green.tick,
.trueFalse .trueFalseCheck input[type="radio"].green.tick {
    accent-color: var(--ar-light-green);
}

.trueFalse .trueFalseCheck input[type="checkbox"]:checked.green:after {
    background: var(--ar-light-green);
}


@media (max-width: 991px) {
    .trueFalse .trueFalseMain {
        align-items: flex-start;
    }
}

/* trueFalse ends */

/* Re-Use components ends  */


/* Pdf styles starts  */

/* pdf 1 styels */

.pdf_1 .heading {
    font-size: 40px;
    font-weight: 700;
    color: var(--ar-dark-green);
    margin-bottom: 40px;
}

@media(max-width:767px) {
    .pdf_1 .heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
}

/* Pdf styles ends */


/* blog_07 starts*/

.blog07_qa h3 {
    font-weight: 700;
    font-size: 18px;
    color: var(--ar-light-green);
}

/* blog_07 ends */

/* blog08 starts  */

.pdf_1_sec_2.type_2 {
    display: flex;
    overflow: hidden;
}

.pdf_1_sec_2.type_2>div {
    width: calc(100%/2);
}

.pdf_1_sec_2.type_2 .ar_bg_side img {
    height: 100%;
    object-fit: cover;
}

.pdf_1_sec_2.type_2 .quots {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
}

.pdf_1_sec_2.type_2 .author {
    font-size: 16px;
}

.pdf_1_sec_2.type_2 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.by_2_3 .pdf_1_sec_2.type_2>div:nth-child(1) {
    width: 33%;
}

.by_2_3 .pdf_1_sec_2.type_2>div:nth-child(2) {
    width: 67%;
}

@media (max-width: 575px) {
    .pdf_1_sec_2.type_2 {
        display: block;
    }

    .pdf_1_sec_2.type_2>div,
    .by_2_3 .pdf_1_sec_2.type_2>div:nth-child(1),
    .by_2_3 .pdf_1_sec_2.type_2>div:nth-child(2) {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width:1199px) {
    .pdf_1_sec_2.type_2>div:nth-child(1) {
        width: 33%;
    }

    .pdf_1_sec_2.type_2>div:nth-child(2) {
        width: 67%;
    }
}

/* blog08 ends */

.mt_20 {
    margin-top: 20px;
}

/* blog 9 starts  */

.color-ar-dark-green {
    color: var(--ar-dark-green) !important;
}

.min_content {
    margin-top: 40px;

}

.min_content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-top: 6px;
    color: var(--ar-black-color);
}

.fz_small {
    font-size: 14px !important;
    line-height: 18px !important;
}

@media(max-width:575px) {
    .fz_small {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

.blog_09_ul li {
    list-style: disc;
    margin-left: 26px;
}

.blog_09_ul li::marker {
    color: var(--ar-dark-green);
}

/* blog 9 ends */


/* blog 13 starts */

.icon_with_content {
    gap: 20px;
    align-items: center;
}

.icon_with_content .h3_title {
    font-size: 104px;
}

.icon_with_content p {
    width: 30%;
}



@media (max-width: 767px) {
    .icon_with_content {
        flex-direction: column;
        align-items: baseline;
    }

    .icon_with_content .h3_title {
        font-size: 50px;
    }

    .icon_with_content p {
        width: 100%;
    }

    .mob_none {
        display: none;
    }
}

/* blog 13 ends */



/* blog 1 starts */

.content_with_logo_section .tabCard {
    padding: 20px;
    background-color: var(--ar-gray-color);
    height: 100%;
}

.ar_gray_bg .tabCard {
    padding: 20px;
    background-color: var(--ar-white-color);
    height: 100%;
}

.tabCard2 {
    padding: 20px;
    background-color: var(--ar-light-green-bg);
    height: 100%;
}

/* blog 3 styles starts */

.checkboxList,
.checkboxList li {
    list-style-type: none;
}

.checkboxList li {
    margin-bottom: 20px;
}

.checkboxList p {
    margin-left: 32px;
}

.ar_w_300 {
    width: 300px;
    margin: 0 auto;
}

.ar_w_400 {
    width: 400px;
    margin: 0 auto;
}

@media(max-width:575px) {

    .ar_w_300,
    .ar_w_400 {
        width: 100%;
    }
}

/* Blog 6 starts */

.table_section .table {
    overflow-x: auto;
    border: solid 1px #c8c8c8;
}

.table_section li {
    list-style: disc;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.table_section ul {
    padding-left: 30px;
    width: 80%;
}

td {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid #c8c8c8;
    min-width: 300px;
}

th {
    font-size: 24px;
    text-align: left;
    padding: 35px 20px;
    background-color: var(--ar-dark-green);
    color: var(--ar-white-color);
    border: 1px solid #c8c8c8;
}

.table_section td h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 20px;
    width: 80%;
}

@media(max-width:1024px) {
    .table_section .table {
        overflow-x: scroll;
    }
}

/* Blog 6 ends */

/* Blog 7 starts */
.pie-chart-section {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.list-pie-chart-section ul li {
    list-style-type: disc;
    margin-left: 25px;
}

.list-pie-chart-section h3,
.divider-section h3 {
    font-size: 24px;
    /* padding-bottom: 20px; */
}

.fz-22 {
    font-size: 22px;
}

.pt_20 {
    padding-top: 20px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pl_0 {
    padding-left: 0 !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.ar_pie-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    width: 80%;
}

.ar_pie-chart p {
    text-align: center;
    width: 50%;
    font-weight: 700;
    /* padding-bottom: 16px; */
}

.divider-section .poster_section .number {
    font-size: 88px;
}

.divider-section .poster_section .number span {
    font-size: 24px;
    text-decoration: underline;
}

.divider-section .poster_section .number span.color_black {
    font-size: 24px;
    color: var(--ar-black-color);
    font-weight: 400;
    text-decoration: none;
}

.divider-section .poster_section .number span.color_black sup {
    font-size: 18px;
}


.fz-32 {
    font-size: 32px;
}


.trueFalseCheck .fz-18 {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 400 !important;
    width: 97%;
}


/* new */
.poster_section .text.w_400 {
    width: 400px;
}

@media (max-width: 991px) {
    .poster_section .text.w_400 {
        width: 100%;
    }
}

.pdf_1_sec_2.type_3 {
    display: flex;
    overflow: hidden;
}

.float_section.type_3 .pdf_1_sec_2 {
    float: unset;
}

.float_section.type_3 {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .float_section.type_3 {
        display: block;
    }
}

.float_section.type_3 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.float_section.type_3 .pdf_1_sec_2 .ar_bg_side img {
    height: 100%;
    width: 100%;
    /* object-fit: fill; */
    object-fit: cover;
}



@media (min-width: 992px) {
    .pdf_1_sec_2.type_3 {
        flex: 0 0 auto;
        width: 53%;
    }
}

.pdf_1_sec_2.type_3 .w_30 {
    width: 30%;
}

.pdf_1_sec_2.type_3 .w_70 {
    width: 70%;
}

@media (max-width: 767px) {
    .pdf_1_sec_2.type_3 {
        display: block;
    }

    .pdf_1_sec_2.type_3>div {
        width: 100%;
    }

    .pdf_1_sec_2.type_3 .w_30,
    .pdf_1_sec_2.type_3 .w_70 {
        width: 100%;
    }

    .py_mob_40 {
        padding-top: 40px;
    }
}


.w_60 {
    width: 60%;
}

.color_black {
    font-size: 24px;
    color: var(--ar-black-color);
    font-weight: 400;
}

.vertical-align {
    display: flex;
    align-items: center;
    gap: 20px;
}


@media (max-width: 991px) {
    .vertical-align {
        flex-direction: column;
        align-items: flex-start;
    }

    .w_60 {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .order-1 {
        order: 1;
        margin-bottom: 20px;
    }

    .order-2 {
        order: 2;
    }
}

/* The Humana difference - Blog 4  starts */

.icon-bulletin-section li {
    list-style: disc;
    margin-left: 30px;
}

.icon-bulletin-section p>span {
    color: var(--ar-black-color);
    font-weight: 400;
}

.d-bundle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* The Humana difference - Blog 4  ends */


.ar_w_500 {
    width: 500px;
    margin: 0 auto;
}

@media(max-width:1199px) {
    .ar_w_500 {
        width: 100%;
    }
}

.hd_blog2 .quots {
    font-size: 18px;
    margin-bottom: 16px;
}

.small_banner.author p,
.small_banner.author .quotsBy .author {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--ar-dark-green);
}

.small_banner.author .quotsBy .role {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--ar-black-color);
}

.ar-row .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--ar-black-color);
}

.table_title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.align_center {
    align-items: center;
}

.a_tag {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--ar-black-color);
}

.dark_green {
    color: var(--ar-dark-green) !important;
}

.box_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: var(--ar-light-green);
}

.content_bullet li {
    font-weight: 400;
    color: var(--ar-black-color);
    margin-left: 25px;
    list-style-type: disc;
}

.ar_u_light_green_bg {
    background-color: var(--ar-u-light-green);
}

.qa_code_gap {
    overflow: hidden;
    width: 100%;
}

.qa_code_gap .content {
    padding: 60px 55px;
    background-color: var(--ar-dark-green);
    color: var(--ar-white-color) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qa_code_gap .content img {
    max-width: 100%;
    margin: 0 auto;
}

.qa_code_gap .content p, .qa_code_gap .content a {
    color: var(--ar-white-color) !important;
    text-align: center;
}

.qa_code_gap.ar-col-lg-8 {
    width: 100%;
}

.qa_code_gap_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qa_code_gap_side.type_2 {
    padding: 32px;
    line-height: 0;
    background-color: var(--ar-dark-green);
}

.qa_code_gap_side.type_2 img {
    width: 100%;
    height: 100%;
    line-height: 0;
    object-fit: contain;
}

@media (min-width: 767px) {
    .qa_code_gap .ar-col-md-new {
        flex: 0 0 auto;
        width: 39.33333333%;
    }
}

@media (min-width: 992px) {
    .qa_code_gap_side {
        flex: 0 0 auto;
        width: 64.89%;
    }

    .qa_code_gap .ar-col-md-new {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .qa_code_gap .content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .qa_code_gap .content {
        padding: 40px 40px;
        margin-top: 20px;
    }

    .qa_code_gap {
        display: block !important;
    }

    .ar-row .content p {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 24px;
    }
}

.pdf_1_sec_2 .content.type_4 .quots {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
}

.mike_flex_box {
    gap: 40px;
}

@media (min-width: 992px) {
    .pdf_1_sec_2.type_3 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width: 992px) {
    .mike_flex_box {
        display: block !important;
    }

    .mike_flex_box .logo_with_text {
        margin-bottom: 20px;
    }
}

/* Member experience blog1 start */

.dotted_border {
    border-image: url("../images/dotted.svg");
}

.ar-white-space-nowrap {
    white-space: nowrap;
}

.ar-overflow-hidden {
    overflow: hidden !important;
}

.profile_banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.multiLayer-icon-banner .small_banner .ar_container {
    background-color: var(--ar-light-green-bg);
}

.small_banner .icon_with_black_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.small_banner .icon_with_black_content p {
    font-size: 24px;
    color: var(--ar-black-color);
    font-weight: 400;
}

.small_banner .icon_with_black_content sup {
    font-size: 14px;
}

@media(max-width:767px) {
    .profile_banner {
        gap: 20px;
    }
}

@media(max-width:575px) {
    .profile_banner {
        flex-direction: column;
        gap: 20px;
    }
}

.small_number {
    font-weight: 900;
    font-size: 56px;
    line-height: 76px;
    color: var(--ar-dark-green);
}

@media(max-width:991px) {
    .mob_float_right {
        float: right;
    }
}

.ar-gap-40 {
    gap: 40px !important;
}

@media(max-width:991px) {
    .profile_with_content .content_image img {
        width: 100%;
    }
}

/* Member experience blog10 start */

.image_holder {
    background: #EFF5E6;
    padding: 40px;
}

.chart_section .chart_image {
    margin: 0 auto;
    position: relative;
}

.chart_section .chart_image img {
    vertical-align: bottom;
}

.chart_section .arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: linear-gradient(135deg, rgba(92, 154, 27, 1) 50%, rgba(237, 221, 83, 0) 50%);
    width: 13%;
    height: 13%;
    transform: translateX(48%) translateY(-50%);
    rotate: 22deg;
}

@media(max-width:991px) {
    .chart_section .arrow::before {
        top: auto;
        bottom: 0;
        right: auto;
        left: 40%;
        transform: translateX(-35%) translateY(-10%);
        rotate: 220deg;
    }
}

.bg_ar-dark-green {
    background-color: var(--ar-dark-green);
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px;
}

.ar_line-height-32 {
    line-height: 32px;
}




/* QA edits priya */


.list_with_num_section ol,
.ol_style {
    margin-left: 30px;
}

.list-pie-chart-section h3,
.divider-section h3 {
    font-size: 24px;
    /* padding-bottom: 20px; */
    line-height: 26px;
}

/* .ar-row>* {
    padding-left: 0;
    padding-right: 0;
} */

@media (max-width: 991px) {
    .divider-section .poster_section .number {
        font-size: 60px;
        line-height: normal;
    }
}

/* .divider-section .poster_section .number {
    font-size: 88px;
    line-height: 40px;
} */


.mb_00 {
    margin-bottom: 0 !important;
}

.pl_20 {
    padding-left: 20px;
}

/* QA edits 08/14/2025 */

.tabCard .num_title img {
    width: 64px;
    height: 64px;
}

.trueFalse .trueFalseCheck input[type="checkbox"],
.trueFalse .trueFalseCheck input[type="radio"] {
    flex: 0 0 20px;
}

.reasons_section .reasonsCard img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .reasons_section .reasonsCard p {
        width: 100%;
    }
}

.gutter_resolver_xl {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.gutter_resolver_l {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

/* .num_title small {
    font-size: 41px;
} */
.img_center_section {
    column-gap: 15px;
    justify-content: space-between;
}

.img_center_section .left,
.img_center_section .right {
    width: calc(35% - 10px);
}

.img_center_section .left,
.img_center_section .right,
.img_center_section .center {
    padding: 0;
}

.img_center_section .center {
    width: calc(30% - 10px);
}

.img_center_section .tabCard, .img_center_section .tabCard2 {
    min-height: 200px;
}

@media(max-width:991px) {
    .img_center_section .center {
        display: none;
    }

    .img_center_section .left,
    .img_center_section .right {
        width: 100%;
        padding: 0;
    }

    .img_center_section .tabCard, .img_center_section .tabCard2 {
        min-height: auto;
    }

    .img_center_section .right {
        margin-top: 40px;
    }
}

@media(min-width:576px) and (max-width:991px) {
    .tab_flex_row {
        flex-direction: row;
    }
}

.ar_white_bg {
    background-color: var(--ar-white-color) !important;
}

.ps_b2_img5 {
    width: 100% !important;
    height: 100% !important;
}

.pr_20 {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .content_with_logo_section.pdf_1 .ar-d-flex.ps15_vector {
        flex-direction: column;
    }

    .ps_b2_img5 {
        width: 65% !important;
        height: auto !important;
        margin-bottom: 0 !important;
    }
}

/* updates */
.gap1 {
    gap: 1rem;
}

.pr3, .pr3a {
    padding-right: 3rem !important;
}

.mp3rem, .mp3rema, .mp3remb {
    margin-left: 1.5rem !important;
    padding-left: 1.5rem !important;
}

@media (max-width: 1199px) {
    .mp3rem {
        margin-left: 0rem !important;
        padding-left: 0rem !important;
    }

}

@media (max-width: 991px) {
    .mp3rema {
        margin-left: 0rem !important;
        padding-left: 0rem !important;
    }

    .pr3a {
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .mp3remb {
        margin-left: 0rem !important;
        padding-left: 0rem !important;
    }

    .pr3a {
        padding-right: 0 !important;
    }
}

.green_dot_list {
    margin-left: 30px;
}

.green_num_list {
    margin-left: 25px;
}

.green_dot_list li {
    list-style-type: disc;
}

.green_dot_list li::marker, .green_num_list li::marker {
    color: var(--ar-light-green);
}

.green_num_list li::marker {
    font-size: 24px;
    font-weight: 700;
}

.reset_link {
    color: var(--ar-black-color);
    word-break: break-word;
}

@media(max-width:767px) {
    .p_style.mb_24 {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 991px) {
    .pl0_991 {
        padding-left: 0 !important;
    }
}

.trueFalse .trueFalseCheck {
    align-items: flex-start !important;
}

.trueFalse .trueFalseCheck input[type="checkbox"] {
    margin-top: 3px;
}

.trueFalse .trueFalseCheck input[type="radio"] {
    margin-top: 5px;
}

@media(max-width:767px) {
    .image_holder {
        padding: 20px;
    }

    .poster_section .text.w_24 {
        flex: unset !important;
    }

    .w29 {
        width: 100% !important;
    }

    .fm_blog .poster_section .number.ar-d-flex {
        display: unset !important;
    }

    .fm_blog .poster_section .pl_20 {
        padding-left: 0 !important;
    }
}

.poster_section .text.w_24 {
    flex: 0 0 24%;
}

.w29 {
    width: 29%;
}

.pt-10 {
    padding-top: 10px;
}

h1 sup, h2 sup {
    font-size: 14px;
    font-weight: bold !important;
}

.ar_w_95a {
    width: 82%;
}

@media(max-width:991px) {
    .mob-pb0-991 {
        padding-bottom: 0 !important;
    }

    .mob-pt20 {
        padding-top: 20px;
    }
}


.landscape-card .bg_img_container {
    background: url(../images/articles/greenforest.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    position: relative;
    padding: 40px;
}

.landscape-card .bg_img_container::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--ar-dark-green);
    opacity: 0.8;
}

.landscape-card .bg_img_container .quots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: var(--ar-white-color);
    width: 90%;
    z-index: 9999;
}

.landscape-card .bg_img_container .subQuots {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    z-index: 9999;
    color: var(--ar-white-color);
    text-align: center;
}


@media(max-width:767px) {
    .landscape-card .bg_img_container {
        padding: 20px;
        gap: 20px;
    }

    .landscape-card .bg_img_container .quots {
        font-size: 24px;
        line-height: 30px;
    }

    .landscape-card .bg_img_container .subQuots {
        font-size: 18px;
        line-height: 26px;
    }

}

@media(max-width:991px) {
    .mob-mb_20 {
        margin-bottom: 20px;
    }

    .fl-sel {
        display: flex;
        flex-direction: column;
    }
}

.profile_with_content .profile_banner {
    align-items: flex-start;
}

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

.list-pie-chart-section h3, .divider-section h3 {
    line-height: 30px;
}

@media(max-width:1200px) {
    .ar-gap-40 {
        gap: 20px !important;
    }
}

@media(max-width:991px) {
    .poster_section.ar-d-flex {
        align-items: center !important;
        text-align: center;
    }

    .poster_section .w29 {
        width: 90%;
    }

}

@media(min-width:992px) and (max-width:1399px) {
    .max_2line {
        min-height: 120px;
    }

}