* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.topHeader {
    background-color: #cc244b;
}

.topHeader .nav-link {
    padding: 5px 10px;
    font-family: 'Sen', sans-serif;
    font-weight: 900;
    color: #f7f7f7;
    font-size: 14px;
}

.topHeader .nav-link:last-child {
    padding-right: 0;
}

.topHeader .languageSelect {
    display: inline;
    width: auto;
    font-size: 14px;
    border: 0;
    color: #f7f7f7;
    background-color: transparent;
    padding: 6px 33px 6px 15px;
    font-family: 'Sen', sans-serif;
    font-weight: 900;
    border-radius: 0;
    box-shadow: none !important;
    border-left: 1px solid #f7f7f7;
    margin-left: 7px;
}

.topHeader .languageSelect option {
    color: #000;
}

.btn-donate {
    background-color: #D81B60;
    color: #fff;
    padding: 5px 20px;
    margin-left: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Sen', sans-serif;
    font-size: 15px;
}

.navbar {
    border-bottom: 1px solid #ddd;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e7ede8;
    border: 1px solid #F57C00;
    border-radius: 0;
}

.navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 3px;
    background-color: #000 !important;
    margin: 4px 0;
    vertical-align: middle;
    content: "";
    background: no-repeat;
    background-size: 100% 100%;
}

.navbar-nav li a {
    font-family: 'Sen', sans-serif;
    font-weight: 900;
    color: #fff;
    padding: 5px 15px !important;
    margin: 0;
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li.active a {
    background-color: #cc244b;
    color: #f7f7f7;
}

.navbar-nav li:hover a {
    background-color: #cc244b;
    color: #f7f7f7;
}

.marginRight0 {
    margin-right: 0 !important;
}

.collapse:not(.show) {
    display: block;
}

.navbar-nav {
    flex-direction: row;
}

.bottoMenu {
    background-color: #000;
}

.bottoMenu .container {
    padding-left: 0;
}

.poster img {
    border-bottom: 1px solid #2a2075;
    border-right: 1px solid #2a2075;
}

.categorySymp1 {
    padding: 0 10px 10px;
    margin: -20px 0 30px;
    /*background-color: rgba(25, 80, 29, 0.1);*/
}

.categorySymp1 .count {
    font-size: 30px;
    font-weight: 900;
    color: #f7f7f7;
}

.categorySymp1 h5 {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    color: #f7f7f7;
}

.categorySymp1 .box-1 {
    background-color: #e7c12d;
    padding: 21px 15px;
}

.categorySymp1 .box-2 {
    background-color: #ea2c58;
    padding: 21px 15px;
}

.whoWeare {
    margin: 40px 0 10px;
    padding: 0;
}

#onlineBox {
    display: none;
}

.btn-procced {
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #cc244b;
    color: #fff;
    font-weight: 900;
    padding: 7px 25px;
    margin-bottom: 20px;
}

.whoWeare h4 {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Sen', sans-serif;
}

.whoWeare p {
    font-family: 'Sen', sans-serif;
    font-weight: 100;
}

.donationBox {
    background-color: #2a2075;
    padding: 15px 15px;
    margin-bottom: 30px;
}

#upiBox {
    display: none;
}

.donationBox img {
    position: relative;
    top: 38%;
}

.donationBox h4 {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    color: #f7f7f7;
}

.donationBox p {
    margin-bottom: 5px;
    color: #f7f7f7;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
}

.donationBox p span {
    font-weight: 400;
}

/*div {
  width: 100%;
  height: 100vh;
  display: grid;
  align-content: ceneter;
  place-content: center;
  text-align: center;
}*/

.donationLine {
    background-image: url('../images/bg-jpg.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 250px;
    display: grid;
    align-content: ceneter;
    place-content: center;
}

.donationLine h3 {
    font-weight: 900;
    font-family: 'Sen', sans-serif;
    color: #f7f7f7;
    text-shadow: 1px 1px 5px #000;
    text-align: left;
}

.donationLine .btn-donate {
    background-color: #000;
    padding: 5px 35px;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    color: #f7f7f7;
    position: relative;
    top: 25px;
    box-shadow: 1px 1px 1px #fff;
    transition: 0.2s;
}

.donationLine .btn-donate:hover {
    box-shadow: none;
}

.form-button {
    margin: 20px 0;
}

.formDonate h4 {
    background: #f7f7f7;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 40px;
}

.formDonate label {
    font-size: 13px;
    font-weight: 900;
    font-family: 'Sen', sans-serif;
}



.formDonate label.form-check-label {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Sen', sans-serif;
}


.formDonate input {
    font-size: 15px;
}

.formDonate select {
    font-size: 15px;
}


.contactPage {
    background-color: #f7f7f7;
    padding: 40px 15px;
}

.contactPage h4 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

.contactPage h5 {
    text-align: center;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 15px;
    color: #cc244b;
}

.contactPage p {
    text-align: center;
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}


/*  footer Design   */

.footer {
    background-color: #211b1a;
    padding: 30px 15px 20px;
}

.footer .title h4 {
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer .footerLinks {
    margin-bottom: 10px;
}

.footer .footerLinks p {
    font-family: 'Sen', sans-serif;
    color: #f7f7f7;
    margin-top: 15px;
}

.footer .footerBottomContent {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer .footerBottomContent p {
    font-family: 'Sen', sans-serif;
    font-size: 14px;
    color: #f7f7f7;
    font-weight: 400;
}

.footer .footerBottomContent img {
    position: relative;
    top: 7px;
    opacity: 0.6;
}

#wrapper {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    margin: 10px auto;
    padding: 10px;

}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 1em;
    padding-inline-end: 2em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: solid;
    border-color: threedface;
    border-image: initial;
}

.upiBorder {
    border-left: 1px solid #ddd;
}

.custom-margin {
    margin-bottom: 36px;
}

.sbi-image-top{
    top: 0 !important;
}