body {
    font-family: "Outfit", sans-serif;
}


/*********Branding**************/

:root {
    --main-color: #C0FF65;
    /* --main-color2: #1C3E61; */
    --main-color2: #07182a;
    --main-color3: #fbd45a;
    --secondary-color: #F9F4E8;
    /* --secondary-color: #f4f4f4; */
    --body-bg: #fff;
    --h-font: 'Nunito', sans-serif;
    --p-font: 'Manrope', sans-serif;
    --top-font: 'Caveat', cursive;
    --h-color: #1e3869;
    --p-color: #333d47;
}

.heading-style {
    color: #1D1D1D;
    font-family: Outfit;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.theme-btn {
    border-radius: 16px;
    border: 1px solid #C0FF65;
    background: #C0FF65;
    padding: 18px 26px;
    text-decoration: none;
    color: #1C1C1C;
    font-weight: 600;
}

.theme-btn:hover {
    border-radius: 16px;
    border: 1px solid #C0FF65;
    background: #C0FF65;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.theme-btn-border {
    border-radius: 16px;
    border: 1px solid #C0FF65;
    padding: 15px 25px;
    text-decoration: none;
    color: #1C1C1C;
    font-weight: 600;
}

.theme-btn-border:hover {
    border: 1px solid #C0FF65;
    background: #1D1D1D;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.logo-style {
    color: #1D1D1D;
    font-size: 24.8px;
    font-style: normal;
    font-weight: 600;
}

.sub-heading-style {
    color: #6C757D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

.btn-light-set {
    color: #1D1D1D;
    border: 1px solid #1D1D1D;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 10px;
    border-radius: 16px;
    background: #fff;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.img-100 {
    width: 100%;
}


/**********Navigation*******************/

.navbar-style-set {
    padding: 20px 0px;
    border-bottom: 1px solid #F5F5F5;
    background: #FFF;
}

#mynavbar ul {
    align-items: center;
    gap: 10px;
}


/**********6 Icons section*******************/

.sec-charity {
    background: #F5F5F5;
}

section.sec-charity h4 {
    margin-bottom: 30px;
    font-size: 12px;
    color: #B9B9B9;
    font-weight: 600;
    text-transform: uppercase;
}

.icons-setion-top {
    padding: 20px 0px;
}

.icon-div-set i {
    border: 1px solid #D3D3D3;
    border-radius: 50px;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    fill: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.10));
}

