/* colors */
.color-p3{
    color: #178C48;
}
.color-b1{
    color: #3D3D3D;
}
.color-b2{
    color: #666666;
}
.color-b3{
    color: #7A7A7A;
}
.color-b4{
    color: #8F8F8F;
}
.color-b6{
    color: #B8B8B8;
}
.color-b7{
    color: #CCCCCC;
}
.color-b8{
    color: #E0E0E0;
}
.color-b9{
    color: #F5F5F5;
}
.text-b3{
    color: var(--b3);
}
.text-b4{
    color: #8F8F8F;
}

/* backgrounds */
.bg-b7 {
    background-color: #CCCCCC;
}
.bg-b8{
    background-color: #E0E0E0;
}
.bg-b9{
    background-color: #F5F5F5;
}
.bg-p3{
    background-color: #33be6d;
}
/* font size */
.fs-7{
    font-size: .875rem;
}
.fs-8{
    font-size: .75rem;
}
.fs-h1{
    font-size: 3.25rem;
}
.fs-h3{
    font-size: 2.25rem;
}
.fs-h4{
    font-size: 1.75rem;
    margin-bottom: 0;
}
.fs-h5{
    font-size: 1.5rem;
    font-weight: 600;
}
.fs-h6{
    font-size: 1.25rem;
    font-weight: 600;
}
.fs-sub{
    font-size: 1.25rem;
}
.fs-bd1{
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.fs-bdb1{
    font-size: 1rem;
    font-weight: 600;
}
.fs-bd2{
    font-size: .725rem;
    font-weight: 400;
}
.fs-bdb2{
    font-size: .725rem;
    font-weight: 500;
}
.fs-btn1{
    font-size: .725rem;
    padding: .25rem .5rem;
}
.fs-btn2{
    font-size: .875rem;
    padding: .25rem .75rem;
    padding: .25rem .75rem;
}

/* button */
.btn-pr {
    background-color: #178C48 !important;
    border-radius: .5rem !important;
    color: #EEFFF5 !important;
    font-size: 1rem !important;
    padding: 0.25rem 1rem !important;
}
a.btn1{
    transition: all .5s ease-in-out;
}
a.btn1:hover{
    background-color: #ffff;
    box-shadow: 0 0 .25rem #BEBEBE;
    border-radius: .5rem;
}
.btn-2 {
    display: flex;
    justify-content: center !important;
    gap: .5rem !important;
    align-items: center !important;
    border: 1px solid #CCCCCC !important;
    border-radius: .5rem !important;
    padding: .25rem 1.25rem !important;
    margin-top: .5rem;
    background: white !important;
    color: #7A7A7A !important;
}

.sec-main {
    border-radius: 1rem;
    margin-top: 1.5rem;
    overflow: hidden;
    line-height: 2;
    z-index: 99;
}

/* position */
.end-40{
    position: absolute;
    left: 2.5rem;
}

/* size */
.w-48{
    width: 3rem;
}
.h-48{
    height: 3rem;
}
.h-24{
    height: 1.5rem;
}