* {
    font-family: Arial, Helvetica, sans-serif;
}
 html {
            scroll-behavior: smooth;
        }

body p {
    margin-bottom: 0px;
}

.table,
tr,
td {
    border: none !important;
}

a {
    text-decoration: none;
}

a:hover {
    color: #44102A;
}

.header_title {
    background-color: #faf2f4;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #A40023;
    padding: 20px;
    margin: 40px 0;
    border: 2px solid #A40023;
    display: block;
    width: 100%;
}

.foot_Head_title {
    background-color: #44102A;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 15px;
    border-radius: 0 20px 0px 20px;
    margin: auto;
    font-weight: bold;
    /* width: 1200px; */
}

.footer_Title p {
    font-size: 10px;
    color: #435664;
}

.graph_text {
    font-size: 12px;
    color: #435664;
}

.pink {
    color: #ff33cc;
}

#two_Colrow .bg_Green {
    background-color: #acd7d1;
    border-radius: 20px;
    padding: 20px 10px;
    font-size: 16px;
    /* font-weight: 600; */
    color: #435664;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#two_Colrow p{
    font-size: 20px;
    font-weight: bold;
    color: #435664;
}

#Intro .title,
#two_Columns .title,
#single_Layout .title,
#mix_Layout .title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #A40023;
}

#Intro .box_Layout {
    background-color: #FAF6EC;
    border-radius: 0 20px 0px 20px;
    height: 100%;
}

#Intro .box_Layout .box_Heading {
    background-color: #EA5A25;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 20px 0 0;
}

#Intro .box_Layout .box_Heading_2 {
    background-color: #44102A;
    padding: 22px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 20px 0 0;
}

/* #Intro .box_Layout .box_Table{
    padding: 34px 20px;
} */

#Intro .box_Layout .number {
    background-color: #A40023;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
}


/* #Intro .box_Layout .box_Table .Circle{
    background-color: #A40023;
    padding: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
} */

#Intro .box_Layout .content {
    font-size: 20px;
    color: #435664;
}

#two_Columns .table {
    font-size: 12px !important;
    color: #435664;
}

#two_Columns .bg_Offwhite{
    background-color: #faf6ec;
}

#single_Layout .table {
    font-size: 12px !important;
    color: #435664;
}

#two_Columns .table>:not(caption)>*>*,
#single_Layout .table>:not(caption)>*>* {
    padding: 0;
}

#mix_Layout .box_Section {
    background-color: #FAF6EC;
    border-radius: 0 20px 0px 20px;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
}

#mix_Layout .box_Section p {
    color: #44102A !important;
}

#mix_Layout .box_3_Colu {
    background-color: #FAF6EC;
    border-radius: 20px 0 20px 0;
    padding: 20px;
    height: 100%;
}

#mix_Layout .box_3_Colu .title {
    color: #44102A;
    font-size: 14px;
}

#mix_Layout .box_3_Colu .content {
    color: #435664;
    font-size: 14px;
}

#mix_Layout .green_Bg {
    background-color: #DDEDEA;
    padding: 20px;
    color: #435664;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

#mix_Layout .green_Bg .title {
    color: #44102A;
    font-size: 14px;
    text-align: center;
}

#mix_Layout .green_Bg .bor_right {
    border-right: 2px solid #EA5A25;
}

#mix_Layout .header_title2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #A40023;
}


#mix_Layout .CTA_button button {
    background-color: #ACD7D1;
    color: #44102A !important;
    border: none;
    border-radius: 40px;
    padding: 15px 20px;
}

#mix_Layout .CTA_button button a {
    color: #44102A;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
}

#foot_Note{
    font-size: 12px !important;
    color: #435664;
}

#footer {
    background-color: #435664;
    color: #BCBEC0;
    font-size: 12px;
}

#footer .link_Heading a{
    font-size: 18px;
    padding-right: 20px;
color: #BCBEC0;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .header_title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    #banner .container {
        --bs-gutter-x: 0rem;
    }

    .header_title {
        font-size: 20px;
    }

    #Intro .title {
        font-size: 16px;
    }

    #Intro .box_Layout .box_Heading,
    #Intro .box_Layout .box_Heading_2,
    #Intro .box_Layout .content,
    .foot_Head_title {
        font-size: 14px !important;
    }

    #Intro .box_Layout .box_image img {
        width: 250px;
    }

    #mix_Layout .green_Bg .bor_right {
        border: none !important;
    }
}

.accordion {
    --bs-accordion-border-width: none;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A40023' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
    background-color: #faf2f4 !important;
    border-radius: 10px;
    font-size: 28px !important;
    font-weight: bold;
    /* text-align: center; */
    color: #A40023 !important;
    padding: 20px;
    margin: 40px 0;
    border: 2px solid #A40023;
    /* display: block; */
    /* width: 100%; */
    /*  */
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    /* background-color: var(--bs-accordion-btn-bg); */
    /* border: 0; */
    /* border-radius: 0; */
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";

    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    color: #A40023;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23A40023' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:focus {
    z-index: 0;
    border-color: #A40023 !important;
    outline: 0;
    box-shadow: none !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}

.accordion-body {
    padding: 0 !important;
}