.icon-div-set i img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon-div-set {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-div-set h5 {
    padding-top: 8px;
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 500;
    margin: 0;
}

.set-slide-div {
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
}


/**********Map Section*******************/

.sec-two-map {
    background: white;
    padding: 100px 0px;
}

.map-image-main-area img {
    margin: 0 auto;
    display: table;
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.sec-map-div-content {
    width: 90%;
}

.sec-map-div-content h1 {
    padding-bottom: 20px;
}

.sec-map-div-content p {
    padding-bottom: 40px;
}

.sec-map-div-content .heading-main-banner:after {
    content: none;
}

.heading-main-banner{
    font-size: 48px;
}

/**********Five Icons Section*******************/

.five-icon-row-div {
    border-radius: 16px;
    background: var(--Theme-Gradient, linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%));
    box-shadow: 0px 10px 25px 0px rgba(33, 52, 48, 0.08);
}

.icon-container img {
    background: #c0ff65;
    padding: 15px;
    border-radius: 50%;
    width: 70px;
}

.icon-container h5 {
    font-size: 16px;
    font-weight: 400;
}


/**********Campaign Section*******************/

.live-campaign-section {
    padding: 50px 0px;
}

.campaign-section {
    margin-top: 50px;
}

.campaign-heading {
    font-size: 40px;
    color: #1D1D1D;
    font-weight: 600;
    margin-bottom: 45px;
}

.campaign-subheading {
    color: #6C757D;
    padding-bottom: 24px;
}

.campaign-card {
    padding: 12px;
    margin-top: 20px;
    border-radius: 22px;
    border: 2px solid #FAFAFA);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%));
}

.campaign-image img {
    width: 100%;
    height: 210px;
    border-radius: 10px;
}

.campaign-image span {
    background: #1D1D1D;
    padding: 4px 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #C0FF65;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
}

.campaign-title {
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 700;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.percent-completed {
    height: 24px;
    margin-bottom: 16px;
}

.campaign-info {
    color: grey;
    margin-bottom: 0;
}

.campaign-info .campaign-number {
    font-weight: bold;
    color: #1D1D1D;
    padding: 0px 4px;
}

.campaign-progress-bar {
    background-color: #FFCF4E;
}

.campaign-progress-labels {
    margin-top: 16px;
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
}

.campaign-progress-labels p.raised {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.campaign-progress-labels p.funded {
    font-weight: 500;
    color: black;
    margin: 0;
    font-size: 16px;
}

.campaign-button {
    margin-top: 16px;
    background-color: #C0FF65;
    color: #1D1D1D;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
}

.campaign-button:hover {
    color: #ffffff;
    background: #C0FF65;
}


/**********Charity Section*******************/

/**********Charity Section*******************/

.section-charity {
    padding: 100px 0px;
}

.donaition-buttons button {
    padding: 8px 12px;
    border-radius: 8px;
}

.donaition-buttons ul {
    gap: 12px;
}

.donaition-buttons button.dark-button {
    background: #1D1D1D;
    color: #fff;
}

.tabs-cust-btn.nav-pills .nav-link.active {
    background: #bcfa63;
    border-color: #bcfa63;
}

.tabs-cust-btn.nav-pills .nav-link {
    background: transparent;
    color: #1D1D1D;
    border: 1px solid var(--Theme-Dark, #1D1D1D);
}

.accordion-header {
    margin-top: 25px;
}

.donaition-buttons button.light-button {
    margin-left: 10px;
    background: transparent;
}

.mb-32 {
    margin-bottom: 32px;
}

.donaition-buttons {}

.ramadan-set-h4 {
    color: #1D1D1D;
    font-family: Outfit;
    font-size: 24px;
}

.ramadan-set-p {
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    width: 70%;
}

.donation-form input {
    color: #1D1D1D;
    font-weight: 600;
}

.charity-image img {
    width: 100%;
}

.charity-image {
    padding: 0;
}

.set-charity-row {
    background: #F8F9FA;
    border-radius: 12px;
}

.charity-content-set {
    padding-left: 40px;
}

/**********Community Section*******************/

.sec-map-div-content h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #FFCF4E;
    margin-top: 10px;
    border-radius: 2px;
}

.sec-community {
    padding: 100px 0px;
}

.list-set {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    /* Add some spacing between the list items if needed */
}

.list-icon {
    margin-right: 10px;
    width: -1px;
    background: #c0ff65;
    border-radius: 50%;
    padding: 6px;
    width: 30px;
}

.list-set p {
    margin: 0;
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 400;
}


/*********Carousel Slider***********/

.button-div-set-slider {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.btn-carousel-slider-set {
    border-radius: 60px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 60px;
    height: 60px;
}


/*********Testimonial BG***********/

.testi-bg {
    background: url(../images/bg-testi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 100px 0px;
}

.test-content-set {
    padding-left: 50px;
}

.testimonial-img-wrapper {
    position: relative;
    top: -150px;
}

.testi-client-name {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 500;
}

.testi-client-designation {
    color: #6C757D;
    font-size: 16px;
    font-weight: 400;
}


/***********CTA Section**************/

.cta-section {
    background-color: #b9ff4d;
    padding: 150px 0px 50px 0px;
}

.cta-content {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    position: absolute;
    top: -300px;
    /* Move white box upwards */
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Add shadow for elevated effect */
    background: url('../images/act-sec-bg.png');
    padding: 40px !important;
}

.cta-content h2 {
    text-align: left;
}

.cta-content h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #FFCF4E;
    margin-top: 10px;
    border-radius: 2px;
}

.cta-content p {
    text-align: left;
}

.cta-content .btn-success {
    background-color: #b9ff4d;
    color: #333;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.cta-content .btn-success:hover {
    background-color: #57d748;
    color: #fff;
}

.stats-row {
    margin-top: 100px;
    /* Add space for stats under the white box */
}

.stats-row h3 {
    font-size: 54px;
    font-weight: 700;
    color: #1D1D1D;
}

.stat-number {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    /* Adds space between the number and underline */
}

.stat-number::after {
    content: '';
    position: absolute;
    width: 50%;
    /* Makes the underline half the width of the number */
    height: 3px;
    /* Adjust the thickness of the underline */
    background-color: #1D1D1D;
    /* Color of the underline */
    bottom: 0;
    /* Aligns the underline at the bottom of the number */
    left: 50%;
    /* Centers the underline horizontally */
    transform: translateX(-50%);
    /* Ensures perfect centering */
}

.stats-row p {
    font-size: 18px;
    font-weight: 700;
    color: #1D1D1D;
}

.stat-number {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}


/* FAQ Section */

.faq-header {
    text-align: center;
    margin: 50px 0;
}

.faq-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.faq-header h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #FFCF4E;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 10px;
}

.faq-header p {
    font-size: 16px;
    color: #666;
}

.accordion-button::after {
    background-image: url("../images/plus.svg");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.svg");
}

#myAccordion button.accordion-button.collapsed {
    background: #F8F9FA;
    font-size: 20px;
    font-weight: 500;
}

#myAccordion button.accordion-button:not(.collapsed) {
    border-radius: 10px;
    background: #C0FF65;
    font-size: 20px;
    font-weight: 500;
}

#myAccordion .card-body p {
    color: #6C757D;
    font-size: 16px;
}

.accordion-item {
    border: none;
}

.card-body {
    padding: 10px 30px;
}

.accordion-button:focus {
    box-shadow: none;
}


/* Footer Section */

footer {
    background-color: #f8f9fa;
    padding-top: 40px;
}

.footer-section {}

.footer-section a {
    text-decoration: none;
}

.footer-section h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul.footer-contact-ul li {
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
}

.footer-section ul.footer-contact-ul li p {
    margin: 0;
    display: inline-grid;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.footer-section ul.footer-contact-ul li p span {
    color: #6C757D;
}

.footer-section ul.footer-contact-ul li i {
    margin-right: 10px;
    align-items: center;
    display: flex;
}

.footer-section ul li a {
    color: #6C757D;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.footer-section ul.footer-contact-ul li a:hover {
    text-decoration: underline;
}

.social-icons a {
    margin-right: 15px;
    font-size: 24px;
    color: #F0C929;
    text-decoration: none;
}

.social-icons a:hover {
    color: #000;
}

.footer-bottom {
    background-color: #212529;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.contact-info i {
    color: #F0C929;
    font-size: 24px;
    margin-right: 10px;
}

.email-icon-set {
    background: #FFCF4E;
    /* padding: 4px 7px; */
    border-radius: 50px;
    width: 34px;
    height: 34px;
    padding: 6px 10px;
}

.phone-icon-set {
    background: #FFCF4E;
    /* padding: 4px 7px; */
    border-radius: 50px;
    width: 34px;
    height: 34px;
    padding: 6px 10px;
}

.btn-live-campaign {
    max-width: 190px;
    text-align: center;
}


/**********Campaign Page Style*************/


/*Select Box*/

.campaign-select-row {
    padding-bottom: 30px;
}

.campaign-select-row input::placeholder {
    color: #ADB5BD;
}

.campaign-select-row input {
    color: black;
    padding: 12px 10px;
    border-radius: 15px;
}

.campaign-select-row input:focus {
    border-color: #c0ff65;
    box-shadow: 0 0 0 0.25rem rgb(192 255 101 / 17%);
}

.campaign-select-row select {
    color: #ADB5BD;
    padding: 12px 10px;
    border-radius: 15px;
}

.campaign-select-row select:focus {
    border-color: #c0ff65;
    box-shadow: 0 0 0 0.25rem rgb(192 255 101 / 17%);
}


/**********Campaign Details Page Style*************/

.main-head-cm-details {
    font-size: 16px;
    color: #1D1D1D;
    font-weight: 700;
}

.main-head-cm-details span {
    color: #FFCF4E;
}

.campaign-detail-five-row {
    border-radius: 22px;
    border: 2px solid #FAFAFA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.campaign-detail-five-div {
    flex: 0;
}

.campaign-detail-five-icon {
    background: #C0FF65;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 16px;
    outline: 0;
    border: 0;
}

.campaign-detail-five-icon h5 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.campaign-detail-five-div h6 {
    margin: 0;
    text-align: center;
}

.img-set-details-camp {
    width: 100%;
    height: 546px;
}

.donate-amount-btn-new {
    cursor: pointer;
}

.progressbar-div {
    border-radius: 16px;
    background: #F8F9FA;
    padding: 24px 16px;
}

#container,
#container2 {
    width: 100%;
    border-bottom: 2px solid #eee;
    padding-bottom: 40px;
}

