html {
  font-size: 14px;
}
.table td, .table th{
    font-size:14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* main css */
@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: 10px 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;
}

@media only screen and (max-width: 576px) {
    .silider-aasra h4 {
        padding-top: 30% !important;
        width: 80% !important;
    }

    .silider-aasra img {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: auto;
        right: 0;
        width: 100% !important;
        transform: scale(1.2);
    }

    .mlogo {
        display: none;
    }

    header {
        position: fixed !important;
        z-index: 99999;
    }
}

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 .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: #000;
    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: 36px;
    }
}

.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%;
        font-weight: bold;
        transform: translate(-50%, -55%);
        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;
}

.btm_flg {
    width: 100%;
    height: 16px;
    background: url(../src/static/banners/btm_flg.jpg) repeat-x;
}

.silider-aasra {
    background: url(/src/static/banners/aasra_hero.jpg);
    background-size: cover;
    height: 701px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .silider-aasra img {
        width: 55%;
    }

    .silider-aasra h4 {
        font-weight: normal;
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin: auto;
        padding-top: 10%;
        padding-bottom: 5%;
        width: 55%;
        line-height: 1.5
    }

.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 {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.reciept_inner {
    width: 100%;
    background: #F0EFEF;
    padding: 40px 0;
    height: auto;
    margin: 4% auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: relative;
}

.reciept .header {
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #000;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
}

.back_btn1 img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.close_btn:hover {
    color: #fff;
}

.back_btn1 {
    display: none;
}

.close_btn {
    display: block;
}

@media only screen and (max-width: 576px) {
    .back_btn1 {
        position: absolute;
        display: flex !important;
        left: 20px;
        top: 15px;
        border-radius: 50px;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        text-decoration: none;
        color: #000 !important;
        align-items: center;
        font-size: 16px;
    }

    .reciept .header {
        font-size: 14px;
    }

    .reciept {
        position: relative;
        background: transparent;
    }

    .reciept_inner {
        background: #fff;
        margin: 18% auto;
    }
}

.reciept .header .inner {
    font-weight: 400;
}

.reciept .mainrec {
    position: relative;
    margin: auto;
}

@media only screen and (max-width: 576px) {
    .reciept .mainrec {
        overflow: hidden;
    }
}

.reciept .backing {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .reciept .backing {
        width: 96%;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
}

.reciept .cntct {
    position: relative;
    z-index: 2;
    padding: 33px 38px;
}

@media only screen and (max-width: 576px) {
    .reciept .cntct {
        padding: 15% 40px;
    }
}

.reciept .sliptxt1 {
    margin: 48px 0px !important;
    color: #211f3c;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn-orange {
    width: auto;
    padding: 10px 100px;
    background: #006D8E;
    border-radius: 30px !important;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

    .btn-orange:hover {
        background: #006D8E;
    }

.btm_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt-green {
    color: #006D8E;
}

.btm_btn span {
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 576px) {
    .reciept .sliptxt1 {
        font-size: 12px;
    }
}

.reciept .sliptxt1 span {
    font-weight: 700;
}

.txt-from {
    width: 70%;
    margin: 5% auto;
    border: 1px solid #006D8E !important;
    border-radius: 10px;
    text-align: center;
}

.reciept .sliptxt2 {
    margin: 0px 0px 5px 0px !important;
    color: #211f3c;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

    .reciept .sliptxt2 span {
        font-size: 12px;
    }

@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;
    }

    .back_btn1 {
        display: block;
    }

    .close_btn {
        display: none;
    }
}

.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;
}

.section {
    padding: 40px 0;
}

.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;
    }

.logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.navbar {
    padding-top: 0rem !important;
    padding-bottom: 0.2rem !important;
}

.user_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.voter_image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}