@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,500&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
}
p {
    font-family: "DM Sans", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}
a,
a:hover {
    color: inherit;
    text-decoration: none;
}

:root {
    --primaryColor: #003264;
    --secondaryColor: #00679b;
    --buttonprimaryColor: #fbc303;
    --buttonSecondary: #fddb68;
    --bgNav: #93c5fd80;
}

.header-top-icon ul li {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.header-top {
    background-color: #e9e9e9;
}
.donate-button li a {
    font-size: 17px;
    line-height: 32px;
    font-weight: 600;
    padding: 5px 28px;
    border-radius: 5px;
    background-color: var(--buttonprimaryColor);
}

.donate-button li a:hover {
    padding: 5px 28px;
    background-color: var(--buttonprimaryColor);
}

.navbar-nav .nav-item {
    padding: 0px 12px;
    transition: 0.7s;
}

.navbar-nav .nav-item .nav-link {
    color: var(--primaryColor);
}

.navbar-nav .nav-item:hover {
    background-color: var(--bgNav);
    border-radius: 8px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sauce One", sans-serif;
}

.header-top-icon ul li {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: var(--primaryColor);
    font-family: "Open Sauce One", sans-serif;
}

/* ==============home page css======== */

/* .cystic-fiber {
    padding-bottom: 30%;
} */
.cystic-fiber-img {
    position: absolute;
    top: -104px;
    right: -63px;
    width: 100%;
    height: auto;
    z-index: -1;
}

.cystic-fiber-img img {
    width: 100%;
    height: 100%;
    max-width: 95%;
}
.cystic-fiber h1 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 600;
    color: var(--primaryColor);
}

.cystic-fiber p {
    padding-top: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.give-now {
    padding-top: 30px;
}

.give-now .btn {
    background-color: var(--buttonprimaryColor);
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    padding: 14px 41px;
    color: var(--primaryColor);
    transition: 0.5s;
}
.give-now .btn:hover {
    background-color: var(--buttonSecondary);
    color: var(--primaryColor);
}

/* ============Getting details section start=========== */

.getting-box {
    height: 100%;
}

.getting-details {
    width: 100%;
    height: 100%;
}

.getting-details h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: var(--secondaryColor);
}

.getting-details h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
    color: var(--primaryColor);
}

.getting-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: var(--primaryColor);
}

.MY-CHILD {
    background-color: var(--buttonprimaryColor);
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    padding: 14px 41px;
    color: var(--primaryColor);
    transition: 0.5s;
}

.MY-CHILD:hover {
    background-color: var(--buttonSecondary);
}

.relatness h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: var(--primaryColor);
}

.relatness p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--primaryColor);
    padding: 20px 70px;
}

.we-are-in {
    padding-top: 80px;
}

.fund-details h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    color: var(--primaryColor);
}

.fund-details h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 27px;
    color: var(--primaryColor);
}

.fund-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--primaryColor);
}

.owl-nav {
    display: flex;
    justify-content: end;
    padding: 10px 0px;
    gap: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: var(--buttonprimaryColor);
    line-height: 20px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
}

.owl-dots {
    display: none;
}

.cf-foundation {
    border-left: 4px solid var(--secondaryColor);
    padding: 0px 25px;
}

.news-slider a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.news-slider a h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primaryColor);
}

.latest-news h2 {
    font-family: 20px;
    font-weight: 500;
    line-height: 40px;
    color: var(--primaryColor);
}

.disabled {
    display: none;
}

.yourself {
    background-color: var(--buttonprimaryColor);
    width: 100%;
    height: 550px;
    border-radius: 300%;
}

.circle-image img {
    content: "";
    position: absolute;
    top: -260px;
    right: 25%;
    width: 100%;
    height: auto;
    z-index: -1;
}

.caring-circle .carring-bg-img {
    background-image: url(../images/ser-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.carring-bg-img .yourself {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 750px;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px;
}

.someone-haeding {
    width: 500px;
    /* height  */
}

.someone-haeding h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    color: var(--primaryColor);
}

.someone-haeding p {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: var(--primaryColor);
}

.cf-slide .team img {
    width: 60px;
    border-radius: 50px !important;
}

.slider-team-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primaryColor);
}