#container .progressbar-text,
#container2 .progressbar-text {
    color: #1D1D1D !important;
    font-size: 42px !important;
    font-weight: 700;
    top: -80px !important;
}

.supporters-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    top: -65px;
}

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

.set-goal-row {
    display: flex;
    justify-content: space-between;
}

.goal-heading {
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.goal-para {
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.btn-and-share {
    display: flex;
    justify-content: space-between;
}

.btn-donate-set {
    border-radius: 16px;
    border: 1px solid #C0FF65;
    background: #C0FF65;
    padding: 14px 60px;
    text-decoration: none;
    color: #1C1C1C;
    font-weight: 700;
}

.btn-and-share a {
    background: #1D1D1D;
    padding: 14px;
    border-radius: 16px;
}

.donate-btn-area {
    border-radius: 16px;
    background: #F8F9FA;
    padding: 24px 16px;
    margin-bottom: 10px;
}

.campaign-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.campaign-tags i {
    margin-right: 10px;
    color: var(--main-color);
}

.campaign-tags span {
    padding: 3px 10px;
    position: relative;
}

.campaign-tags span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -3px;
    width: 6px;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin-top: -3px;
}

.campaign-tags span:last-child::after {
    display: none;
}

.site-color {
    color: var(--main-color);
}

.fundraising-title {
    font-weight: 700;
    text-decoration: none;
}

.create-btns-div {
    display: flex;
    justify-content: space-between;
}

.btn-create-set {
    border-radius: 8px;
    border: 1px solid #E9ECEF;
    padding: 5px 10px;
}

.btn-create-set a {
    color: #1D1D1D;
    font-size: 8px;
    text-decoration: none;
    /* justify-content: center; */
    display: flex;
    align-items: center;
    font-weight: 400;
}

.btn-create-set a i {
    padding-left: 4px;
}

.donor-div {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #F8F9FA;
}

.donor-content-1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.donor-content-2 {
    display: flex;
    align-items: center;
}

.donor-content-area {
    width: 100%;
}

.donor-img-area {
    padding-right: 10px;
}

.donor-content-1 h3 {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.donor-content-1 p img {
    padding-right: 4px;
}

.donor-content-1 p {
    color: #ADB5BD;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0;
}

.donor-content-1 p span {
    color: #1D1D1D;
    font-weight: 500;
    padding-right: 5px;
}

.donor-content-2 h4 {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    background: #C0FF65;
    padding: 2px;
    border-radius: 5px;
    margin-right: 5px;
}

.donor-content-2 p {
    color: #1D1D1D;
    font-size: 14px;
    margin: 0;
}

.latest-donor-area {
    border-radius: 22px;
    border: 2px solid #FAFAFA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 24px 16px;
}

.donor-show-more-btn a {
    width: 100%;
}

.donor-show-more-btn a {
    width: 100%;
    display: flex;
    justify-content: center;
}


/*********Gallery Tab Style**********/

.gallery-tab-images img {
    width: 100%;
}

.gallery-item .gallery-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}


/*********Video Tab Style**********/

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/*********Team Tab Style**********/

.donation-section {
    border-radius: 22px;
    border: 2px solid #FAFAFA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 32px 24px;
}

.donation-row {
    border-bottom: 1px solid #FAFAFA;
    padding-bottom: 24px;
    padding-top: 24px;
}

.donation-row:nth-child(1) {
    padding-top: 0px;
}

.donation-row:nth-child(5) {
    padding-bottom: 0px;
    border: none;
}

.rank-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
}

.rank-circle h2 {
    background: #FFCF4E;
    /* padding: 10px 20px; */
    border-radius: 50%;
    height: 65px;
    width: 65px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-circle span {
    font-size: 21px;
    font-weight: 400;
    position: relative;
    top: -25px;
    left: -15px;
    background: #F8F9FA;
    padding: 5px 10px;
    border-radius: 50%;
}

.user-details-set .amb-name {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-weight: 700;
}

.circle-progress {
    width: 66px;
    height: 66px;
}

.circle-progress .percent {
    position: relative;
}

.circle-progress svg {
    position: relative;
    width: 66px;
    height: 66px;
    transform: rotate(-90deg);
}

.circle-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #EEEEEE;
    stroke-width: 10;
    /*stroke-linecap: round;*/
}

.circle-progress svg circle:last-of-type {
    stroke-dasharray: 435px;
    stroke-dashoffset: calc(435px - (435px * var(--percent)) / 100);
    stroke: #000;
}

.circle-progress .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-progress .number h3 {
    font-weight: 700;
    font-size: 30px;
}

