:root {
    --bg-light: #eff2f8;
    --main-color-dark: #096c34;
    --main-color: #0e9b4b;
    --main-color-light: #3eaf6f;
    --sub-color: #fbaf1b;
    --bg-main-dark: #096c34;
    --bg-main: #0e9b4b;
    --bg-main-light: #3eaf6f;
    --bg-sub: #fbaf1b
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important
    }

    .h-sm-25 {
        height: 25% !important
    }
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important
    }

    .h-sm-50 {
        height: 50% !important
    }
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important
    }

    .h-sm-75 {
        height: 75% !important
    }
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important
    }

    .h-sm-100 {
        height: 100% !important
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important
    }

    .h-md-25 {
        height: 25% !important
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important
    }

    .h-md-50 {
        height: 50% !important
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important
    }

    .h-md-75 {
        height: 75% !important
    }
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important
    }

    .h-md-100 {
        height: 100% !important
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important
    }

    .h-lg-25 {
        height: 25% !important
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important
    }

    .h-lg-50 {
        height: 50% !important
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important
    }

    .h-lg-75 {
        height: 75% !important
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important
    }

    .h-lg-100 {
        height: 100% !important
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important
    }

    .h-xl-25 {
        height: 25% !important
    }
}

@media (min-width: 1200px) {
    .w-xl-50 {
        width: 50% !important
    }

    .h-xl-50 {
        height: 50% !important
    }
}

@media (min-width: 1200px) {
    .w-xl-75 {
        width: 75% !important
    }

    .h-xl-75 {
        height: 75% !important
    }
}

@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important
    }

    .h-xl-100 {
        height: 100% !important
    }
}

@media (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important
    }

    .h-xxl-25 {
        height: 25% !important
    }
}

@media (min-width: 1400px) {
    .w-xxl-50 {
        width: 50% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }
}

@media (min-width: 1400px) {
    .w-xxl-75 {
        width: 75% !important
    }

    .h-xxl-75 {
        height: 75% !important
    }
}

