@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.top-header {
    color: #fff;
    position: fixed;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    background: rgb(65 187 50 / 0.9);
    font-size: 12px;
    z-index: 999;
}
.nav-mt {
    top:25px
}
a.navbar-brand img {
    position: absolute;
    max-width: 53px;
    top: 2px;
}
a.nav-link {
    font-size: 15px;
    margin-left: 7px;
    margin-right: 7px;
    color: #000 !important;
}
.contact-cta {
    margin-top: 3px;
}
span.top-contact {
    margin-right: 20px;
}
span.top-contact .fa {
    margin-right: 3px;
}
.top-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.top-social ul li {
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    font-size: 15px;
    margin-left: 4px;
}
.top-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 10px;
}
.donate a.nav-link {
    background: #41bb32;
    color: #fff !important;
    padding: 0.5rem 1.3rem !important;
    border-radius: 7px;
    margin-left: 15px;
    font-weight: 500;
}
.home-section {
    height: 100vh;
    background: gray;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.navbar {
    background: rgb(255 255 255 / 0.9);
    height: 65px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 15%);
}
.home-logo img {
    max-width: 220px;
}
.home-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
.dashboard-section {
    padding: 40px 0px;
    margin-top: 91px;
}
img {
    max-width: 100%;
}
.profile-img img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
}
.user-name {
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #41bb32;
}
.donate-cards {
    border: 10px solid #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 5px;
    margin-bottom: 20px;
}
.donate-card-img {
    height: 155px;
    background-size: cover !important;
    background-position: center center !important;
}
.do-1 {
    background: url(../images/do-1.jpg);
}
.do-2 {
    background: url(../images/do-2.jpg);
}
.do-3 {
    background: url(../images/do-3.jpg);
}
.do-4 {
    background: url(../images/do-4.jpg);
}
.do-5 {
    background: url(../images/do-5.jpg);
}
.do-6 {
    background: url(../images/do-6.jpg);
}
.amount {
    font-size: 30px;
    font-weight: 700;
    margin: 10px 0px;
}
.donate-cards button {
    background: #fc862e;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    outline: 0;
    border: 0;
    padding: 7px 15px;
    width: 100%;
}
.custom-donate button {
    background: #41bb32;
    height: 50px;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
}
.custom-donate input {
    padding: 15px;
    height: 50px;
    font-size: 20px;
    outline: 0;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}