.circle-progress .number h3 span {
    font-weight: 300;
    font-size: 70%;
}

.gallery-item {
    position: relative;
}

.user-details-set p {
    font-weight: 600;
    font-size: 16px;
    font-weight: 700;
}

.target-raised p {
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.target-raised span {
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
}

.user-details-set {
    padding-left: 12px;
}

.target-raised {
    padding-left: 22px;
    width: 33%;
}

.team-tab-btn-div .theme-btn {
    padding: 15px 60px;
}

.profile-info img {
    height: 64px;
    border-radius: 50px;
    width: 65px;
    flex: none;
}


/***********Steps Style Set*****************/

.main-step-head {
    color: var(--Gray-600, #6C757D);
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.step-set-cust-div {
    border-radius: 22px;
    border: 2px solid #FAFAFA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 0px 20px;
    padding-top: 50px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FAFAFA;
    border: 2px solid #E9ECEF;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.step-circle.active {
    background: #C0FF65;
}

.progress {
    background-color: #FAFAFA;
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: #C0FF65;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

form#multi-step-form {
    border-top: 1px solid #FAFAFA;
    padding-top: 32px;
    margin-top: 10px;
}

.step-btn-div {
    margin-top: 32px;
    margin-bottom: 60px;
    display: flex;
    justify-content: right;
    gap: 15px;
}

button.next-step,
button.prev-step {
    padding: 10px 40px;
}


/*Checkbox Style*/

ul.checkbox-list-set {
    list-style-type: none;
    max-width: auto;
    padding: 0;
}

.checkbox-list-set li {
    display: inline-block;
    width: 31%;
    margin: 5px;
}

.checkbox-list-set input[type="checkbox"][id^="checkbox"] {
    display: none;
}

.checkbox-list-set label {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid var(--Theme-Light, #FAFAFA);
    background: var(--Theme-Light, #FAFAFA);
    padding: 20px 24px;
    display: flex;
    align-items: center;
}

.checkbox-list-set label p {
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
    color: var(--Theme-Dark, #1D1D1D);
    font-size: 16px;
}

.check-img-bg {
    height: 74px;
    width: 74px;
    border-radius: 13px;
    border: 1px solid var(--Theme-Light, #FAFAFA);
    background: #Fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.checkbox-list-set label img {
    /*
  height: 80px;
  width: 80px;*/
    transition-duration: 0.2s;
}

.checkbox-list-set :checked+label:before {
    transform: scale(2);
}

.checkbox-list-set :checked+label {
    background: #C0FF65;
    border-color: #C0FF65;
}

.step-main-heading-top {
    padding: 50px 0px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}


/*Step 02 Style*/

.quiz_title {
    font-size: 30px;
    font-weight: 700;
    color: #292d3f;
    text-align: center;
    margin-bottom: 50px;
}

.quiz_card_area {
    position: relative;
    margin-bottom: 30px;
}

.single_quiz_card {
    border-radius: 22px;
    border: 2px solid #FAFAFA;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 100%);
    transition: all 0.3s linear;
}

.quiz_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz_card_icon img {
    max-width: 271px;
    /*    height: 201px;*/
}

.quiz_card_content h3 {
    font-size: 16px;
    color: #1D1D1D;
    padding-top: 10px;
    font-weight: 500;
}

.quiz_card_content {
    padding: 10px;
}

.quiz_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.quiz_checkbox:checked~.single_quiz_card {
    border: 2px solid #C0FF65;
}

ul.checkbox-list-set input {
    opacity: 0;
}

.checkbox-list-set.set-check-step-2-dope label img {
    height: 40px;
    width: 40px;
}


/*****Step 03 Style******/

.set-custom-step-3-select select,
.set-custom-step-3-select input,
.set-custom-step-3-select textarea {
    width: 100%;
}

.set-custom-step-3-select .address-input {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    height: 56px;
    padding-left: 20px;
}

.set-custom-step-3-select select {
    appearance: none;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* padding-right: 2.5rem; */
    background-image: url('../images/down-arrow-set.svg');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    /* background-size: 1rem; */
}

.set-custom-step-3-select .form-main * {
    margin-bottom: 0;
}

.set-custom-step-3-select .address-input-title {
    z-index: 2;
    color: #142250;
    font-size: var(--Body-Small-Size, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Body-Small-Line-Height, 16px);
    letter-spacing: var(--Body-Small-Tracking, 0.4px);
    top: -8px;
    background: white;
    left: 25px;
}

.btn-set-step-3-input {
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px 20px;
}

.set-price-step-btn-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.set-price-step-btn-div div {
    cursor: pointer;
    text-align: center;
}

.price-btn-step-3 {
    cursor: pointer;
    display: flex;
    border-radius: 16px;
    background: #C0FF65;
    border: none;
    color: #1D1D1D;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 70px;
}

.form-check-step-3 .form-check-input:focus {
    border-color: #c0ff65;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(192 255 101 / 33%);
}

.form-check-step-3 .form-check-input:checked {
    background-color: #c0ff65;
    border-color: #c0ff65;
}

.form-check-step-3 .form-check-input:checked[type="checkbox"] {
    filter: none;
}

.form-check-step-3 label {
    padding-left: 5px;
}

.step-3-last-div {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.step-3-last-main-div {
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
    padding: 50px 15px;
}

.btn-edit-price-set {
    border-radius: 16px;
    background: #C0FF65;
    padding: 16px 24px;
    border: none;
    color: #1D1D1D;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}


/**********Popup Step 3 Style************/

.modal-header,
#editpriceset .modal-footer {
    border: none;
}

.pricesetpopupbtn {
    border: none;
    width: 100%;
    padding: 10px 0px;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FAFAFA;
}

.pricesetpopupbtn.active {
    background: #C0FF65;
}

.price-poup-cont-btn {
    border-radius: 16px;
    border: 1px solid #C0FF65;
    background: #C0FF65;
    padding: 10px 20px;
}

.modal button.close {
    border-radius: 28px;
    background: #FAFAFA;
    height: 30px;
    width: 30px;
    border: none;
}

.modal-title {
    color: #1D1D1D;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
    font-size: 19px;
}


/*******Step 04**********/

.btn-step-4-checks {
    border-radius: 16px;
    border: 1px solid #1C1C1C;
    background: #FAFAFA;
    height: 30px;
    width: 30px;
}

.btn-step-4-checks.tick-set {
    border-color: transparent;
    background: #C0FF65;
}

.btn-step-4-checks i {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.set-custom-step-3-select .address-input-title spam {
    color: #FF5A4F;
}

.set-custom-step-3-select textarea.address-input {
    padding-top: 15px;
    height: 150px;
}


/********Screen 24***********/

.checkbox-list-set.check-2-in-row-set:not(.donation-type-list) li {
    width: 48%;
}


/***********Screen 26*************/

.pricing-div-row {
    gap: 15px;
}

.mb-8 {
    margin-bottom: 8rem;
    /* Adjust as needed */
}

.pricing-div-main {
    border-radius: 24px;
    border: 1px solid #FAFAFA;
    background: #FFF);
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    padding: 50px 30px;
}

.pricing-main-head-div {
    display: flex;
    align-items: center;
}

.pricing-main-head-div h2 {
    padding-left: 20px;
}

.price-set {
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.price-set span {
    font-size: 48px;
    font-weight: 700;
}

.includes-head {
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.pricing-ul-set-box {
    padding: 0;
}

.pricing-ul-set-box li {
    color: #1D1D1D;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    /* gap: 5px; */
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-sign {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.donation-strip-set-para {
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donation-strip-set-para img {
    padding-left: 10px;
}


/**********Screen 28***************/

.login-form-set {
    text-align: center;
    border-radius: 31px;
    border: 2px solid #FAFAFA;
    background: #FFF;
    padding: 50px;
    margin: 0 auto;
}

.first-icon-inside-input {
    position: absolute;
    left: 15px;
    top: 18px;
    cursor: pointer;
    z-index: 1;
}

.second-icon-inside-input {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}

.set-input-login .set-custom-step-3-select .address-input {
    padding-left: 40px;
}

.login-social-icon-div div {
    border-radius: 24px;
    background: #FAFAFA;
    padding: 24px 50px;
}

.login-social-icon-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-para-style-set {
    color: #B9B9B9;
}

.ft-pass-set {
    text-align: right;
}

.btn-login {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.continue-div-set {
    background: #F1F1F1;
    height: 2px;
}

.continue-div-set p {
    width: max-content;
    position: relative;
    background: #fff;
    margin: 0 auto;
    top: -10px;
    color: #828282;
    padding: 0 10px;
}

.not-memeber-para-set {
    text-align: center;
    font-weight: 400;
    color: #1C1C45;
    font-size: 14px;
}

.not-memeber-para-set a {
    font-weight: 500;
    text-decoration: underline;
    color: #1D1D1D;
    padding-left: 5px;
}


/************Screen 32 Registeration*****************/

.set-icon-reg {
    border-radius: 13px;
    border: 1px solid #FAFAFA;
    background: #FFF;
    width: fit-content;
    padding: 15px;
    margin: 0 auto;
}

.reg-dual-div-set {
    background: #C0FF65;
    padding: 30px 100px;
    margin: 0 10px;
    border-radius: 16px;
}

.set-dual-sec-div {
    display: flex;
    justify-content: space-between;
}

.reg-dual-div-set h4 {
    color: #1D1D1D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.reg-dual-div-set p {
    font-size: 14px;
    color: #5E5E5E;
}


/************Registeration Screen 34***************/

.step-circle span {
    position: absolute;
    top: 25px;
    font-size: 13px;
}


/**********Verfification Screen 36****************/

.set-verification-code-input input {
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    width: 100%;
    height: 65px;
    margin: 0 10px;
    text-align: center;
}

.set-verification-code-input {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.para-set-verif {
    font-weight: 400;
    color: #828282;
    text-align: center;
    font-size: 14px;
}

.change-num-set-verif {
    color: #828282;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
}


/*********Registeration Charity Screen 38**************/

.testi-para {
    color: #B9B9B9;
}


/************Screen 46 Popup****************/

.sharebtn-social-div-main {
    display: flex;
    justify-content: space-between;
}

.social-div-set-icons {
    text-align: center;
}

.social-div-set-icons img {
    width: 55px;
}

.social-div-set-icons a {
    text-decoration: none;
}

.social-div-set-icons h4 {
    color: #B9B9B9;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}


/*****Share Popup Screen 46********/

#sharebtnmodal .modal-content {
    padding: 10px 20px;
}


/******Screen 48***********/

.grey-box-set {
    background-color: #FAFAFA;
}


/********Screen 50************/

.zakat-calculator-set-content {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.zakat-calculator-set-content p {
    color: #1D1D1D;
    font-size: 14px;
}

.zakat-calculator-set-content h4 {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
}

.total-text-set {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
}

.pg-50-down-paras h4 {
    color: #1D1D1D;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.pg-50-down-paras p {
    color: #B9B9B9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.pg-50-down-paras {
    padding-right: 400px;
}

.set-below-content-ul li {
    list-style: decimal;
    color: #B9B9B9;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.data-list-style-dot li {
    font-size: 16px;
    color: #B9B9B9;
}


/*Radio Box Design*/

.currency-selector {
    display: flex;
    gap: 10px;
}

.currency-selector input[type="radio"] {
    display: none;
}

.currency-selector span {
    cursor: pointer;
    border: 1px solid #1D1D1D;
    color: #1D1D1D;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    padding: 12px 60px;
    border-radius: 10px;
}

.currency-selector input[type="radio"]:checked+span {
    background-color: #ccff66;
    /* color: black; */
    /* font-weight: bold; */
    border-radius: 10px;
    border: none;
}


/*************Find Mosque Page***************/

.search-input-set {
    border-radius: 15px;
    border: 1px solid #FAFAFA;
    background: var(--Neutral-100, #FFF);
    box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
    width: 100%;
    padding: 20px 40px;
    flex: 1;
}
.search-bar-set-find-mosque {
    position: relative; 
    display: flex;
    align-items: center; 
}


.send-icon-set {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); 
    width: 20px;
    height: 20px;
}
.search-btn-find-mosque {
    border-radius: 15px;
    background: #C0FF65;
    box-shadow: 0px 10px 20px -10px rgba(234, 234, 234, 0.40);
    padding: 15px 30px;
    border: none;
    position: absolute;
    right: 5px;
}
.find-mosque-main-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main-banner-sec-mosque
{
    background: #FAFAFA;
    padding: 80px 0px;
}
.find-mosque-main-banner h1
{
    color: #0C0C0C;
    text-align: center;
    font-size: 60px;
    font-weight: 500;
}
.main-cat-head-set-mosque
{
    color: #1D1D1D;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.32px;
}
.mosque-list-set-finding h3
{
    color: #0C0C0C;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.div-icon-set-add-mosque {
    display: flex;
    align-items: center;
    gap: 10px;
}
.div-icon-set-add-mosque p {
    margin: 0;
    padding-left: 5px;
    color: #737373;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.see-more-btn-mosque
{
    padding-top: 20px;
    color: #010F1C;
font-size: 14px;
font-weight: 500;
line-height: 22px; /* 157.143% */
text-decoration-line: underline;
text-decoration-style: solid;
}
.border-set-bot {
    border-bottom: 1px solid #FAFAFA;
}

/***********Location Page***********/

.div-icon-set-add-location {
    border-radius: 100px;
    border: 1px solid #EDEFF3;
    background: #F6F7F9;
    width: 80px;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.div-icon-set-add-location img {
    width: 30px;
}
.location-main-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-tags-btns-set {
    border-radius: 8px;
    border: 1px solid #000;
    color: #1D1D1D;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
    /* text-transform: uppercase; */
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 10px;
}
.set-row-location-list
{
    border-radius: 12px;
border: 1px solid #E6E9EE;
background: #FFF;

}
.set-row-location-list {
    border-radius: 12px;
    border: 1px solid #E6E9EE;
    background: #FFF;
    display: flex;
    align-items: center;
}
.row.set-row-location-list .col-md-3 {
    padding-left: 0;
}
.donation-btn-location-pg
{
    display: inline-block;
}

.btn-follow-set
{
    border-radius: 8px;
    border: 2px solid #000;
    background: #1D1D1D;
    color: #fff;
}
.btn-follow-set:hover
{
    border: 2px solid #000;
    background: transparent;
    color: #000;
}
/*********Location Page Poup*********/
.register-mod-heading
{
    text-align: center;
    font-size: 30px;
}
.close-btn-set {
    background: #1D1D1D;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
#popupregister .modal-header
{
    display: flex;
    justify-content: flex-end;
}
#popupregister .modal-body {
    padding: 0px 50px;
    padding-bottom: 50px;
}

/**********Location Map Style*****************/
input.text-add-set {
    border-radius: 9px;
    background: #F6F7F9;
    border: none;
    padding: 10px 0px;
    padding-left: 30px;
    width: 185px;
}

img.top-add-icon-set {
    position: absolute;
    margin-top: 12px;
    margin-left: 5px;
}
input.add-change-btn {
    position: absolute;
    margin-left: -72px;
    margin-top: 5px;
    border-radius: 10px;
    background: #B8FF33;
    color: #0C0C0C;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 8px;
    border: none;
}

.img-set-loc-pg
{
    height: 265px;
    width: 100%;
    object-fit: cover;
    border-radius: 11px 0px 0px 11px;
}


/***********Detail Page Set***************/
.set-detail-pg-radius {
    border-radius: 10px;
}
.div-icon-set-add-mosque .para-date-set
{
    color: #1D1D1D;
    font-size: 14px;
    font-weight: 500;
}
.details-pg-main-head-div
{
    display: flex;
    align-items: center;
}
.set-row-tab-sec-2-details {
    display: flex;
    align-items: center;
}
.sect-div-set {
    background: #BCFA63;
    color: #1D1D1D;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 10px;
    margin-left: 10px;
}
.divider {
  height: 1px; 
  background-color: #FAFAFA; 
  margin: 24px 0;
  width: 100%;
}

/*Sidebar*/

.contact-div-set-details {
    padding: 22px;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
}

.contact-list-set {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.contact-heading-set {
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 600;
}

.contact-list-set p {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

.table-container-set {
    border-radius: 16px;
    border: 2px solid #FAFAFA;
    background: #FFF;
    padding: 15px 0px;
}

.table-header-set {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.table-header-set p {
    margin: 0;
    padding-left: 10px;
}

.set-table-contact-header th {
    background-color: #C0FF65;
}

.table-container-set .table th {
    color: #1D1D1D;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
}

.table-container-set .table td {
    vertical-align: middle;
    text-align: left;
    color: #1D1D1D;
    font-family: Outfit;
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 5px 15px;
}

.side-bar-contact-btn-div {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #FAFAFA;
}

.icon-set-div a {
    text-decoration: none;
}

.donation-row-set-01 {
    width: 33%;
}

.donation-row-set-02 {
    width: 33%;
}

.sticky-donation-btn {
    display: none;
}

@media (max-width: 460px) {
    ul.checkbox-list-set {
        list-style-type: none;
        max-width: 100%;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .donate-btn-area {
        display: none;
    }
    .sticky-donation-btn {
        position: fixed;
        background: #1D1D1D;
        bottom: 0px;
        display: flex;
        justify-content: space-evenly;
        z-index: 11;
        border-start-end-radius: 15px;
        border-start-start-radius: 15px;
        height: 71px;
    }
    .sticky-donation-btn div {
        display: flex;
        align-items: center;
    }
    .sticky-donation-btn .theme-btn {
        border-radius: 16px;
        border: 1px solid #C0FF65;
        background: #C0FF65;
        padding: 12px 24px;
        text-decoration: none;
        color: #1C1C1C;
        font-weight: 400;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .supporters-text {
        top: -38px;
    }
    .btn-and-share {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }
    .btn-donate-set {
        border-radius: 16px;
        border: 1px solid #C0FF65;
        background: #C0FF65;
        padding: 14px 25px;
        text-decoration: none;
        color: #1C1C1C;
        font-weight: 700;
        font-size: 14px;
    }
    .btn-and-share a {
        background: #1D1D1D;
        padding: 12px;
        border-radius: 16px;
    }
    .create-btns-div {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }
    #container .progressbar-text,
    #container2 .progressbar-text {
        color: #1D1D1D !important;
        font-size: 40px !important;
        font-weight: 700;
        top: -80px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 786px) {
    #mynavbar ul {
        align-items: center;
        gap: 10px;
        padding: 10PX;
        overflow: scroll;
    }
    .navbar-expand-sm .navbar-collapse {
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .team-tab-btn-div .theme-btn {
        padding: 10px 10px;
        font-size: 16px;
    }
    .donation-row-set-02 {
        width: 47%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
    .navbar-nav .theme-btn-border {
        font-size: 12px;
    }
    .profile-info {
        flex-direction: column;
        text-align: center;
        width: 100%;
    }
    .user-details-set {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .donation-row-set-03 .theme-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px 14px;
    }
    .icons-setion-top {
        flex-wrap: wrap;
        /* Revert to wrapping in multiple rows */
        overflow-x: unset;
        /* Remove scrolling */
        justify-content: center;
    }
    .img-set-details-camp {
        height: 394px;
    }
}

@media only screen and (max-width: 600px) {
    .gallery-item {
        position: relative;
        padding: 10px;
    }
    .donation-row-set-01 {
        max-width: 100%;
        justify-content: flex-start;
    }
    .donaition-buttons ul {
        gap: 11px;
    }
    .img-set-details-camp {
        height: 227px;
    }
    .campaign-image img {
        height: 280px;
    }
    /**********Campaign Page Style*************/
    .campaign-select-row {
        padding-bottom: 0px;
        gap: 24px;
    }
    /**********Home Page Style*************/
    .mobile-justify-start {
        justify-content: flex-start !important;
    }
    .heading-style {
        font-size: 32px;
    }
    .sub-heading-style {
        font-size: 15px;
    }
    .sec-community {
        padding: 50px 0px;
    }
    /*********Six Icons Sections***********/
    .icons-setion-top {
        padding: 20px 0px;
    }
    .set-slide-div {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 22px;
        -webkit-overflow-scrolling: touch;
        padding: 0px 10px;
    }
    .icons-setion-top::-webkit-scrollbar {
        display: none;
    }
    .icon-set-div {
        flex: 0 0 auto;
        width: fit-content;
        text-align: center;
        /*padding-top: 10px;*/
    }
    .icon-div-set {
        text-decoration: none !important;
    }
    .icon-div-set h5 {
        font-size: 12px;
    }
    /*********Map Section***********/
    .sec-map-div-content p {
        padding-bottom: 32px;
    }
    .map-image-main-area {
        padding-top: 50px;
    }
    .sec-two-map {
        background-color: #FAFAFA;
    }
    /************Five Icons Section********************/
    .five-icon-row-div {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        width: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        border-radius: 0;
    }
    .five-icon-row-div .col {
        width: 135px;
        flex: 0 0 auto;
    }
    section.icon-section .container {
        padding: 0;
    }
    .icon-container h5 {
        white-space: nowrap;
    }
    /**********Live Campaign************/
    .campaign-section {
        margin-top: 0px;
    }
    .campaign-card {
        margin-top: 50px;
    }
    /**********Community Section************/
    .section-charity {
        padding: 50px 0px;
    }
    .sec-map-div-content p {
        font-size: 14px;
    }
    .community-img-set-div {
        margin-top: 50px;
    }
    section.section-charity .content-set-chairty-main {
        text-align: left !important;
        padding: 0 40px;
    }
    .charity-content-set {
        padding-top: 50px;
    }
    .charity-image {
        margin-top: 40px;
    }
    /*************Testimonial Sections*****************/
    .testi-bg {
        margin-top: 150px;
        padding-bottom: 150px;
    }
    .testimonial-img-wrapper {
        margin-top: -40px;
    }
    .test-content-set {
        margin-top: -100px;
    }
    /**********Newsletter*************/
    .cta-content {
        margin: 0 20px;
        top: -330px;
    }
    .cta-content p {
        text-align: center;
    }
    .cta-content h2 {
        text-align: center;
        font-size: 24px;
    }
    .cta-content h2:after {
        margin: 0 auto;
        margin-top: 15px;
    }
    .set-btn-donate-news {
        padding-top: 30px;
    }
    .stats-row {
        margin-top: 100px;
        gap: 30px;
    }
    /**********FAQ's**************/
    #myAccordion button.accordion-button.collapsed {
        font-size: 16px;
    }
    #myAccordion button.accordion-button:not(.collapsed) {
        font-size: 16px;
    }
    footer .text-md-start {
        text-align: left !important;
    }
    /**********Mobile Menu Design***************/
    #mobileMenuModal .modal-header {
        background-color: #fff;
        color: white;
        border-bottom: 1px solid #f7f7f7;
    }
    #mobileMenuModal .modal-body {
        background-color: #fff;
        padding: 10px 55px;
    }
    #mobileMenuModal .modal-body .nav-link {
        color: #000;
        font-size: 16px;
        margin: 1rem 0;
        font-family: 'Outfit';
        font-weight: 500;
    }
    #mobileMenuModal .modal-body .theme-btn {
        display: block;
        width: 100%;
        background-color: #f39c12;
        color: white;
        text-align: center;
        padding: 10px;
        margin: 1.5rem 0;
        border-radius: 5px;
    }
    #mobileMenuModal .modal-body .theme-btn img {
        margin-left: 10px;
    }
    #mobileMenuModal .mob-menu-btn-fund {
        margin-left: 40px;
        font-size: 14px;
    }
    #mobileMenuModal button.btn-close {
        background-color: #FAFAFA;
        padding: 15px;
        color: #000;
        border-radius: 50%;
        font-size: 12px;
    }
    .set-row-mob-icons {
        justify-content: space-between;
    }
    .set-row-mob-icons .icon-div-set i {
        border: 2px solid #1D1D1D;
        height: 80px;
        width: 80px;
    }
    /**************Campaign Details Page********************/
    .campaign-detail-five-row {
        flex-wrap: wrap;
        padding: 0;
        padding-bottom: 20px;
        gap: unset;
    }
    .campaign-detail-five-div {
        flex: unset;
        width: 50%;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
        /* align-content: stretch; */
        /* justify-content: space-around; */
        align-items: center;
    }
    .campaign-detail-five-div div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .btn-donate-set {
        padding: 14px 80px;
    }
    .btn-and-share a {
        padding: 15px 20px;
    }
    .btn-create-set a {
        font-size: 12px;
    }
    /**********Team Tabs Style**************/
    .donation-row-set-01,
    .donation-row-set-02,
    .donation-row-set-03 {
        width: 100%;
    }
    .team-tab-btn-div .theme-btn {
        display: flex;
        justify-content: center;
    }
    .donation-row {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .gallery-tab-images .row .col-md-6 {
        width: 50%;
    }
    /******Check Box Page 12 Style**********/
    .checkbox-list-set label {
        flex-direction: column;
    }
    .checkbox-list-set li {
        width: 44%;
    }
    .checkbox-list-set label p {
        padding-left: 0px;
        padding-top: 10px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .step-main-heading-top {
        width: 90%;
    }
    /*****Step 3 Mobile Version*******/
    .form-check-step-3 {
        margin-top: 15px;
    }
    .select-box-div-set {
        margin-bottom: 15px;
    }
    .price-btn-step-3 {
        padding: 15px 50px;
        width: 100%;
        justify-content: center;
    }
    .set-price-step-btn-div div {
        /* flex-direction: column; */
        width: 44%;
        margin: 10px;
    }
    .set-price-step-btn-div {
        display: flex;
        margin: 0 auto;
        gap: 0px;
        /*flex-direction: column;*/
    }
    .step-3-last-div {
        width: 100%;
    }
    /**********Screen 24 Mobile**********/
    .checkbox-list-set.check-2-in-row-set li {
        width: 44%;
    }
    /*********Screen 27*************/
    .pricing-div-row {
        margin: 0 10px;
    }
    .pricing-ul-set-box li {
        font-size: 14px;
    }
    /*********Login Screen 29**********/
    .login-social-icon-div div {
        border-radius: 20px;
        padding: 15px 25px;
    }
    .login-form-set {
        padding: 20px;
        border: none;
    }
    /*********Registeration Screen 33***********/
    .set-dual-sec-div {
        display: block;
    }
    .reg-dual-div-set {
        padding: 20px;
        margin-top: 10px;
    }
    /***********Screen 46 Share Popup***************/
    .social-div-set-icons {
        width: 30%;
        padding-top: 10px;
    }
    .sharebtn-social-div-main {
        display: ruby;
    }
    /************Screen 50***********/
    .zakat-calculator-set-content {
        width: 100%;
    }
    .pg-50-down-paras {
        padding-right: 0px;
    }
    .set-total-div-align .col-md-6 {
        width: 50%;
    }
    .total-cal-set {
        text-align: right;
    }
    .pg-50-down-paras h4 {
        font-size: 24px;
    }
    .pg-50-down-paras p {
        font-size: 14px;
    }
    .currency-selector {
        display: ruby;
    }
    .currency-selector label {
        margin-top: 35px;
    }
    /***********Mosque Finder Page***************/
    .find-mosque-main-banner h1 {
        font-size: 30px;
    }
    .search-bar-set-find-mosque.col-md-6 {
        width: 100%;
    }
    /************Location List Page***************/
    button.location-tags-btns-set {
        margin-top: 10px;
    }
    .mosque-list-set-finding {
        margin-top: 20px;
    }
    .set-row-location-list {
        margin: 5px;
        padding-bottom: 20px;
    }
    .row.set-row-location-list .col-md-3 {
        padding-right: 0;
    }
    .img-set-loc-pg {
        border-radius: 11px 11px 0px 0px;
    }
    .div-icon-set-add-mosque p {
        font-size: 14px;
    }
    .div-icon-set-add-location {
        width: 60px;
        height: 60px;
    }
}

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

.color-theme {
    color: var(--main-color);
}

.s-pt-100 {
    padding-top: 100px;
}

.s-pb-100 {
    padding-bottom: 100px;
}

.s-pt-80 {
    padding-top: 80px;
}

.s-pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .s-pt-100 {
        padding-top: 80px;
    }
    .s-pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .s-pt-100 {
        padding-top: 70px;
    }
    .s-pb-100 {
        padding-bottom: 70px;
    }
    .s-pt-80 {
        padding-top: 60px;
    }
    .s-pb-80 {
        padding-bottom: 60px;
    }
}

[name=hide_name] {
    border: 1px solid;
}

.set-custom-step-3-select.address-input-bg {
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    height: 56px;
    padding-left: 20px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.iti__country-list {
    z-index: 10000 !important;
}
#append_supporters{
    max-width: 100%;
    overflow: clip;
    overflow-wrap: anywhere;
}