@media (min-width: 1400px) {
    .w-xxl-100 {
        width: 100% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

a {
    text-decoration: none;
    color: inherit
}

a.link-df,
.render-content a {
    text-decoration: underline;
    color: #136ffe
}

.text-red,
.error {
    color: red
}

.text-uc {
    text-transform: uppercase
}

.text-lc {
    text-transform: lowercase
}

.text-ct {
    text-transform: capitalize
}

.of-h {
    overflow: hidden
}

.no-border {
    border: 0 !important;
    box-shadow: none !important
}

.fit-content {
    width: fit-content
}

.tranform-none {
    transform: none !important
}

.bg-main-dark {
    background-color: var(--bg-main-dark)
}

.bg-main {
    background-color: var(--bg-main)
}

.bg-main-light {
    background-color: var(--bg-main-light)
}

.bg-sub {
    background-color: var(--sub-color)
}

.text-main {
    color: var(--main-color)
}

.text-justify {
    text-align: justify
}

.text-sub {
    color: var(--sub-color)
}

.text-middle {
    display: flex;
    align-items: center
}

.border-custom {
    border: 1px solid #00b0ae
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.h7,
.fs-7 {
    font-size: .75rem
}

.ps-r {
    position: relative
}

.ps-a {
    position: absolute
}

.ps-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.form-floating.form-floating-sm>.form-control,
.form-floating.form-floating-sm>.form-control-plaintext,
.form-floating.form-floating-sm>.form-select {
    height: calc(3rem + var(--bs-border-width) * 2);
    min-height: calc(3rem + var(--bs-border-width) * 2);
    line-height: 1
}

.form-floating.form-floating-sm>.form-control-plaintext~label:after,
.form-floating.form-floating-sm>.form-control:focus~label:after,
.form-floating.form-floating-sm>.form-control:not(:placeholder-shown)~label:after,
.form-floating.form-floating-sm>.form-select~label:after {
    height: 1.25em
}

.form-floating.form-floating-sm>label {
    top: -3px;
    padding: .875rem
}

.btn-search {
    background-color: var(--main-color);
    color: #fff
}

.btn-search:hover {
    background-color: var(--sub-color);
    color: #fff
}

.accordion-button {
    cursor: pointer
}

.btn-custom {
    background-color: var(--bg-main);
    padding: 6px 18px;
    color: #fff;
    border-radius: 18px;
    font-weight: 600
}

.btn-custom:hover {
    background-color: var(--bg-sub);
    color: #fff
}

.img-res {
    overflow: hidden;
    position: relative;
    padding-top: 100%
}

.img-res img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.box-orient,
.line-clamp-4,
.line-clamp-3,
.line-clamp-2,
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.pagination .page-link {
    color: #000
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: var(--bg-main);
    border-color: var(--bg-main);
    color: #fff
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.call-now {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 266666600 !important
}

.btn-register-link {
    background: #00b1af;
    line-height: 1.3;
    padding: .8em 1em;
    cursor: pointer;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 10px;
    width: 300px
}

.mh-contact {
    background-color: transparent;
    cursor: pointer;
    height: 110px;
    visibility: visible;
    width: 110px
}

.mh-alo-ph-circle {
    background-color: transparent;
    border: 2px solid #ff8114;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 16px;
    height: 85px;
    width: 84px;
    opacity: .5
}

.mh-alo-ph-circle-fill {
    background-color: #ff811480;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 28px;
    opacity: .75 !important;
    position: absolute;
    top: 28px;
    transition: all .5s ease 0s;
    width: 60px
}

.mh-img-circle {
    background: #ff8114;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    opacity: .7;
    position: absolute;
    top: 38px;
    left: 39px;
    transform-origin: 50% 50% 0;
    transition: all .2s ease-in-out 0s;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center
}

.b21_donate {
    background-color: #f2f2f2
}

.b21_donate h2 {
    height: 77px
}

.booking-box-bottom {
    position: fixed;
    bottom: 375px;
    right: 10px;
    z-index: 99
}

.booking-box-bottom a {
    color: var(--sub-color)
}

.contact-box-bottom {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 99;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (min-width: 767px) {
    .contact-box-bottom {
        right: 10px
    }
}

.contact-box-bottom .contact-box-wrapper {
    display: block;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 5px 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000014;
    color: #000;
    width: fit-content;
    margin-left: auto;
    font-size: .875rem
}

@media (min-width: 767px) {
    .contact-box-bottom .contact-box-wrapper {
        padding: 8px 10px;
        font-size: 1rem
    }
}

.contact-box-bottom .contact-box-wrapper .contact-icon-box {
    display: block;
    text-align: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5
}

.contact-info span {
    color: #868686;
    font-size: 12px;
    display: block
}

.grecaptcha-badge {
    visibility: hidden !important
}

:root {
    --bg-light: #eff2f8;
    --main-color-dark: #027aca;
    --main-color: #03999e;
    --main-color-light: #35adb1;
    --bg-main-dark: #026b6e;
    --bg-main: #03999e;
    --bg-main-light: #35adb1;
    --sub-color: #fbaf1b;
    --bg-sub: #fbaf1b;
    --white: #fff
}

.pulse {
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

main#landing {
    font-family: Montserrat, sans-serif
}

main#landing .sec_title {
    color: #2bb2b4;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5
}

@media (min-width: 567px) {
    main#landing .sec_title {
        font-size: 1.5rem
    }
}

@media (min-width: 767px) {
    main#landing .sec_title {
        font-size: 1.75rem
    }
}

main#landing .image-block {
    box-shadow: #0003 0 0 30px -10px;
    padding: 1rem;
    height: 100%
}

@media (min-width: 767px) {
    main#landing .image-block {
        padding: 1.5rem
    }
}

main#landing .image-block p {
    min-height: 76px
}

main#landing .btn-custom {
    background: var(--bg-main);
    padding: 6px 18px;
    color: #fff;
    border-radius: 0;
    font-weight: 600
}

main#landing .btn-custom:hover {
    background: #c87d3d;
    color: #fff
}

main#landing .text-main {
    color: var(--main-color)
}

main#landing .text-secondary {
    color: #000
}

main#landing .bg-main {
    color: var(--bg-main)
}

main#landing p,
main#landing ul li {
    font-size: .875rem;
    line-height: 1.2
}

main#landing .title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--main-color)
}

main#landing .title-light {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--main-color-light)
}

main#landing .title-sub {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--sub-color)
}

