         .s1top {
         margin-top: 70px !important;
         }
         .stop {
         padding: 40px 20px 40px 20px !important;
         }
         .ppad {
         padding: 0 10px 10px 20px;
           font-family: 'Noto Sans' !important;
         }
         .onlyd {
         margin-top: 30%;
         }
         .mpad {
         padding: 20px !important;
         text-align: left !important;
         width: 70%;
         }
         .m20 {
         margin-top: 20%;
         }
         .feedback {
         padding: 10px 20px;
         border-radius: 4px;
         }
         #mybutton {
         position: fixed;
         bottom: -4px;
         right: 10px;
         }
         @media only screen and (max-width: 550px) {
         .hom {
         display: none !important;
         }
         .som {
         display: block !important;
         }
         #example2 {
         margin-top: 20px !important;
         }
         .m20 {
         margin-top: 50% !important;
         }
         .topm1 {
         margin-top: 50px !important;
         }
         .topm {
         margin-top: 240px !important;
         }
         .ppad {
         padding: 2px !important;
         }
         .stop {
         padding: 10px 5px !important;
         }
         .mpad {
         padding: 20px !important;
         text-align: left !important;
         width: 90% !important;
         }
         .onlyd {
         margin-top: 1% !important;
         }
         .tab-pane-content {
         width: 100%;
         }
         }
         .payment-mode {
         border: 1px solid #1cabe2;
         }
         .hom {
         display: block;
         }
         .som {
         display: none;
         }
         #example2 {
         border: 2px solid #1cabe2;
         border-radius: 0 50px 0 50px;
         width: 100% !important;
         padding: 20px !important;
         }
         .btn:hover,
         .nav-pills .nav-link.active {
         background: #1cabe2;
         }
         .tab-pane {
         padding: 0px !important;
         border: 0px solid #1cabe2 !important;
         }
         .nav-pills .nav-link {
         border: 1px solid #1cabe2;
         }
         .nav-tabs .nav-link {
         color: #1cabe2 !important;
         }
         .btn-primary {
         background: #1cabe2;
         }
         header,
         footer {
         background: none !important;
         }
         .donor-form {
         margin-top: 5px !important;
         }
         .btnstyle {
         margin-top: 0px;
         }
         .fixed-top {
         background: #fcfcfc !important;
         }
         .overlay {
         height: 100%;
         width: 0;
         position: fixed;
         z-index: 1;
         top: 0;
         left: 0;
         background-color: rgb(0, 0, 0);
         background-color: rgba(0, 0, 0, 0.9);
         overflow-x: hidden;
         transition: 0.5s;
         }
         .overlay-content {
         position: relative;
         top: 25%;
         width: 100%;
         text-align: center;
         margin-top: 10px;
         padding: 0 10%;
         text-align: center !important;
         }
         .overlay a {
         padding: 8px;
         text-decoration: none;
         font-size: 36px;
         color: #818181;
         display: block;
         transition: 0.3s;
         }
         .overlay a:hover,
         .overlay a:focus {
         color: #f1f1f1;
         }
         .overlay .closebtn {
         position: absolute;
         top: 20px;
         right: 45px;
         font-size: 60px;
         }
         .wvid {
         width: 80%;
         }
         @media screen and (max-height: 450px) {
         .overlay a {
         font-size: 20px
         }
         .overlay .closebtn {
         font-size: 40px;
         top: 15px;
         right: 35px;
         }
         .overlay-content {
         position: relative;
         top: 25%;
         width: 96% !important;
         text-align: center;
         margin-top: 30px;
         padding: 0 !important;
         }
         .wvid {
         width: 100% !important;
         }
         }
         #s2 .row>* {
         flex-shrink: 0;
         padding-right: calc(var(--bs-gutter-x) * .001) !important;
         padding-left: calc(var(--bs-gutter-x) * .001) !important;
         }
         .carousel-indicators {
         margin-bottom: 1.8rem !important;
         }
         .carousel-indicators [data-bs-target] {
         background-color: aqua;
         }
         @media only screen and (min-width: 600px) and (max-width: 959px) {
         .tab-content {
         display: block !important;
         height: auto !important;
         }
         }
        @media (min-width: 768px) {
    .ppad {
        text-align: justify;
    }
}
.flex-row {
    display: block;
  }

  /* Flexbox layout for desktop */
  @media (min-width: 992px) {
    .flex-row {
      display: flex;
      justify-content: space-between;
      padding: 40px 0;
    }

    .flex-row > div {
      flex: 1;
      padding: 0 20px;
      text-align: center;
    }
  }
    /* Style the button that triggers the popup */
        #join-community-btn {
            cursor: pointer;
            display: inline-block;
            text-align: center;
        }

        /* Style the image inside the button */
        .thank-you-btn {
            width: 400px;
            margin-bottom: 20px;
        }

        /* Style the modal (popup) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            padding-top: 0px;
            z-index: 1000;
        }
      


        /* Modal content */
        .modal-content {
            background-color: #fff;
            margin: 5% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
            max-width: 800px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            max-height: 85vh; /* Set a maximum height for the modal */
            overflow-y: scroll; /* Always show vertical scrollbar */
            scrollbar-color: #888 #f1f1f1;
          z-index: 1000;
        }

        /* Optional: Style the scroll bar */
        .modal-content::-webkit-scrollbar {
            width: 8px;
        }

        .modal-content::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 4px;
        }

        .modal-content::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

        /* Close button */
        .close {
            color: #aaa;
            font-size: 40px;
            font-weight: bold;
            float: right;
          z-index: 9999;
          position: fixed;
      
        }

        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }

        /* Style the content */
        .modal-content h2 {
            text-align: center;
            margin-bottom: 20px;
            color: #004B87;
        }

        .modal-content p {
            text-align: left;
            font-size: 16px;
            line-height: 1.6;
            color: #333;
            margin-bottom: 10px;
        }

        .modal-content ul {
            text-align: left;
            margin: 20px 0;
        }

        .modal-content li {
            text-align: left;
            margin-bottom: 10px;
        }

        .modal-content hr {
            border: 0;
            border-top: 1px solid #ddd;
            margin: 20px 0;
        }

        @media (min-width: 700px) {
            .modal-content {
                text-align: justify;
            }
        }
/*  hide carousel indicators */
.carousel-indicators.hidden {
    display: none !important;
}

      