@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

@font-face {
    font-family: 'IBMPlexSansArabic';
    src: url('../fonts/IBMPlexSansArabic-Regular.ttf');
}

* {
    font-family: "Cairo", serif;
    font-size-adjust: 0.46;
}


header.main_navbar {
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

.loggedin-holder {
    border-radius: 0 0 var(--bs-border-radius-2xl) var(--bs-border-radius-2xl);
}

.not-loggedin-holder {
    background: transparent !important;
}


.blured-header::before {
    background: unset;
    /* not sure */
    backdrop-filter: unset;
    /* not sure */
}

.slider-left-ribon {
    /* background-color: #3D9474; */
    left: unset;
    right: 0;
    top: 35%;
    transform: unset;
    border-radius: 50px 0 0 50px;
    padding-left: 5px;
    padding-right: 30px;
    animation: pulse 2s infinite;
}

#payment-dialogZ {
    top: 14%;
    z-index: 999999999999;
}

.initiative-slider ul.slick-dots li.slick-active button {
    height: 5px;
    width: 25px !important;
}

.home-container {
    margin-top: -115px !important;
}


.home-page-button-ribbon span {
    padding: 0 0.4em;
    font-size: 28px;
}

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

    .mobile-menu-area {
                margin-top: 0;
                float: unset;
    }

    body {
        background: #EFEFEF;
        /* color: #1F2937; */
    }

    header.main_navbar.blured-header .loggedin-holder {
        background-color: transparent !important;
    }

    header.fixed_top {
        position: relative !important;

    }

    .home-container {
        margin-top: .25rem !important;
        border-radius: var(--bs-border-radius-lg) !important;
    }

    .ham-menu-icon {
        left: unset;
        /* not sure */
        top: unset;
        /* not sure */
        position: unset;
        /* not sure */
    }

    ul.slick-dots li.slick-active button {
        height: 6px;
        width: 25px !important;
        /* not sure */
    }


    .slider-left-ribon {
        left: unset;
        /* not sure */
        right: -10%;
        bottom: unset;
        /* not sure */
        top: 10%;
        transform: unset;
        border-radius: 45px 0 0 45px;
        transition: right .3s ease;

    }

    .payment-dialogZ {
        top: 12% !important;
        z-index: 999999999999;
    }


    .slider-left-ribon img {
        left: 6px;
        right: unset;
        /* not sure */
    }

    .home-page-button-ribbon span {
        font-weight: 500 !important;
        font-size: 18px !important;
        /* line-height: 26px !important; */
        text-align: center !important;
        vertical-align: middle;
        padding: 0 13px 0 57px;
    }

}

.btn-outline-primary {
    --bs-btn-color: #3D9474;
    --bs-btn-border-color: #3D9474;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3D9474;
    --bs-btn-hover-border-color: #3D9474;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3D9474;
    --bs-btn-active-border-color: #3D9474;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #3D9474;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #3D9474;
    --bs-gradient: none;
}







.scroll-btn {
    display: block;
    z-index: 1;
}

.scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    /* font-size: 13px; */
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 28px;
    height: 44px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    /*rtl:ignore*/
    right: 9px;
    width: 6px;
    height: 6px;
    /*rtl:ignore*/
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    animation: ani-mouse 1.5s linear infinite;
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 70%;
    }

    50% {
        opacity: 0;
        top: 70%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}






.main-title {}

.w-fit {
    width: fit-content;
}

.progress-bar-linear-gradient-container {
    height: 8px;
    background: #EAECF0;
    position: relative;
    /* relative here */
    border-radius: 25px;

}

.progress-bar-linear-gradient-indicator {
    height: 100%;
    border-radius: 25px;
    /* this will do the magic */
    -webkit-mask: linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0);
}

.progress-bar-linear-gradient-indicator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #3D9474, #AFF4C6);
    /* your gradient here */
}

.text-sGray {
    color: #475467;
}

.text-new-primary {
    color: #3D9474;
}

.fw-900 {
    font-weight: 900;
}

.text-new-danger {
    color: #DC6803;
}