.slider-team-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    color: var(--primaryColor);
    margin-bottom: 0px;
}

.slider-content a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.slider-content a h3 {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor);
}

.slider-content a h4 {
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    width: 80%;
    padding-top: 20px;
    color: var(--primaryColor);
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 10px 0px;
}

.community-of-people h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 58px;
    color: var(--primaryColor);
    padding: 30px 0px;
}

.you-are-among {
    margin: 100px 0px;
}

.bg-section {
    background-color: var(--secondaryColor);
}

.bg-section h1 {
    font-size: 30px;
    font-weight: 600;
}

.bg-section h2 {
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 600;
}

.bg-section p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.more-ways a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
}

.more-ways a:hover {
    text-decoration: underline;
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.social-links h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.social-links li a {
    font-size: 14px;
    font-weight: 600;
}
.terms-links li a {
    font-size: 14px;
    font-weight: 600;
}
.social-links .sign-up a {
    font-size: 17px;
    font-weight: 700;
    color: var(--primaryColor);
    background-color: var(--buttonprimaryColor);
    transition: 0.5s;
    border-radius: 0px;
    padding: 12px 25px;
}
.social-links .sign-up a:hover {
    color: var(--primaryColor);
    background-color: var(--buttonSecondary);
}

.social-icon-bottom ul li {
    width: 40px;
    height: 40px;
    background-color: var(--secondaryColor);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.about-us-mission ul li i {
    border-radius: 20px;
    border: 2px solid;
    padding: 1px 3px;
}
.about-us-mission ul {
    padding-top: 80px;
}
.about-us-mission ul li a {
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 600;
}
.about-us-mission ul li .fa-solid {
    font-size: 10px !important;
    font-weight: 600;
}
.about-us-mission h1 {
    font-family: "Open Sauce One", sans-serif !important;
    font-size: 60px;
    font-weight: 600;
    line-height: 27px;
    color: var(--primaryColor);
}
/* ===============mission section start============== */
.rentalless h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--secondaryColor);
}
.rentalless h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: var(--primaryColor);
    padding: 30px 0px;
}
.rentalless p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    width: 85%;
}
/* ===========button start========== */
.our-mission-btn a {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--buttonprimaryColor);
    color: var(--primaryColor);
    border-radius: 0px;
    padding: 12px 30px;
}
.our-mission-btn a:hover {
    border: 2px solid var(--buttonSecondary);
}
/* ===========button End========== */
.list-style ul a {
    font-size: 17px;
    font-weight: 600;
    color: var(--secondaryColor);
    line-height: 25px;
}
.rentalless ul li a p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.rentalless ul li a:hover {
    text-decoration: underline;
}
.foundation h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--secondaryColor);
}
.foundation h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: var(--primaryColor);
    padding: 15px 0px;
}
.foundation-links li {
    line-height: 40px;
}
.foundation-links li a p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.foundation-links li a p:hover {
    text-decoration: underline;
}
.MORE-INFORMATION {
    margin-bottom: 100px;
}
/* ===================blog page css======================== */
.community-blog {
    padding: 60px 0px;
}
.community-details h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    color: var(--primaryColor);
    padding: 15px 0px;
}
.community-details p {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
}
.posts h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    color: var(--primaryColor);
    padding: 15px 0px;
}
.search-bttn span {
    content: "";
    position: absolute;
    top: 30%;
    right: 6%;
}
.search-bttn span i {
    font-size: 20px;
    color: var(--secondaryColor);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    color: var(--secondaryColor);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 2px solid var(--secondaryColor);
}