@media (min-width: 767px) {

    main#landing p,
    main#landing ul li {
        font-size: 1rem;
        line-height: 1.6
    }

    main#landing .title {
        font-size: 1.75rem
    }
}

main#landing .table thead tr td {
    background-color: var(--bg-main);
    color: var(--white)
}

main#landing .table ul {
    margin-bottom: 0
}

main#landing .table ul li {
    margin-bottom: .25rem
}

main#landing .card-list .step {
    background: linear-gradient(90deg, var(--bg-main), var(--bg-main-dark));
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column
}

@media (min-width: 992px) {
    main#landing .card-list .step {
        flex-direction: row
    }
}

main#landing .card-list .step-icon {
    flex-shrink: 0;
    background-color: #fff;
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

main#landing .card-list .step-content h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

main#landing .card-list .step-content p {
    margin: 0;
    font-size: 14px
}

main#landing .card-list .card {
    flex: 1;
    background-color: var(--bg-main);
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: .5rem;
    box-shadow: 0 4px 6px #0000001a;
    transition: transform .2s, box-shadow .2s
}

main#landing .card-list .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px #0003
}

main#landing .card-list .card .card-body {
    margin-bottom: 0
}

main#landing .custom-block {
    background-color: var(--bg-main);
    width: fit-content;
    margin: 0 auto;
    padding: .5rem 2rem;
    border-radius: 1.875rem;
    text-shadow: rgb(176, 141, 81) 1px 2px 3px
}

@media (min-width: 767px) {
    main#landing .custom-block {
        padding: .75rem 2.25rem
    }
}

main#landing .wrap-section {
    background-color: #f2fbee
}

main#landing .block_form2 {
    background-image: linear-gradient(#d2eaea, #e7f7e1)
}

main#landing .block_form2 .p1 {
    font-size: 1.375rem;
    color: var(--white)
}

main#landing .block_form2 .wrap-form {
    background-image: linear-gradient(90deg, #00b2b4, #4eba6f);
    border-radius: 1rem;
    box-shadow: #000 0 15px 14px -15px
}

main#landing .block_form2 ul li {
    margin-bottom: .5rem
}

main#landing .block_form2 .btn-custom {
    background: #fcfcfc;
    padding: 6px 18px;
    color: #03999e;
    border-radius: 0;
    font-weight: 600
}

main#landing .block_form2 .btn-contact-submit {
    border-radius: 1rem;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

main#landing .block_form3 .image-wrap {
    position: relative;
    margin-top: 2rem
}

main#landing .block_form3 .image-wrap .image-box {
    position: absolute;
    top: -.5rem;
    left: 0;
    overflow: hidden;
    border: 2px solid #55e68b;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

main#landing .block_form3 .image-wrap .image-box.right-box {
    left: auto;
    right: 0
}

main#landing .block_form3 .image-wrap .text-box {
    background-image: linear-gradient(90deg, #03999e, #0a3b3d);
    color: #fff;
    font-weight: 700;
    border: 2px solid #0f772e;
    border-radius: 11px;
    padding: 1.25rem 0
}

main#landing .block_form3 .image-wrap.left-box {
    padding-left: 3rem;
    padding-right: 1rem
}

main#landing .block_form3 .image-wrap.left-box .text-box {
    padding-left: 3.5rem;
    padding-right: 2rem
}

main#landing .block_form3 .image-wrap.right-box {
    padding-left: 1rem;
    padding-right: 3rem
}

main#landing .block_form3 .image-wrap.right-box .text-box {
    padding-left: 2rem;
    padding-right: 3.5rem
}

main#landing .block_form3 .wrap-form {
    background-image: linear-gradient(90deg, #03999e, #0a3b3d);
    border-radius: 1rem;
    box-shadow: #000 0 15px 14px -15px
}

main#landing .block1 {
    background-image: linear-gradient(#d3ebeb, #e6f7e1)
}

main#landing .block1 h1 {
    color: var(--main-color);
    font-size: 1.75rem;
    font-weight: 700
}

main#landing .block1 h3 {
    color: #03595d;
    font-size: 3.75rem;
    font-weight: 700;
    font-family: Oswald, sans-serif
}

main#landing .block1 .span1 {
    font-size: 1.5rem;
    font-weight: 500;
    align-self: end;
    color: #000
}