.custom-donate {
    display: flex;
    margin: 20px 0px 40px 0px;
}
.tab-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.ff {
    margin-bottom: 10px;
}
.fm {
    height: 35px;
    width: 70%;
    padding: 10px;
    font-size: 14px;
    outline: 0;
}
.ft {
    height: 100px;
    width: 70%;
    padding: 10px;
    font-size: 14px;
    resize: none;
    outline: 0;
}
button.update-profile {
    background: #fc862e;
    color: #fff;
    padding: 8px 19px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.donation-table tr th, .donation-table tr td {
    vertical-align: middle;
}
.donation-table button {
    background: #fc862e;
    color: #fff;
    padding: 5px 15px;
    outline: 0;
    border: 0;
    border-radius: 5px;
}
.login-section {
    height: 100vh;
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-panel {
    background: #fff;
    width: 70%;
    display: flex;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.form-left {
    width: 40%;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.form-right {
    width: 60%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: url(../images/login.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 40px;
}
.login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000008c;
    z-index: 999;
}
.tagline-title {
    line-height: 40px;
    font-weight: 900;
    color: #fff;
    font-size: 40px;
    width: 55%;
}
.tagline-txt {
    color: #fff;
    width: 70%;
    margin-top: 20px;
}
.right-tagline {
    position: relative;
    z-index: 999;
}
.form-input-sec {
    font-size: 14px;
    border: 1px solid #d5d5d5;
    outline: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.signup-form-sec button {
    background: #fc862e;
    color: #fff;
    padding: 8px 19px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 40px;
}
.signup-form-sec {
    min-height: 340px;
    margin-top: 15px;
    width: 100%;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
}
.signup-form-sec label {
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 5px;
    cursor: pointer;
}
.certi {
    position: relative;
    margin-bottom: 20px;
}
.certi a {
    background: #fc862e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    font-size: 12px;
    text-decoration: none;
}
.r-cpt {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 10px;
}
span.err {
    color: red;
    font-size: 10px;
    position: relative;
    top: -7px;
}
.signup-form-sec button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.login-err {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #ff00009e;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    color: #fff;
}
.forget-pass-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.forget-pass-link a {
    text-decoration: none;
    color: #076cbd;
    font-size: 12px;
}
.f-pass-head {
    font-size: 20px;
    font-weight: 600;
}
.login-succ {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background: #0080009c;
    border-radius: 5px;
    margin-top: 10px;
    height: 40px;
    color: #fff;
}
.banner {
    height: 540px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
.banner.contact-b {
    background: url(../images/contact-banner.jpg);
}
.banner.about-b {
    background: url(../images/about-b.jpg);
}
.banner.testi-b {
    background: url(../images/testi-b.jpg);
}
.banner.donate-b {
    background: url(../images/donate.jpg);
    height: 80vh;
}
.about-section {
    padding: 50px 0px;
}
.banner-head {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
}
.banner-txt {
    color: #fff;
    width: 70%;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.banner-sec a {
    background: #fc862e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}
.banner-sec {
    margin-top: 110px;
}
.contact-form-sec .fm, .contact-form-sec .ft {
    width: 100%;
    margin-bottom: 10px;
}
.contact-form-sec button {
    background: #41bb32;
    color: #fff;
    padding: 8px 19px;
    outline: 0;
    border: 0;
    border-radius: 5px;
}
.contact-block {
    padding: 50px 0px;
}
.addr {
    display: flex;
    margin-bottom: 10px;
}
.addr-ico {
    width: 40px;
    font-size: 25px;
    color: #41bb32;
}
.ad-hd {
    font-weight: 700;
    margin-top: 5px;
}
a.get_dir {
    display: inline-block;
    background: #51b948;
    color: #fff;
    cursor: pointer;
    padding: 4px 10px;
    font-size: 11px;
    margin-top: 5px;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 1px;
}
.contact-form-sec button:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.succ-msg {
    font-size: 13px;
    background: #8bc34ad9;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}
.err-msg {
    font-size: 13px;
    background: #ff5722;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
}
.map-sec {
    margin-top: 15px;
}
.join-us {
    background: url(../images/footer-banner.jpg);
    background-size: cover;
    background-position: center center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.join-head {
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    margin-top: 10px;
}
.join-subhead {
    font-size: 19px;
    font-weight: 700;
    margin: 10px 0px;
    color: #fff;
}
.join-txt {
    width: 85%;
    color: #fff;
    margin: 0 auto 15px auto;
}
.join-btns a {
    background: #fc862e;
    color: #fff;
    padding: 8px 19px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000ab;
}
.count-head {
    font-size: 18px;
}
.count-txt {
    color: #454545;
    font-weight: 600;
    font-size: 25px;
}
.co {
    color: #41bb32;
}
.count-sec {
    padding: 60px 0px;
}
.common-border {
    border-left: 1px solid #d3d3d3;
}
.footer-sec {
    background: #3b3b3b;
    padding: 40px 0px;
    color: #fff;
}
.bottom-footer {
    background: #434343;
    color: #757575;
    font-size: 11px;
    padding: 10px;
}
.footer-block img {
    max-width: 110px;
    margin-right: 20px;
}
.quick-head {
    font-size: 20px;
    margin-bottom: 10px;
}
.quick-txt {
    color: #aeaeae;
}
.quick-txt ul {
    list-style: none;
    padding: 0;
}
.quick-txt ul li a {
    text-decoration: none;
    color: #aeaeae;
}
.f-ico .fa {
    width: 30px;
}
.addrr {
    display: flex;
    margin-bottom: 5px;
}
.addrr-txt a {
    text-decoration: none;
    color: #aeaeae;
}
.quick-txt ul {
    list-style: none;
    padding: 0;
}
ul.footer_s li {
    display: inline-block;
    margin-right: 5px;
    font-size: 30px;
}
.quick-txt ul li a {
    text-decoration: none;
    color: #aeaeae;
}
.abt-head {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}
.bg_color_white {
    background: #fff;
}
.bg_color_green {
    background: #41bb32;
}
.mt-20 {
    margin-top: 20px;
}
.how-work-head {
    font-weight: 700;
    margin-bottom: 5px;
}
.how-work-block {
    margin-bottom: 10px;
}
.sts {
    display: flex;
    align-items: center;
    height: 100%;
}
.sts-map {
    margin-bottom: 30px;
}
.review-block {
    text-align: center;
    display: flex;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    flex-direction: column;
}
.author {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.rev-txt {
    display: flex;
    width: 80%;
    flex-direction: column;
    margin: 10px auto 0 auto;
}
.author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.author-name {
    font-weight: 700;
    color: #41bb32;
}
.des {
    font-size: 12px;
    color: #8e8e8e;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.verify-section {
    margin-top: 90px;
    padding: 50px 0px;
}
.verify-sec {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 300px;
    align-items: center;
}
.verify-head {
    font-size: 50px;
    font-weight: 800;
    color: #41bb32;
    margin-bottom: 20px;
}
.verify-sec input {
    outline: 0;
    height: 60px;
    font-size: 23px;
    width: 450px;
    padding: 20px;
}
form.verify-form {
    display: flex;
}
form.verify-form button {
    height: 60px;
    width: 150px;
    border: 0;
    font-size: 20px;
    background: #41bb32;
    color: #fff;
    font-weight: 600;
    outline: 0;
}
.verify-donation-block {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding: 30px;
    border-radius: 10px;
}
.d-verify-name {
    font-weight: 700;
    font-size: 25px;
    color: #41bb32;
}
.d-amount {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
}
.d-date {
    margin-top: 10px;
}
.d-thank {
    font-size: 12px;
    margin-top: 20px;
}
.don-form {
    display: flex;
}
.suc-msg {
    justify-content: center;
    display: flex;
    height: 40px;
    background: #41bb32bf;
    color: #fff;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.er-msg {
    justify-content: center;
    display: flex;
    height: 40px;
    background: #ff0000b0;
    color: #fff;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 10px;
}
.best-fit {
    font-size: 11px;
    margin-top: 4px;
    color: red;
}
button.downloading:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.slide-txt {
    position: absolute;
    bottom: 8%;
    left: 13%;
    text-align: left;
}
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}
.drive-name {
    background: rgb(255 255 255 / 70%);
    font-size: 40px;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 5px;
}
.drive-desc {
    background: rgb(255 255 255 / 55%);
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    width: 90%;
    font-weight: 600;
    font-size: 16px;
}
a.support-btn {
    background: #41bb32;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none;
}
img.slide-logo {
    max-width: 180px;
    margin-bottom: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}
.txt-head {
    font-size: 30px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 10px;
}
.section-2 {
    padding: 40px 0px;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.who-img {
    margin-top: 50px;
}
.video-block {
    margin-bottom: 20px;
}
.featur-video {
    padding-bottom: 40px;
}
.our-work-sec {
    background: #f2f2f2;
    padding: 40px 0px;
}
.work-btns {
    display: flex;
    justify-content: center;
}
.work-btns a {
    color: #fff;
    width: 48%;
    text-align: center;
    display: flex;
    background: #41bb32;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    margin-right: 10px;
}
.chart-sec {
    padding: 60px 0px;
}
.who-txt .txt-head {
    line-height: 35px;
}
.txt-para a {
    background: #41bb32;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none;
    margin-right: 15px;
}
.chart-img img {
    max-width: 80%;
}
.story-bg {
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.story-change-block {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    padding-bottom: 25px;
}
.story-title {
    font-weight: 700;
    padding: 20px 30px;
}
.story-txt {
    padding: 0px 30px;
}
a.read-more {
    background: #41bb32;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none;
}
.sc {
    margin-bottom: 30px;
}
.story-change {
    padding-bottom: 50px;
    display: none;
}
span.cal {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fc862e;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 5px;
}
a.read-more.va {
    margin-top: 40px;
}
.quick-txt ul li a:hover {
    color: #9a9a9a;
}
.street-b {
    height: 100vh;
}
.banner-sec img {
    max-width: 175px;
    margin-bottom: 20px;
}
.donate-form {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.donate-form input {
    outline: 0;
    font-size: 20px;
    width: 270px;
    height: 50px;
    padding: 15px;
    border: 0;
}
.donate-form button {
    background: #fc862e;
    height: 50px;
    border: 0;
    font-size: 18px;
    width: 120px;
    color: #fff;
    font-weight: 700;
    outline: 0;
}
.donate-1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    position: relative;
    color: #fff;
    margin: 5px 0px;
}
.donate-block-head {
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
}
.donate-cta a {
    background: #fc862e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}
.donate-cta {
    margin-top: 15px;
    display: inline-block;
}
.donate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
}
#donate-1 {
    background: url(../images/d-1.jpg);
    background-size: cover;
    background-position: center center;
}
#donate-2 {
    background: url(../images/d-2.jpg);
    background-size: cover;
    background-position: center center;
}
#donate-3 {
    background: url(../images/d-3.jpg);
    background-size: cover;
    background-position: center center;
}
#donate-4 {
    background: url(../images/d-4.jpg);
    background-size: cover;
    background-position: center center;
}
#donate-5 {
    background: url(../images/d-5.jpg);
    background-size: cover;
    background-position: center center;
}
span.top-contact a {
    text-decoration: none;
    color: #fff;
}
.street-b {
    height: 100vh;
    background: url(../images/sts-main.jpeg);
}
.cust-overlay {
    background: rgb(0 0 0 / 50%);
}
.search-post {
    text-align: center;
}
.search-post input {
    margin: 50px;
    border: 1px solid #d2d2d2;
    outline: 0;
    width: 700px;
    height: 50px;
    padding: 15px;
}
a.semi-cta {
    background: #fc862e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}
.semi-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.semi-date {
    color: #41bb32;
    margin-bottom: 10px;
}
.post-bg {
    height: 300px;
    margin-top: 10px;
}
.post-blck {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.post-blck:last-child {
    border-bottom: 0;
}
.single-post-block {
    padding: 50px 0px;
}
.single-post-bg {
    margin-bottom: 15px;
}
.detailed-head {
    font-size: 30px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 10px;
}
.sts-detailed {
    padding: 50px 0px 20px 0px;
}
.sts-middle-img {
    margin: 10px 0px 20px 0px;
}
.student-block {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.student-sec {
    padding: 40px 0px 50px 0px;
    background: #efefef;
}
.student-img {
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    height: 200px;
    background: red;
    background-position: center center;
}
.student-name {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    padding-top: 12px;
}
.student-age {
    font-size: 13px;
    color: #7c7c7c;
}
.student-age {
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    background: #41bb32;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    top: -3px;
    left: 5px;
}
.student-para {
    padding: 0px 15px;
}
.std-btn a {
    background: #41bb32;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 30px;
    width: 60%;
}
.student-tophead {
    font-size: 30px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 30px;
}
form.verify-form button:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.promo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
}
span.close-promo {
    color: #fff;
    position: fixed;
    top: 35px;
    right: 50px;
    cursor: pointer;
    font-size: 40px;
}

@media(max-width:768px) {
    .banner-head {
        text-align: left;
        font-size: 35px;
        line-height: 35px;
    }
    .verify-donation-block {
        width: 100%;
    }
    .banner-txt {
        font-size: 15px;
    }
    .student-tophead {
        font-size: 20px;
    } 
    .rev-txt {
        width: 100%;
    }  
    .addr {
        margin-top: 20px;
    }   
    .custom-donate input {
        font-size: 17px;
        width: 70%;
    }     
    .custom-donate button {
        width: 30%;
    }   
    .don-form {
        width: 100%;
    }  
    .about-txt-block {
        margin-top: 15px;
    }
    .review-block {
        flex-direction: column;
        text-align: center;
    }
    .author {
        width: 100%;
        margin-bottom: 15px;
    }
    .banner-sec img {
        max-width: 100px;
        margin-bottom: 20px;
    }    
    .banner.donate-b {
        height: 75vh;
        background-size: 700% !important;
    }
    .donate-block-head {
        font-size: 30px;
        line-height: 30px;
    }
    .donate-cta a {
        padding: 7px 20px;
        font-size: 15px;
    }    
    .donate-form button, .donate-form input {
        font-size: 15px;
    }   
    .join-head {
        font-size: 28px;
    } 
    .count-sec {
        padding: 30px 0px;
    }    
    .count-txt {
        margin-bottom: 15px;
    }
    .footer-block img {
        margin-bottom: 10px;
    }   
    .footer-block {
        margin-bottom: 20px;
    }   
    .navbar {
        background: #fff;
        height: auto;
    }  
    a.navbar-brand img {
        max-width: 44px;
    }
    .donate a.nav-link {
        padding: .5rem !important;
        background: #fff;
        color: #000 !important;
        margin-right: 0;
        margin-left: 0 !important;
    }
    .top-header {
        background: #41bb32;
    }
    .slide-txt {
        left: 5%;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .drive-name {
        font-size: 20px;
        width: 90%;
    }    
    .form-right {
        display: none;
    }
    .form-left {
        width: 100%;
        padding: 20px;
    }
    .form-panel {
        width: 90%;
    }
    .work-sec p {
        margin-top: 20px;
    }
    .chart-img {
        text-align: center !important;
        margin-top: 45px;
    }    
}