@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&family=Poppins:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap");
#root {
  --dynamic-primary-color: #263077;
  --dynamic-secondary-color: #2cb7df;
}

.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

.fs-base {
  font-size: 1rem !important;
}

.fs-fluid {
  font-size: 100% !important;
}

.fs-2x {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2qx {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2hx {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2tx {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-3x {
  font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-3qx {
  font-size: calc(1.45rem + 2.4vw) !important;
}

.fs-3hx {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-3tx {
  font-size: calc(1.5rem + 3vw) !important;
}

.fs-4x {
  font-size: calc(1.525rem + 3.3vw) !important;
}

.fs-4qx {
  font-size: calc(1.55rem + 3.6vw) !important;
}

.fs-4hx {
  font-size: calc(1.575rem + 3.9vw) !important;
}

.fs-4tx {
  font-size: calc(1.6rem + 4.2vw) !important;
}

.fs-5x {
  font-size: calc(1.625rem + 4.5vw) !important;
}

.fs-5qx {
  font-size: calc(1.65rem + 4.8vw) !important;
}

.fs-5hx {
  font-size: calc(1.675rem + 5.1vw) !important;
}

.fs-5tx {
  font-size: calc(1.7rem + 5.4vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 600 !important;
}
.image-off {
  display: block;
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 95%;
  }
  .image-off {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (min-width: 1480px) {
  .container {
    max-width: 1430px;
  }
}

body {
  font-family: "Inter", sans-serif, sans-serif;
}

h1 {
  color: #007d8e;
}

header {
  position: absolute;
  padding: 25px 0px;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
header .logo-light {
  display: none;
}
header .start {
  display: grid;
  grid-template-areas: "left  right";
  grid-template-columns: 20% 80% !important;
  grid-template-rows: auto;
  height: 100%;
}
header .start .logo {
  grid-area: left;
}
header .start .content {
  grid-area: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .start .content .links {
  display: flex;
  list-style: none;
  color: #ffffff;
  margin-bottom: 0px;
}
header .start .content .links li a {
  display: flex;
  list-style: none;
  color: #ffffff;
  margin-bottom: 0px;
}
header.menu-fixed .start .content .links li a,
header.menu-light .start .content .links li a {
  display: flex;
  list-style: none;
  color: black;
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  header .start .content .links {
    display: none;
  }
}
header .start .content .links li {
  margin: 0px 10px;
  text-transform: capitalize;
}
header .start .content .icon {
  margin-left: 3rem !important;
}
@media only screen and (max-width: 576px) {
  header .start .content .icon {
    margin-left: 0rem !important;
    margin-right: 1.5rem !important;
  }
}
header.menu-light {
  background: #ffffff !important;
}
header.menu-light .logo-dark {
  display: none !important;
}
header.menu-light .logo-light {
  display: block !important;
}
header.menu-light .start .content .links {
  color: #333;
  margin-bottom: 0px;
}
header.menu-fixed {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.6);
  position: fixed;
  animation: slide-down 0.7s;
}
header.menu-fixed .logo-dark {
  display: none !important;
}
header.menu-fixed .logo-light {
  display: block !important;
}
header.menu-fixed .start .content .links {
  color: #333;
  margin-bottom: 0px;
}

footer {
  background-color: #fff; 
  position: relative;
}
footer .container {
  z-index: 2;
  position: relative;
}
footer .inc {
  text-align: center;
  margin-bottom: 41px;
  color: #b00029;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  footer .inc {
    font-size: 18px;
  }
}
footer .inc span {
  font-weight: 400;
}
footer .start {
  display: grid;
  grid-template-areas: "sec1 sec3 sec2";
  grid-template-columns: 33% 33 33% !important;
  grid-template-rows: auto;
  height: 100%;
  padding: 0px 108px;
  position: relative;
}
@media only screen and (max-width: 576px) {
  footer .start {
    padding: 0px 0px;
    grid-template-areas: "sec2" "sec3" "sec1";
    grid-template-columns: 100% !important;
  }
}
footer .start .sec1 {
  grid-area: sec1;
  display: flex;
  justify-content: start;
}
footer .start .sec1 .content {
  display: flex;
  flex-direction: column;
}
footer .start .sec1 .content span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 2px;
}
footer .start .sec1 .content .links {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: #333;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .start .sec1 .content .links li {
  margin: 0px 0px;
  text-transform: capitalize;
}
footer .start .sec1 .content .links li a {
  text-decoration: none;
  color: inherit;
}
footer .start .sec1 .content.content2 {
  margin-left: 55px;
}

@media only screen and (max-width: 576px) {
  footer .start .sec1 .content.content2 {
    margin-left: 11px;
  }
}

footer .start .sec3 {
  grid-area: sec3;
  display: flex;
  justify-content: start;
}

footer .start .sec3 .content {
  display: flex;
  flex-direction: column;
}

footer .start .sec3 .content span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 2px;
}

footer .start .sec3 .content .links {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: #333;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .start .sec3 .content .links li {
  margin: 0px 0px;
  text-transform: capitalize;
}

footer .start .sec3 .content .links li a {
  text-decoration: none;
  color: inherit;
}

footer .start .sec3 .content.content2 {
  margin-left: 55px;
}

@media only screen and (max-width: 576px) {
  footer .start .sec3 .content.content2 {
    margin: 10px 0px 10px 0px;
  }

  .fico {
    margin-top: 82px !important;
  }
}
footer .start .sec2 {
  grid-area: sec2;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 576px) {
  footer .start .sec2 {
    justify-content: start;
    margin-bottom: 53px;
  }
}
footer .start .sec2 .content {
  display: flex;
  flex-direction: column;
}
footer .start .sec2 .content span {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 2px;
}
footer .start .sec2 .content .links {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: #333;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .start .sec2 .content .links li {
  margin: 0px 0px;
  text-transform: capitalize;
}
footer .start .sec2 .content.content2 {
  margin-left: 55px;
}
footer .bcdrop-img {
    width: 100%;
    height: 36px;
    margin-top: 50px;
    margin-bottom: 10px;
}
footer .igfooterimg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 576px) {
  footer .igfooterimg {
    width: 100%;
    bottom: -137px;
  }
}

.f-body {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.f-body .donate-frm {
  position: relative;
  padding: 94px 0px 106px 0px;
}
@media only screen and (max-width: 576px) {
  .f-body .donate-frm {
    padding: 70px 0px 70px 0px;
  }
}
.f-body .donate-frm h1 {
    color: #08567A;
    font-family: "Inter", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .f-body .donate-frm h1 {
    font-size: 32px;
  }
}
.f-body .donate-frm h1 span {
  display: block;
  font-weight: 400;
}
.f-body .donate-frm .imgg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}

.btn.btn-rnd {
  border-radius: 40px;
}

.btn.btn-#006D8E {
  background-color: #006D8E;
  cursor: pointer;
}

.vh {
  visibility: hidden;
}

.radio-group {
  display: flex;
  padding-left: 12px;
}
.radio-group label.pl {
  display: flex;

  align-items: center;
}
@media only screen and (max-width: 576px) {
  .radio-group label.pl {
    margin: 0px 14px 10px 0px;
  }
}
.radio-group label.pl input {
  margin-right: 10px;
  display: block;
}
.radio-group label.pl span {
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .radio-group label.pl span {
    font-size: 11px;
  }
}

.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.checkbox-container label.pl {
  display: flex;
  margin: 0px;
  align-items: center;
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkbox-container label.pl input {
  margin-right: 10px;
  display: block;
}
@media only screen and (max-width: 576px) {
  .checkbox-container label.pl {
    font-size: 12px;
  }
}

.form-floating .form-control {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  background: transparent;
}
.form-floating .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #006D8E !important;
}

.form-floating label::after {
  background-color: transparent !important;
}

@media only screen and (max-width: 576px) {
  .form-floating label {
    font-size: 14px;
  }
}

.form-floating .form-select {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  background-color: transparent;
}
@media only screen and (max-width: 576px) {
  .form-floating .form-select {
    font-size: 14px;
  }
}
.form-floating .form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid #006D8E !important;
}

.form-floating label::after {
  background-color: transparent !important;
}

@media only screen and (max-width: 576px) {
  .form-floating label {
    font-size: 14px;
  }
}

/* Add your custom CSS styles here */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0eaa00;
  border-radius: 3px;
  /* Adjust as needed for your design */
  outline: none;
  position: relative;
}

input[type="checkbox"]::before {
  content: "\2713";
  /* Unicode checkmark character */
  font-size: 14px;
  /* Adjust as needed for your design */
  color: #0eaa00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

input[type="checkbox"]:checked::before {
  display: block;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 5px #0eaa00;
}

/* Add your custom CSS styles here */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #006D8E;
  outline: none;
  position: relative;
}

input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #006D8E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

input[type="radio"]:checked::before {
  display: block;
}

input[type="radio"]:focus {
  box-shadow: 0 0 5px #006D8E;
}

#customAmount:focus {
  border: 1px solid #006D8E;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #snackbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

.custom-file-upload {
    border: 1px solid #ccc!important;
    display: inline-block;
    padding: 6px 12px!important;
    cursor: pointer;
    height:30px!important;
}
.field-validation-error {
    color: red;
    font-size: smaller;
    width: 100%;
    text-align: left;
    display: block;
}
.home_sec_anchor {
    text-decoration: none;
    color: #303030;
    text-transform:uppercase;
    font-size:20px;font-weight:500;

}
    .home_sec_anchor p {
        font-size: 12px;
        color: #303030;
        margin:10px auto 20px;

    }
    .home_sec_anchor a {
        text-decoration: underline;
        font-size: 12px;
        color: #303030;
    }
    .home_sec1 {
        background: #A6C7E6;
        border-radius: 10px;
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        padding: 20px;
        text-align: center;
    }
.home_sec2 {
    background: #F8C9DD;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
}
.home_sec3 {
    background: #F8D9C5;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
}
.icon{
    width:64px;
    height:64px;
    border-radius:50px;
    text-align:center;
    line-height:64px;
    margin:5% auto;
}
.kaam {
    background: #3A70A3;
}
.daam {
    background: #C25784;
}
.shaan {
    background: #A9683E;
}
.samman {
    background: #447843;
}
.sushasan {
    background: #7955B0
}
.swabhiman {
    background: #7955B0;
}
.home_sec4 {
    background: #C2E1C1;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
}
.home_sec5 {
    background: #DBCDF0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
}
.home_sec6 {
    background: #A3E1DC;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
}
.prev_manifesto {
    width: 100%;
    background: #28A8E3;
    padding:20px 0;
    text-align:center;
}
    .prev_manifesto p{
        font-size:30px;
        font-weight:500;
        color:#fff;
        margin-bottom:20px;
    }
.btn-white {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    color: #28A8E3;
    font-size:16px;
}
    .btn-white:hover {
        color: #28A8E3;
    }
    .awaazbharatki {
        position: absolute;
        right: 25%;
        top: 100px;
        height: 130px;
        width: 450px;
    }
.floating-img1 {
    position: absolute;
    top: 80%;
    left: 0;
    width: 670px;
    height: 350px;
}
.floating-img2 {
    position: absolute;
    top: 200px;
    right: 20%;
    width: 670px;
    height: 250px;
}
.tricolor {
    width: 100%;
    margin-top: -5px;
}
.silider-aasra {
    background: url(/src/static/main_slider.png);
    background-size: cover;
    height: 100vh;
}
.slider-item .slider-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.slider-item .title-small {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .slider-item .title-small {
    font-size: 16px;
  }
}

.slider-item.slick-active .title-small {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInDown;
  -webkit-animation-name: bounceInDown;
}

.slider-item .title-big {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 490px;
}
@media only screen and (max-width: 576px) {
  .slider-item .title-big {
    font-size: 28px;
  }
}
.slider-item .title-big span {
  color: #ffcb05;
}

.slider-item.slick-active .title-big {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInRight;
  -webkit-animation-name: bounceInRight;
}

.slider-item .price {
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 500;
  display: block;
  margin-bottom: 35px;
}

.slider-item.slick-active .price,
.slider-item.slick-active .description {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
}

.slider-item .price .number-price {
  text-transform: uppercase;
  font-size: 28px;
  color: #65a15a;
  font-weight: 700;
  position: relative;
}

.slider-item .slider-infor .button {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background: #65a15a;
  border: 1px solid #65a15a;
  color: #fff;
  margin-right: 5px;
  min-width: 110px;
  border-radius: 0;
}

.slider-item.slick-active .slider-infor .button {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInUp;
  -webkit-animation-name: bounceInUp;
}

.slider-item .slider-infor .button:last-child {
  margin-right: 0;
}

.slider-item .slider-infor .button:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.slider-item.style1 .slider-inner {
  background-image: url(../static/banners/b1.png);
}

.slider-item.style1 .slider-inner .slider-infor,
.slider-item.style2 .slider-inner .slider-infor,
.slider-item.style3 .slider-inner .slider-infor {
  /* padding-bottom: 126px;
  padding-top: 139px;
  padding-right: 680px;
  padding-left: 170px; */
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media only screen and (max-width: 576px) {
  .slider-item.style1 .slider-inner .slider-infor,
  .slider-item.style2 .slider-inner .slider-infor,
  .slider-item.style3 .slider-inner .slider-infor {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.home-slider.style1 {
  padding-top: 30px;
}

.home-slider .slick-slider.nav-center > .slick-arrow {
  position: absolute;
  z-index: 15;
  bottom: 43px;
  display: inline-block;
  width: 52px;
  height: 52px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;

  text-align: center;
  line-height: 52px;
  opacity: 1;
  right: 40px;
  visibility: visible;
  -moz-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
}

.home-slider .slick-slider.nav-center > .slick-arrow:first-child {
  right: 120px;
}

.home-slider:hover .slick-slider.nav-center > .slick-arrow:first-child {
  /* left: 15px; */
}

.home-slider:hover .slick-slider.nav-center > .slick-arrow {
  /* right: 15px; */
  opacity: 1;
  visibility: visible;
}

.slider-owl .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 45px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 576px) {
  .slider-owl .slick-dots {
    display: none !important;
    bottom: 236px;
    left: 14px;
  }
}
.slider-owl .slick-dots li {
  margin: 0px 2.5px;
}
.slider-owl .slick-dots li.slick-active::before {
  display: block;
  background-color: #fff0;
  border: 1px solid #006D8E;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
}
.slider-owl .slick-dots li::before {
  display: block;
  cursor: pointer;
  background-color: #fff;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.slider-owl .slick-dots li button {
  display: none;
  border: none;
}

.rah {
  position: relative;
  overflow: hidden;
  padding: 136px 10px;
}
@media only screen and (max-width: 576px) {
  .rah {
    padding: 76px 10px;
  }
}
.rah h1 {
  margin-top: 30px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .rah h1 {
    font-size: 18px;
  }
}
.rah h1 span {
  display: block;
  font-weight: 700;
}
.rah img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
@media only screen and (max-width: 576px) {
  .rah img {
    width: 51%;
  }
}

.reciept {
  margin-top: 86px;
}
.reciept .header {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .header {
    font-size: 14px;
  }
}
.reciept .header .inner {
  font-weight: 400;
}
.reciept .mainrec {
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 576px) {
  .reciept .mainrec {
    overflow: hidden;
  }
}
.reciept {
  padding: 0 12px;
}
.reciept .backing {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .reciept .backing {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.reciept .cntct {
  position: relative;
  z-index: 2;
  padding: 33px 38px;
}
@media only screen and (max-width: 576px) {
  .reciept .cntct {
    padding: 33px 40px;
  }
}
.reciept .sliptxt1 {
  margin: 48px 0px !important;
  color: #211f3c;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt1 {
    font-size: 12px;
  }
}
.reciept .sliptxt1 span {
  font-weight: 700;
}
.reciept .sliptxt2 {
  margin: 0px 0px 5px 0px !important;
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt2 {
    font-size: 11px;
    font-weight: 400;
  }
}
.reciept .sliptxt3 {
  margin: 12px 0px 12px 0px !important;
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt3 {
    font-size: 12px;
  }
}
.reciept .sliptxt4 {
  margin: 12px 0px 12px 0px !important;
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: end;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt4 {
    font-size: 12px;
  }
}
.reciept .sliptxt5 {
  margin: 0px 0px 50px 0px !important;
  color: #7a7a7a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt5 {
    font-size: 11px;
  }
}
.reciept .sliptxt6 {
  margin: 0px 0px 16px 0px !important;
  color: #7a7a7a;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: end;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt6 {
    font-size: 11px;
  }
}
.reciept .sliptxt7 {
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt7 {
    font-size: 16px;
  }
}
.reciept .sliptxt7 span {
  color: #006D8E;
}
.reciept .sliptxt7 div {
  margin-top: 4px;
  color: #211f3c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt7 div {
    font-size: 11px;
  }
}
.reciept .sliptxt8 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 576px) {
  .reciept .sliptxt8 {
    font-size: 12px;
  }
}

.svg svg {
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  .dr a {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .o-c {
    margin-bottom: 20px;
  }
}

.separator {
  height: 1px;
  border-top: 0.5px dashed black;
  padding: 5px;
  width: 100%;
  display: block;
}
.span-footer-mal {
  color: #333;
  font-size: 14px;
  font-style: normal;

  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 4px;
  margin-top: 9px;
}
.links-footer-mal {
  display: flex;
  flex-direction: column;
  list-style: none;
  color: #333;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 11px;

  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-mar {
  margin-bottom: 24px;
}
.links-footer-mal li a {
  text-decoration: none;
  color: inherit;
}
.mal-footer-desk {
  display: grid;
}
.slider-item.slick-active .animation-kk {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.img-big {
  display: block !important;
}

.img-small {
  display: none !important;
}

.flex-help {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mr-rr {
  margin-right: 12px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .m-flex {
    display: flex;
    flex-direction: row;
  }
  .mr-rr {
    margin-right: 0px;
  }
  .flex-help {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .reciept .header {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .footer-mar {
    margin-bottom: 8px;
  }
  .radio-group label.pl input {
    margin-right: 3.63px;
    display: block;
  }
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #006D8E;
    outline: none;
    position: relative;
  }

  .reciept .mainrec {
    position: relative;
    margin-top: 24px;
    padding: 0px !important;
  }

  .mal-footer-desk {
    display: none !important;
  }
  .home-slider .slick-slider.nav-center > .slick-arrow:first-child {
    left: 15px;
  }
  .home-slider .slick-slider.nav-center > .slick-arrow {
    position: absolute;
    z-index: 15;
    bottom: 0px;
    display: inline-block;
    width: 52px;
    height: 52px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;

    text-align: center;
    line-height: 52px;
    opacity: 1;
    right: 15px;
    visibility: visible;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
  }
  .mt-mal-m {
    margin-top: 8px;
  }
  .mal_m--logo {
    width: 137px !important;
  }
  .mal_m--right-frame {
    width: 125px !important;
  }
  .mal_m--head {
    top: 62% !important;
    left: 50% !important;
  }

  .mal_m--banner-ball {
    width: 240px !important;
    height: 240px !important;
    font-size: 20px;
    line-height: 1.2;
  }
  .mal_m--donate-header {
    font-size: 28px !important;
    margin-bottom: 0px !important;
  }
  .radio-group {
    display: flex;
    flex-flow: wrap;
    padding-left: 0px;
  }
  .wid-section-m {
    width: 100%;
    justify-content: space-between;
  }
  .my-sec-2 {
    margin-left: 0px !important;
  }
  footer .start {
    padding: 0px 0px;
  }
  .img-big {
    display: none !important;
  }

  .img-small {
    display: block !important;
    left: 0;
    width: 100%;
    position: absolute;
    top: 50px;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .reciept .mainrec {
    position: relative;
    margin-top: 24px;
    padding: 0px !important;
    /* width: 70%; */
  }
  footer .start {
    padding: 0px 0px;
  }
  .img-rec {
    position: absolute;
    top: 80px;
    left: 60px;
  }
  /* .img-big {
    display: none !important;
  }

  .img-small {
    display: block !important;
  } */
  .reciept .header {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .mal_m--banner-ball {
    width: 290px;
    height: 290px;
    font-size: 22px;
  }
  .mal_m--head {
    top: 54% !important;
    left: 53% !important;
  }
  .mal_m--donate-header {
    font-size: 48px !important;
    margin-bottom: 0px !important;
  }
  .wid-section-m {
    /* width: 60%; */
  }
  .w-gandhi {
    width: 26%;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .reciept .header {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .img-rec {
    position: absolute;
    top: 80px;
    left: 60px;
  }
  .mal_m--banner-ball {
    width: 290px;
    height: 290px;
    font-size: 22px;
  }
  .mal_m--head {
    top: 54% !important;
    left: 53% !important;
  }
  .mal_m--donate-header {
    font-size: 48px !important;
    margin-bottom: 0px !important;
  }
  .wid-section-m {
    /* width: 60%; */
  }
  .w-gandhi {
    width: 26%;
  }
}
@media (min-width: 1250px) and (max-width: 1500px) {
  .reciept .header {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .img-rec {
    position: absolute;
    top: 80px;
    left: 60px;
  }
  .mal_m--banner-ball {
    width: 354px;
    height: 354px;
    font-size: 24px;
  }
  .mal_m--head {
    top: 56% !important;
    left: 53% !important;
  }
  .mal_m--donate-header {
    font-size: 54px !important;
    margin-bottom: 0px !important;
  }
  .wid-section-m {
    /* width: 60%; */
  }
  .w-gandhi {
    width: 17%;
  }
}
@media (min-width: 1500px) and (max-width: 150000px) {
  .w-gandhi {
    width: 16%;
  }
  .reciept .header {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .img-rec {
    position: absolute;
    top: 80px;
    left: 60px;
  }
  .mal_m--banner-ball {
    width: 350px;
    font-size: 22px;
    height: 350px;
  }
  .mal_m--head {
    top: 56% !important;
    left: 51.5% !important;
  }
  .mal_m--donate-header {
    font-size: 54px !important;
    margin-bottom: 0px !important;
  }
  .wid-section-m {
    /* width: 60%; */
  }
}
.fa .text-primary {
  color: black !important;
  stroke: black !important;
  fill: black !important;
}
.fa-angle-right {
  /* color: black !important;
  stroke: black !important;
  fill: black !important; */
}
.donations-progress {
    height: 12px;
    background: #006D8E;
    border-radius:0 5px 5px 0;
    display:inline-block!important;
    margin:0 10px;
}
.carousel-indicators [data-bs-target] {
    background: #D9D9D9;
    border-radius:10px;
    border:0!important;
    width:12px;
    height:12px;    
}
.carousel-indicators .active {
    background: #006D8E;
}
.carousel-indicators {
    margin-bottom: 0px !important;
}

.inner_slider{
    height:400px;
    position:relative;
}
.inner_slider img{
    height:100%;
}
.inner_slider .container{
    position:absolute;
    left:0;
    right:0;
    margin:2% auto;
    bottom:0;
    z-index:0;
    
}

.left_title h4{
    font-size:40px;
    color:#fff;
}

.left_title p {
    font-size: 20px;
    color: #fff;
}
.pop_up {
    width: 100%;
    height: 100%;
    position:fixed !important;
    left:0;
    top:0;
    background: rgba(8, 86, 122, 0.95);
    z-index:99 !important; 
    text-align:center;
}
 
.bg-white{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    max-height:500px;
    height:auto;
    padding:30px;
    overflow:auto;
}
.pop_header {
    color: #08567A;
    margin-bottom: 30px !important;
}

.btn-submit {
    background: #28A8E3;
    width:100%;
    border-radius:10px;
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-top:5%;

}

.btn-submit:hover{
    color:#fff !important;
}

.form-group label {
    color: #303030;
    text-align:left ;
    width:100%;
    padding-bottom:10px;
    font-size:16px;
}

.form-group .form-control {
    background: rgba(128, 128, 128, 0.1) !important;
    border-radius:10px;
    border:none !important;
    padding:10px;
}

.thankyou {
    display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 5%;
}

    .thankyou img {
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
    }

.thankyou_inner h1, .thankyou_inner p{
    text-align:left;
}

.thankyou_inner p {
    color: #08567A;
    font-size:20px;
}

.thankyou_inner h1{
    font-size:50px !important;
}

.close {
    position: absolute;
    right: 0;
    top: 2%;
    border: none;
    background: transparent; 
}
.loading {
    position: absolute;
    z-index: 9999;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loading img {
        width: 150px;
    }
.back {
    position: absolute;
    left: 1%;
    top: 2%;
    border: none;
    background: transparent;
}
.section{
    padding:30px 0;

}
.nav-pills {
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.5);
}
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #28A8E3;
    }
.nav-link {
    color: #303030
}
.tab-pane{
    text-align:left ;
}
    .tab-pane p, .tab-pane  li{
        font-size: 13px;
    }

    .tab-pane li{
        line-height:24px;
    }

.main_btn {
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .thankyou_inner {
        position: absolute;
        bottom: 0;
        padding: 25px;
    }

    .thankyou img {
        width: 60%;
    }
    .left_title p {
        font-size: 12px;
    }
    .left_title h4 {
        font-size: 28px; 
    }
    .home_sec_anchor {
        display: flex;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .icon{
        margin:5%;
    }
        .silider-aasra {
            background: none; 
            height: 80vh;
        }
    .prev_manifesto p{
        font-size:22px;
    }
    .inner_slider{
        height:200px;
    }
    .inner_slider img{
        height:100%;
    }
        .mobile_slider{
            display:block !important;
            width:100%;
            height:100%;
        }
}