.feature-three {
    position: relative;
    background-color: var(--aofixo-white, #fff);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0 0 0;
}

.feature-three__item {
    position: relative;
    padding: 88px 20px 20px;
    border-radius: 20px;
    background-image: url(../images/shapes/feature-3-bg-shape.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
}

.feature-three__item__inner {
    position: relative;
    background-color: var(--aofixo-white, #fff);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.05));
    border-radius: 20px;
    padding: 0 30px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    background-blend-mode: luminosity;
}

.feature-three__item__image {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: -88px auto 10px;
    top: -14px;
    display: inline-block;
}

.feature-three__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.feature-three__item__icon {
    width: 68px;
    height: 68px;
    background-color: var(--aofixo-secondary, #E86125);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* font-size: 30px; */
    color: var(--aofixo-white, #fff);
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature-three__item__icon span {
    transition: all 0.6s ease;
}

.feature-three__item:hover .feature-three__item__icon span {
    transform: rotateY(180deg);
}

.feature-three__item__title {
    /* font-size: 24px; */
    /* line-height: 30px; */
    /* letter-spacing: -0.96px; */
    max-width: 195px;
    margin: 0 auto 15px;
}

.feature-three__item__text {
    line-height: 26px;
    margin: 0 0 23px;
}

.feature-three__item__rm {
    width: 92px;
    height: 52px;
    background-color: var(--aofixo-base, #E59E3A);
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 32px; */
    color: var(--aofixo-black, #223239);
    margin: 0 auto;
}

.feature-three__item__rm:hover {
    background-color: var(--aofixo-secondary, #E86125);
    color: var(--aofixo-white, #fff);
}





/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/
.funfact-one {
    background-color: var(--aofixo-black, #223239);
    position: relative;
    padding-top: 120px;
    padding-bottom: 194px;
}

@media (max-width: 767px) {
    .funfact-one {
        padding-top: 80px;
        padding-bottom: 150px;
    }
}

.funfact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--aofixo-black, #223239);
    background-size: cover;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.08;
}

.funfact-one__item {
    position: relative;
    text-align: center;
}

.funfact-one__item::before {
    content: "";
    width: 1px;
    height: 95%;
    background-color: var(--aofixo-white, #fff);
    position: absolute;
    top: 4px;
    right: -15px;
    opacity: 0.1;
}

.funfact-one__item:hover .funfact-one__icon {
    transform: rotateY(360deg);
}

.funfact-one__item--noborder::before {
    display: none;
}

.funfact-one__icon {
    /* font-size: 64px; */
    /* line-height: 64px; */
    color: var(--aofixo-base, #ffbe50);
    display: block;
    margin-bottom: 30px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.funfact-one__count {
    margin: 0;
    color: var(--aofixo-white, #fff);
    /* font-size: 35px; */
    /* letter-spacing: -1px; */
    line-height: 1;
}

@media (min-width: 768px) {
    .funfact-one__count {
        /* font-size: 50px; */
        /* letter-spacing: -2px; */
    }
}

.funfact-one__text {
    margin: 0;
    color: var(--aofixo-text-dark, #8e8787);
    /* font-size: 20px; */
    margin-top: 1px;
}

.funfact-two {
    background-color: var(--aofixo-black, #005247);
    position: relative;
    padding-top: 120px;
    padding-bottom: 110px;
}

@media (max-width: 767px) {
    .funfact-two {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.funfact-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--aofixo-black, #005247);
    background-size: cover;
    background-position: center center;
    mix-blend-mode: luminosity;
    opacity: 0.4;
}

.funfact-two__content {
    position: relative;
    z-index: 1;
}

.funfact-two__content .video-popup {
    width: 62px;
    height: 62px;
    background-color: var(--aofixo-base, #ffbe50);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-size: 12px; */
    color: var(--aofixo-black, #3D9474);
    transition: all 500ms ease;
    position: relative;
    z-index: 2;
    margin: 17px 0 69px;
}

@media (max-width: 767px) {
    .funfact-two__content .video-popup {
        margin: 0 0 35px;
    }
}

.funfact-two__content .video-popup__border-one {
    border: 1px solid rgba(var(--aofixo-white-rgb, 255, 255, 255), 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border-radius: 50%;
    animation: zoomBig 2s linear infinite;
    z-index: 1;
}

.funfact-two__content .video-popup__border-two {
    border: 1px solid rgba(var(--aofixo-white-rgb, 255, 255, 255), 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    border-radius: 50%;
    animation: zoomBig 3s linear infinite;
    z-index: 1;
}

.funfact-two__content .video-popup:hover {
    background-color: var(--aofixo-secondary, #E86125);
    color: var(--aofixo-white, #fff);
}

.funfact-two__content__shape {
    position: absolute;
    left: 93px;
    top: 34px;
    animation: carMove 4s linear infinite;
}

@keyframes carMove {

    0%,
    100% {
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        transform: rotate(-3deg) translateX(5px);
    }

    50% {
        transform: rotate(-6deg) translateX(10px);
    }
}

.funfact-two__content .sec-title {
    margin: 0;
    padding: 0;
}

.funfact-two__content .sec-title__tagline {
    color: var(--aofixo-base, #ffbe50);
    margin-bottom: 11px;
}

.funfact-two__content .sec-title__tagline::before {
    display: none;
}

.funfact-two__content .sec-title__title {
    color: var(--aofixo-white, #fff);
    /* font-size: 60px; */
    /* letter-spacing: -2.4px; */
}

@media (max-width: 1199px) {
    .funfact-two__content .sec-title__title br {
        display: none;
    }
}

@media (max-width: 991px) {
    .funfact-two__content .sec-title__title {
        /* font-size: 43px; */
        /* letter-spacing: -1px; */
    }

    .funfact-two__content .sec-title__title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .funfact-two__content .sec-title__title {
        /* font-size: 36px; */
        /* letter-spacing: -1px; */
        margin: 0 0 45px;
    }
}

.funfact-two__item {
    position: relative;
    background-color: var(--aofixo-base, #ffbe50);
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding: 43px 35px 43px 182px;
    min-height: 112px;
    margin-bottom: 10px;
}

.funfact-two__item:hover .funfact-two__icon i {
    transform: rotateY(180deg);
}

.funfact-two__item--color {
    background-color: var(--aofixo-secondary, #E86125);
    border-radius: 0 0 20px 20px;
}

.funfact-two__item--color .funfact-two__icon {
    background-color: var(--aofixo-white, #fff);
    color: var(--aofixo-black, #3D9474);
}

.funfact-two__item--color .funfact-two__text,
.funfact-two__item--color .funfact-two__count {
    color: var(--aofixo-white, #fff);
}

.funfact-two__icon {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: var(--aofixo-black, #3D9474);
    /* font-size: 64px; */
    color: var(--aofixo-white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.funfact-two__icon i {
    display: block;
    transition: all 0.6s ease;
}

.funfact-two__count {
    margin: 0;
    color: var(--aofixo-black, #3D9474);
    font-weight: 400;
    font-family: var(--aofixo-special-font, "Schoolbell", cursive);
    display: block;
    /* font-size: 50px; */
    line-height: 1;
}

.funfact-two__text {
    margin: 0;
    color: var(--aofixo-black, #3D9474);
    /* font-size: 18px; */
    line-height: 25px;
    font-weight: 600;
    margin-top: 6px;
    display: block;
}

/*
@keyframes zoomBig {
    0% {
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 1;
      border-width: 3px;
    }
    40% {
      opacity: 0.5;
      border-width: 2px;
    }
    65% {
      border-width: 1px;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-width: 1px;
    }
  } */


@keyframes pulse {
    0% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgb(250 154 42);
    }

    70% {
        /* transform: scale(1); */
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
    }

    100% {
        /* transform: scale(0.95); */
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    }
}







#footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(249, 249, 249, .98) !important;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .06);
    min-height: 60px;
    height: calc(62px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(62px + (env(safe-area-inset-bottom))*1.1);
    display: flex;
    text-align: center
}

#footer-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto
}

#footer-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: .7;
}

#footer-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2
}

#footer-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0;
    position: absolute;
    margin-left: 3px;
    color: #fff !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0;
    padding-left: 0 !important;
    border-radius: 18px;
    margin-top: 7px;
    /* font-size: 11px */
}

.footer-bar-2 .active-nav {
    color: #fff !important
}

.footer-bar-2 .active-nav strong {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0
}

.footer-bar-4 .active-nav {
    color: #fff !important
}

.footer-bar-4 .active-nav strong {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 60px;
    left: 50%;
    top: 30px;
    transform: translate(-50%, -50%);
    bottom: 0
}

.footer-bar-4 span {
    display: none !important
}

.footer-bar-4 i {
    padding-top: 10px
}

.footer-bar-5 .active-nav strong {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.footer-bar-3 span {
    display: none !important
}

.footer-bar-3 .active-nav {
    padding-top: 11px !important
}

.footer-bar-3 .active-nav span {
    display: block !important
}

.footer-bar-3 a {
    padding-top: 18px !important
}

.footer-menu-hidden {
    transition: all .1s ease;
    transform: translateY(100%) !important
}

.footer-bar-white * {
    color: #fff
}

#footer-bar.position-relative {
    z-index: 2 !important
}

.is-ios #footer-bar {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1)
}

.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block
}

.is-not-ios .footer {
    padding-bottom: 0
}

.is-not-ios #footer-menu a i {
    padding-top: 13px
}

.is-not-ios #footer-menu a span {
    opacity: .6
}

.footer-bar-scroll {
    display: block !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.footer-bar-scroll a {
    display: inline-block;
    width: 19.5%
}

.footer-bar-scroll.footer-bar-4 .active-nav strong {
    margin-top: 1px
}

.footer-bar-scroll.footer-bar-4 .badge {
    margin-left: -8px !important;
    margin-top: 14px !important
}

.footer-bar-scroll.footer-bar-3 .badge {
    margin-left: -7px !important;
    margin-top: 0 !important
}

.footer-bar-scroll.footer-bar-3 i {
    transform: translateY(-10px)
}

.footer-bar-scroll.footer-bar-3 .active-nav i {
    transform: translateY(0)
}


.f-payment-dialog {
    position: absolute;
    right: -150%;
    width: 100%;
    /* right: 0; */
    background-color: #ffffff;
    z-index: 55555;
    padding: 24px;
    border-radius: 0 0 0 1rem;
    /* width: 190px; */
    background-color: #ffffff;

    /* display: none; */
    transition: all 0.2s ease;
}

.payment-open .f-payment-dialog {
    position: relative;
    /* display: block !important; */
    width: 100%;
    right: 0;
    background-color: #ffffff;
    z-index: 55555;
    padding: 10px 24px;
    border-radius: 0 0 0 1rem;
    transition: all 0.2s ease;

}

.payment-open .slider-left-ribon {
    width: 100%;
    right: 0;
    border-radius: 1rem 0 0 0;
    transition: right .5s ease;
}


section.breadcrumb {
    background-color: #3D9474;
    --bs-breadcrumb-divider: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi40MjczNSAwLjkxMzYzOUM2Ljc0Njg3IDEuMjQyNSA2Ljc0Njg3IDEuNzc1NjkgNi40MjczNSAyLjEwNDU2TDIuNjQyMjYgNi4wMDAzMkw2LjQyNzM1IDkuODk2MDlDNi43NDY4NyAxMC4yMjUgNi43NDY4NyAxMC43NTgxIDYuNDI3MzUgMTEuMDg3QzYuMTA3ODMgMTEuNDE1OSA1LjU4OTc5IDExLjQxNTkgNS4yNzAyNyAxMS4wODdMMC45MDY2MzIgNi41OTU3OEMwLjU4NzExMiA2LjI2NjkyIDAuNTg3MTEyIDUuNzMzNzMgMC45MDY2MzIgNS40MDQ4N0w1LjI3MDI3IDAuOTEzNjM5QzUuNTg5NzkgMC41ODQ3NzcgNi4xMDc4MyAwLjU4NDc3NyA2LjQyNzM1IDAuOTEzNjM5WiIgZmlsbD0iIzk4OTg5QSIvPgo8L3N2Zz4K');
    --bs-breadcrumb-font-size: 1.125rem;
    position: relative;

    .breadcrumb-item {
        a {
            text-decoration: none;
            /* color:  #ffffff; */
        }
    }


    &::after {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.36;
        background-image: url('../images/pattern-jood.svg');
        /* background-repeat: repeat; */
        background-size: 80%;
        /* background-position: -8px, -24px; */
        /* z-index: -1;  */

    }

}

.shadow-app {
    box-shadow: 0px 13px 19px rgba(28, 76, 159, 0.058823529411764705);
}

.rounded-pill {
    border-radius: 2rem;
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover,
.form-control-borderless:active,
.form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-icon {
    color: #024D4C !important;
    /* font-size: 20px; */
    margin-bottom: 0;
}

.search-form-control::placeholder {
    color: #024D4C !important;
    opacity: 0.5;
}

.btn-search {
    background-color: #024D4C !important;
}

.badge-search {
    background-color: transparent !important;
    color: #024D4C !important;
    border: 1px solid #024D4C
}

.audience {
    margin-top: -7rem;
}

.audience-card {
    border-radius: 1rem;
    color: #00757F !important;
    border: 1px solid white !important;
    margin-bottom: 1rem !important;
    transition: all .3s ease;


}

.audience-selected {
    background-color: #00757F;
    color: white !important;
    border: 1px solid #00757F !important;

}

.audience .audience-check-circle {
    opacity: 0;
    transition: all .3s ease;

}

.audience-selected .audience-check-circle {
    opacity: 1;
    transition: all .3s ease;

}

.audience-selected img {
    filter: brightness(0) invert(1);
}

.audience-check-circle {
    top: 4px;
    left: 4px;
    position: absolute;
    padding: 12px;
    /* font-size: 20px; */
    transition: all .3s ease;

}

.audience-card:hover {
    cursor: pointer;
    border: 1px solid #00757F !important;
    /* color:  white !important; */
    /* opacity: 0.8 !important; */
}

.audience-card:hover .audience-check-circle {
    opacity: 1;
}





.service-card {
    border-radius: 0.7rem;

    width: 100%;
    height: 300px;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 13%);
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all .5s ease;
}

.service-card:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #3D9474;
    right: 0;
    bottom: -300px;
    border-radius: 0px;
    transition: all .5s ease;
}

.service-card .serv-icon {
    padding: 60px 0 0;
    height: 130px;
    position: relative;
    opacity: 1;
    text-align: center;
    transition: all .5s ease;
}

.service-card img {
    display: inline-block;
    max-height: 75px;
    max-width: 170px;
}

.service-card img {
    display: inline-block;
    max-height: 75px;
    max-width: 170px;
}

.service-card h5 {
    padding: 0 5px;
    /* font-size: 1em; */
    margin-top: 34px;
    margin-bottom: 34px;
    text-align: center;
    transition: all .5s ease;
    color: #666;
    position: relative;
}

.service-card p {
    position: relative;
    text-align: center;
    padding: 5px 20px;
    padding-top: 10px;
    opacity: 0;
    transition: all .3s ease;
    /* font-size: 13px; */
    color: #fff;
}

.service-card .service-btn-wrapper {
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    z-index: 2;
    overflow: hidden;
    bottom: 0;
}

.service-card .service-btn-wrapper .serv-btn {
    text-align: center;
    color: #fff;
    border-radius: 0.8rem;
    width: 75%;
    margin: 0 1%;
    height: 40px;
    background: #3D9474;
    position: relative;
    display: inline-grid;
    place-content: center;
    transition: all .3s ease;
    font-size: medium;
    opacity: 1;
    margin-top: 5px;
}

.service-card .service-btn-wrapper .serv-link {
    background: transparent;
    color: #3D9474;
}

.service-card:hover .service-btn-wrapper .serv-btn {
    color: #3D9474;
    background: #fff;
}

.service-card:hover .service-btn-wrapper .serv-link {
    color: #fff;
    background: transparent;
}

.service-card:hover {
    box-shadow: 0px 18px 35px 0px rgba(0, 0, 0, 0.13);
}

.service-card:hover:before {
    bottom: 0;
}

.service-card:hover .serv-icon {
    margin-top: -130px;
    opacity: 0;
}

.service-card:hover h5 {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 8px;
}

.service-card:hover p {
    transition-delay: .2s;
    opacity: 1;
    padding-top: 5px;
}

.service-card:hover .serv-btn {
    transition-delay: .1s;
    opacity: 1;
    /* margin-top: 18px; */
}

.service-card a:hover {
    text-decoration: none;
}

.main-btn {
    border-radius: 1rem;
    background-color: #00757F;
    border-color: #00757F;
    color: white;
}

/* .main-btn:hover {
    background-color: #00747fbd;
    border-color: #00747fbd;
    color: white;
} */

.main-btn:active {
    background-color: #00757F;
    border-color: #00757F;
    color: white;
}

.card-info {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 13%);
    height: calc(100% - 3rem);
}

.card-info h5 {
    font-size: 1em !important;
}

img.w-25 {
    max-width: 84px;
}


.navbar-nav .nav-item .nav-link {
    border-bottom: 4px solid transparent;
    padding-bottom: 12px;
    line-height: unset;

}


/* .lg > | Large devices and up (desktops) 992px and up */
@media (max-width: 992px) {
    .funfact-two.rounded-4 {
        border-radius: 0 !important;
    }
}

.lf-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    /*background: radial-gradient(ellipse at center, transparent 0, #333 100%);*/
    z-index: 100;
}

.slider-data {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 100;
}

.slider-data-title {
    margin-top: 24%;
}
.slider-data-description {
    margin-top: 1em;
}

.slider-data-button {
    margin-top: 1.5em;
}

.campaign-icon-image {
    top: unset;
    left: unset;
}
.slick-track
{
    display: flex !important;
    margin-bottom: 12px;
}

.slick-slide
{
    height: inherit !important;
}




#mobile-app {
    margin-top: 120px;
}
.home-download-image{
    display: flex;
    margin-top: -100px;
}
.home-download-image img {
    max-height: 370px;
    width: auto;
    margin: auto;
    -webkit-animation: mobile-vertical-ride 10s infinite alternate;
    animation: mobile-vertical-ride 10s infinite alternate
}

@keyframes mobile-vertical-ride {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* quick payment changes */
@media only screen and (max-width: 1024px) and (min-width: 821px)   {

    .payment-open .f-payment-dialog {
        padding: 12px 24px;
    }
    .payment-open .f-payment-dialog .row.g-3 {
        --bs-gutter-y: 0.8rem;

    }
}


.payment-dialogZ.payment-open .quick-payment-icon {
    display: none;
}

.payment-dialogZ.payment-open .close-payment-icon {
    display: block;
}

.payment-dialogZ .close-payment-icon {
    display: none;
}

.slider-left-ribon img {
    height: 52px;
    width: 52px;
}
.home-page-button-ribbon span {
    font-size: 1.5rem;
    line-height: normal;
}

.home-page-button-ribbon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .slider-left-ribon img {
        height: 36px;
        width: 36px;
    }

}
@media only screen and (max-width: 767px) {
    .slider-left-ribon img {
        height: 36px;
        width: 36px;
    }

}


@media screen and (max-width: 425px) {
    .no-scroll {
        overflow: hidden;
    }
}


@media only screen and (max-width: 1024px)  and (max-height: 699px) {
    #payment-dialogZ.payment-open {
        top: 4%;
    }
    .f-payment-dialog {
        max-height: 70vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 339px) {
    .payment-dialogZ {
        max-width: 92vw !important;
    }

}

@media  (max-height: 700px) {
    .f-payment-dialog {
        max-height: 70vh;
        overflow-y: auto;
    }
}




.invoice-back{
    background: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    background-color: unset;
}

.bg-jood {
    background: url(../images/bg-invoice-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 50%;
    background-color: #fff;
}

.campaign-img-overlay  {
    position: absolute;
    overflow: hidden;
    top: 0.5rem;
    right: 0.5rem;
    bottom:0.5rem;
    left: 0.5rem;
    border-radius:1rem;
    background: radial-gradient(ellipse at center, transparent 0, #333333a6 100%);
  }



  .payment-selection-button .amount-btn {
    padding: 0.4rem 0.4rem;
  }

  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .col.completed .position-relative {
    opacity: 0.88;
  }
  @media (max-width: 480px) {
        .mobile-font {
            font-size: 1rem!important;
        }
   }

.dayem-amount , .period-button {
    border: 1px solid #3d947426!important;
}

  @media (max-width: 520px) {
        .dayem-amount{
            font-size: 0.70rem!important;
        }
   }


   #campaignsFormButton {
    font-size: unset;
    line-height: unset;
    height: fit-content;
   }



body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
    margin-top: auto;
}


.container.benifit .description p {
    text-align: justify;
}


@media only screen and (max-width: 767px) {
    .initiative-container .card-img-right {
        height: unset;
    }
}

.initiative-container.partner .card-body {
    display: flex;
    flex-direction: column;
}
.centered-buttons {
    margin-top: auto !important;
}


.initiative-container:not(.profile) .nav-link:hover, .nav-link > li:hover {
    border-bottom: none !important;
}
.initiative-container:not(.profile) .nav-link > li:hover span p {
    border-color:  #3D9474 !important;
}

.initiative-container:not(.profile)  .nav-link:hover > span p {
    border-bottom: 5px solid #3D9474 !important;
    transition: border-color .15s ease-in-out;
}



@media only screen and (max-width: 767px) {
    .about-us-container h3 {
        margin: 0 0;
    }
}



.profile-transaction-area .nav-tabs .nav-link.active {
    background: #3D9474 !important;
}

.about-us-first-section-description {
    letter-spacing: normal;
}