main#landing .block1 .free {
    display: block;
    font-size: 1rem;
    margin-left: .25rem;
    line-height: 1.2;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    color: #08474a
}

main#landing .block1 .free span {
    font-size: 1.75rem;
    color: #f88a94;
    font-weight: 600
}

main#landing .block1 .h3p {
    font-size: 1.625rem
}

main#landing .block1 .custom-block {
    font-family: Dancing Script, cursive;
    font-size: 1.5rem;
    padding: .25rem 2rem
}

@media (min-width: 992px) {
    main#landing .block1 h1 {
        font-size: 1.5rem
    }

    main#landing .block1 h3 {
        font-size: 2.25rem
    }

    main#landing .block1 .free {
        display: block;
        font-size: 1.875rem;
        margin-left: .25rem
    }

    main#landing .block1 .free span {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    main#landing .block1 h1 {
        font-size: 1.875rem
    }

    main#landing .block1 h3 {
        font-size: 3rem
    }
}

main#landing .block2 .box-image {
    border: 10px solid #3ba7aa
}

main#landing .block2 .image-block {
    box-shadow: #0003 0 0 30px -10px;
    padding: 1rem
}

@media (min-width: 767px) {
    main#landing .block2 .image-block {
        padding: 1.5rem
    }
}

main#landing .block2 ul li {
    margin-bottom: .75rem
}

main#landing .block3 .custom-block {
    background-image: radial-gradient(circle, #37b45f, #028b92);
    font-size: 2rem;
    padding: .75rem 5rem;
    border-radius: 2.5rem;
    color: #fff
}

main#landing .block3 .image-block {
    box-shadow: #0003 0 0 30px -10px;
    border-radius: 3.5rem;
    padding: .875rem;
    background-image: linear-gradient(#fff, #e5e6e6);
    box-shadow: #3f3f3f -11px 15px 20px -15px;
    height: 100%
}

main#landing .block3 .image-block img {
    border-radius: 3rem
}

main#landing .block3 .image-block p {
    min-height: 76px
}

main#landing .block3 ul li {
    margin-bottom: 1rem
}

main#landing .block3 .number {
    position: relative
}

main#landing .block3 .number__content {
    background-color: #fff;
    border: 2px solid #1eb15a;
    border-radius: 44px;
    padding: 1.5rem
}

main#landing .block3 .number__content h3,
main#landing .block3 .number__content p {
    font-size: .875rem;
    line-height: 1.4
}

main#landing .block3 .number__content h3 {
    color: #1eb15a;
    font-weight: 600
}

main#landing .block4 .wrap-container {
    border: 5px solid #55e48a;
    border-radius: 12px;
    background-image: radial-gradient(circle, #f1f3f4, #bfeff0)
}

main#landing .block4 .title {
    color: #028b92;
    font-weight: 700;
    font-size: 2.5rem
}

main#landing .block4 .title-desc {
    font-size: 1.25rem;
    color: #028b92
}

main#landing .block4 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #114e8f
}

main#landing .block4 .video {
    border: solid 8px rgb(204, 226, 207)
}

main#landing .block6 ul li {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

main#landing .block6 .btn-custom {
    background: #fcfcfc;
    padding: 6px 18px;
    color: #03999e;
    border-radius: 0;
    font-weight: 600
}

main#landing .block8 .box-image {
    border: 10px solid #3ba7aa
}

main#landing .block8 .p2 {
    font-family: Dancing Script, cursive
}

main#landing .block8 .image-block {
    box-shadow: #0003 0 0 30px -10px;
    padding: 1rem
}

@media (min-width: 767px) {
    main#landing .block8 .image-block {
        padding: 1.5rem
    }
}

main#landing .block8 .image-block p {
    min-height: 76px
}

main#landing .block8 ul li {
    margin-bottom: 1rem
}

main#landing .block9 .box-image {
    border: 10px solid #3ba7aa
}

main#landing .block9 .p2 {
    font-family: Dancing Script, cursive
}

main#landing .block9 .image-block {
    box-shadow: #0003 0 0 30px -10px;
    padding: 1rem
}

@media (min-width: 767px) {
    main#landing .block9 .image-block {
        padding: 1.5rem
    }
}

main#landing .block9 .image-block p {
    min-height: 76px
}

main#landing .block9 ul li {
    margin-bottom: 1rem
}