.form-select {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 46px;
    color: var(--secondaryColor);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 2px solid var(--secondaryColor);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card .card-body .subtitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.card .card-body .card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    color: var(--primaryColor);
}
.card .card-body .card-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.5px;
}
.card-body .blog-img img {
    border-radius: 50px;
}
.card-body .card-content h5 {
    font-size: 18px;
    font-weight: 400;
}
.card-body .card-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}
.load-btn button,
.load-btn .button {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid var(--buttonprimaryColor);
    color: var(--primaryColor);
    border-radius: 0px;
    padding: 12px 30px;
}
.load-btn button:hover,
.load-btn .button:hover {
    border: 2px solid var(--buttonSecondary);
}
/* ==============inner blog page=============== */
.learning-take {
    padding: 60px 0px;
}
.learning-take-charges h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 79px;
    color: var(--primaryColor);
    padding: 15px 2px;
}
.learning-take-charges p {
    font-size: 18px;
    padding: 5px 30px;
    letter-spacing: 0.5px;
}
.team-details-name p {
    font-size: 15px;
    font-weight: 600;
}
.post-name p {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.blog-main-details {
    height: 400px;
}
.blog-main-details img {
    height: 100%;
    max-height: 90%;
    object-fit: cover;
}
.related-reading {
    background-color: #f2f7fa;
}
.related-reading {
    padding: 31px;
}
.related-reading h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: var(--primaryColor);
}
.related-reading a {
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.related-reading a:hover {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.related-reading p {
    padding: 10px 0px;
    font-size: 15px;
    margin-bottom: 0px;
}
.related-reading hr {
    margin-top: 5px;
    color: red;
}
.position-fiexd {
    position: sticky;
    right: 0;
    top: 40px;
    width: 100%;
    max-width: 25%;
    height: 100%;
}
.main-details p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.main-details h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primaryColor);
    padding: 10px 0px;
    line-height: 30px;
}
.other-related-blog .card-body {
    padding: 15px 30px;
}
.other-related-blog .card {
    height: 100%;
}
.other-related-blog.card-body {
    height: 100%;
}
/* .read-more-bttn {
    padding-top: 70px;
} */
.other-related-blog .card .card-body .card-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 13px;
    padding: 10px 0px;
    color: var(--secondaryColor);
}
.other-related-blog .card .card-body .card-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0.5px;
    color: var(--primaryColor);
    min-height: 190px;
}
.read-more-bttn {
    color: var(--secondaryColor);
    font-size: 15px;
    font-weight: 600;
}
.you-might h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primaryColor);
}
/* ==============contact page section css============= */
.contact-details {
    margin: 20px auto;
}
.contact-details h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--primaryColor);
}
.contact-details p {
    font-size: 18px;
    font-weight: 400;
    padding-top: 30px;
    color: var(--primaryColor);
}
.contact-details h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primaryColor);
}
.in-this-article ul li i {
    border-radius: 20px;
    border: 2px solid #7d1e66;
    padding: 1px 4px;
}
.in-this-article h2 {
    font-size: 23px;
    font-weight: 600;
    color: var(--primaryColor);
}
.in-this-article ul li a {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: var(--secondaryColor);
}
.inquiries h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--primaryColor);
    letter-spacing: 0.5px;
}
.inquiries p {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 30px;
}
.local h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.local p {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.local strong {
    color: var(--secondaryColor);
}

.social-box-icon ul li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    border-radius: 30px;
    background-color: var(--secondaryColor);
}
.social-box-icon h3 {
    font-size: 20px;
    margin-bottom: 0px;
    color: var(--primaryColor);
}
.share-articles {
    background-color: #f2f7fa;
}
.share-articles h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--primaryColor);
}
.topics h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--primaryColor);
}
.topics strong {
    font-size: 17px;
    font-weight: 600;
    color: var(--secondaryColor);
}
.questions {
    background-color: #0099d7;
}
.questions {
    padding: 60px 0px;
}
.questions h1 {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
}
.questions h2 {
    padding: 20px 0px;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
}
.questions p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
}
.get-help {
    padding-top: 40px;
}
.get-help a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.get-help a:hover {
    text-decoration: underline;
}
.Interested h1 {
    font-size: 30px;
    font-weight: 600;
    color: var(--primaryColor);
}
.help-make h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--primaryColor);
}
.help-make h4 {
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 500;
    color: var(--primaryColor);
}
.row-btn a {
    font-size: 16px;
    font-weight: 700;
    color: var(--primaryColor);
    border-radius: 0px;
    padding: 15px 32px;
    background-color: var(--buttonprimaryColor);
    transition: 0.5s;
}
.row-btn a:hover {
    background-color: var(--buttonSecondary);
}
/* =========tabs css========== */
.monthly-amount {
    margin: 30px auto;
    padding: 40px 0px;
}
.tablink {
    background-color: #d5d5d5;
    color: var(--secondaryColor);
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 17px;
    font-weight: 600;
    width: 15%;
}

.tablink:hover {
    color: #ffffff;
    background-color: var(--secondaryColor);
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 14px 6px;
    height: 100%;
}
.donation-amount .tabcontent .input-group {
    justify-content: center;
}
.donation-amount .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 20;
    font-weight: 800;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    border-radius: var(--bs-border-radius);
}
.control-form {
    width: 100%;
    max-width: 62%;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 0px;
    border-right: 0px;
}

.monthly-amount .padding-left {
    padding-left: 122px;
    padding-bottom: 10px;
}
.monthly-amount .padding-left h3 {
    font-size: 23px;
    font-weight: 600;
}
.what-is-your p {
    font-size: 15px;
    color: var(--secondaryColor);
}
.what-is-your strong {
    font-size: 18px;
    color: var(--primaryColor);
}
.what-is-your .we-may {
    color: #afafaf;
    font-size: 14px;
    font-weight: 300;
}
.what-is-your .we-may a {
    text-decoration: underline;
    font-size: 14px;
    color: var(--primaryColor);
}
.option-donate .form-select {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #d5d5d5;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.option-donate label {
    color: var(--secondaryColor);
    font-weight: 500;
}
.account-details .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    color: var(--secondaryColor);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #d5d5d5;
}
.account-details .form-select {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    color: var(--secondaryColor);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #d5d5d5;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bank-details .form-select {
    --bs-form-select-bg-img: url(
        data:image/svg + xml,
        %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
    );
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #d5d5d5;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* .account-tab{
    text-align: center;
} */
.account-tab .tablink {
    width: 49%;
    max-width: 95%;
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 5px;
}
.account-tab .tablink:hover {
    width: 49%;
    max-width: 95%;
    background-color: var(--secondaryColor);
    border: 1px solid;
    border-radius: 5px;
}

element.style {
    display: block;
}
.row.tabcontent {
    color: white;
    padding: 0px 0px;
    height: 100%;
}
.main-form input {
    padding: 8px 8px 8px 57px !important;
}
.main-form span img {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 100%;
    max-width: 40px;
    transform: translate(2%, 10%);
}
/* ===============events page css=========== */
.events-details h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    color: var(--primaryColor);
}
.events-details p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 20px 0px;
}
.event-inner-details {
    position: absolute;
    top: -181px;
    left: -13%;
    width: 100%;
    z-index: 999;
}
.main-event h1 {
    font-size: 25px;
    font-weight: 600;
    color: var(--primaryColor);
}
.btn-events a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
    border: 2px solid var(--buttonprimaryColor);
    padding: 8px 24px;
    border-radius: 0px;
    transition: 0.5s;
}
.btn-events a:hover {
    border: 2px solid var(--buttonSecondary);
}

.event-inner-details-box-2 {
    position: absolute;
    top: -181px;
    right: -13%;
    width: 100%;
    z-index: 999;
}
/* ===========service page css====== */
.service-btn a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: var(--primaryColor);
    border-radius: 0px;
    border: 2px solid var(--buttonprimaryColor);
    background-color: var(--buttonprimaryColor);
    transition: 0.5s;
}
.service-btn a:hover {
    border: 2px solid var(--buttonprimaryColor);
    background-color: var(--buttonSecondary);
}
.service-main .service-title .card-title {
    font-size: 25px;
    font-weight: 500;
}
.our-service h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: var(--primaryColor);
}
.the-community {
    padding: 64px 24px;
}
.the-community h1 {
    font-size: 22px;
    font-weight: 600;
}
.tabs-2 .nav-pills .nav-link {
    width: 316px;
    background: #c7c7c7;
    border-radius: 5px;
    padding: 10px 0px;
}
.process-btn button {
    background-color: var(--buttonprimaryColor);
    padding: 9px 55px;
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
}
.process-btn button:hover {
    background-color: var(--buttonSecondary);
    padding: 9px 55px;
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 600;
}
.account-tab .tabcontent {
    color: white;
    display: none;
    padding: 0px 0px;
    height: 100%;
}
.social-logo .footer-logo img {
    width: 100%;
    max-width: 60%;
}
.account-tab button {
    padding: 10px 40px;
    width: 100%;
    max-width: 48%;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
