* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
}

/* navbar */

nav.navbar.navbar-expand-lg.bg-body.mobile-nav {
    display: none;
}

.headre-top {
    background-color: #DAE9F2;
    padding: 10px 0px 10px 0px;
}

.headre-top p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
}

.nav-mt li.nav-item a.nav-link {
    font-size: 16px;
    color: #000;
}

a.nav-bar-btnn-sign-up {
    background-color: #DAE9F2;
    border: 1px solid #A0D5F6;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px;
}

a.nav-bar-btnn-sign-up:hover {
    background-color: #fff;
    border: 1px solid #A0D5F6;
    color: #000;
}

a.nav-bar-btnn-sign-in {
    background-color: #fff;
    border: 1px solid #A0D5F6;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 6px;
}

a.nav-bar-btnn-sign-in:hover {
    background-color: #DAE9F2;
    border: 1px solid #A0D5F6;
    color: #000;
}

a.navbar-brand img {
    width: 150px;
}

li.nav-item {
    margin-left: 1vw;
}

.nav-bar-btnn {
    display: flex;
    gap: 10px;
    width: 23%;
    align-items: center;
}

.nav-mt {
    margin: 0 auto;
}

.header-Search .form-control {
    background-color: #F4F4F4;
    border: none;
    padding-left: 25px;
}

.header-Search {
    position: relative;
}

i.fa.fa-search.home-search {
    position: absolute;
    top: 10px;
    padding-left: 8px;
}

/* navbar-end */

/* home */

.home-header-d-f {
    display: flex;
    align-items: center;
    width: 100%;
}

.home-title-text {
    width: 100%;
}

.home-banner {
    width: 100%;
}

.home-banner img {
    width: 100%;
}

.home-title-text h1 {
    font-size: 45px;
    width: 60%;
    font-family: "Squada One";
    color: #212529;
    margin-bottom: 0px;
}

.home-title-text p {
    font-size: 16px;
    color: #212529;
    margin-bottom: 0px;
    padding-top: 1vw;
}

.home-start-btn {
    margin-top: 1.3vw;
}

.home-start-btn a {
    display: flex;
    align-items: center;
    background-color: #DAE9F2;
    text-decoration: none;
    justify-content: center;
    padding: 6px;
    border-radius: 30px;
    width: 30%;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    border: none;
}

.home-start-btn a:hover {
    transition-duration: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-about-gradient {
    background-color: white;
    background-image: linear-gradient(90deg, rgba(174, 150, 244, 0.5) 60%, rgba(127, 200, 232, 0.5) 100%);
    text-align: center;
    padding: 30px 0;
    margin-top: -50px;
    position: relative;
    z-index: 9999999999;
}

.home-about-gradient-logo-d-f img {
    width: 100%;
}

.home-about-gradient-logo-d-f li {
    padding: 0 15px;
    display: inline-block;
    margin-bottom: 0px;
    list-style: none;
    margin-top: 1vw;
}

.home-about-gradient-logo-d-f ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

/* .home-about-gradient-logo-d-f img {
    width: 5%;
} */
.inner-page-logo{
    width: 160px;
}
.home-about-gradient h5 {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
}

.latest-Pledge-background {
    margin-top: 2vw;
}

.latest-shadow-text h2 {
    text-align: center;
    font-size: 35px;
    font-family: "Squada One";
    color: #374957;
    margin-bottom: 3vw;
}

.latest-stroke {
    position: relative;
}

.latest-shadow-hr {
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: -1;
    Bottom: 2px;
    Width: 10%;
    Height: 25%;
    Background: #FFD4D7;
}

.latest-background {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 97%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.latest-card-banner {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.latest-card-banner img {
    width: 100%;
}

.latest-card-banner img:hover {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.latest-card-banner-latest-card-icen {
    position: relative;
}

.latest-card-icen {
    position: absolute;
    bottom: 14px;
    /* background-color: #fff; */
    width: 35px;
    height: 35px;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: 10px;
}

.latest-card-icen a {
    font-size: 20px;
    color: #000;
}

.latest-title h3 {
    font-size: 1.2vw;
    text-align: center;
    color: #374957;
    font-weight: 700;
    margin-bottom: 0px;
}

.titel-background-take-btnn {
    position: relative;
}

.latest-take-btn-1 a {
    text-decoration: none;
    text-align: center;
    background-image: linear-gradient(to right, rgb(250 212 217), rgb(169 213 243));
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    color: #485A70;
    font-size: 1.2vw;
    font-weight: 700;
    border-radius: 30px;
    padding: 6px;
    align-items: center;
    gap: 10px;
}

.latest-title a:hover {
    background-image: linear-gradient(to right, rgb(250 212 217), rgb(169 213 243));
    transition-duration: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* number */

.text-val-content {
    text-align: center;
}

.text-val-content-stroke {
    position: relative;
}

.text-val-content-shadow-hr {
    position: absolute;
    left: 12%;
    right: 0%;
    z-index: -1;
    Bottom: 1px;
    Width: 75%;
    Height: 100%;
    Background: #FFD4D7;
}

.text-val-content h5 {
    font-size: 18px;
    font-weight: 400;
    color: #444E6A;
    margin-bottom: 0px;
    font-family: "Prompt";
    text-transform: uppercase;
}

.value {
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: #444E6A;
    font-family: "Prompt";
}

.content-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

/* number-end */

.ongoing-pledge-background h4 {
    text-align: center;
    font-size: 35px;
    font-family: "Squada One";
    color: #374957;
    margin-top: 0vw;
    margin-bottom: 4vw;
    padding-top: 20px;
}

.footer {
    background-color: #DAE9F2;
    padding: 20px 0px 20px 0px;
    margin-top: 2vw;
}

.fooder-col-1 {
    width: 100%;
}

.fooder-col-1 p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #212529;
}

.fooder-col-1 p a {
    font-size: 16px;
    margin-bottom: 0px;
    color: #212529;
}

.fooder-col-1 img {
    width: 25%;
}

.fooder-col-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-left: 1px solid #176921;
}

.foot-col-2 {
    display: flex;
    align-items: center;
}

.footer-2-text li {
    list-style: none;
}

.footer-2-text a {
    text-decoration: none;
    color: #000;
    font-size: 1vw;
    font-weight: 600;
}

.footer-2-text li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fooder-2-banner img {
    width: 100%;
    background-color: #176921;
    position: relative;
    left: -50%;
}

.fooder-2-banner {
    display: flex;
}

.fooder-col-3 {
    width: 100%;
}

.foot-col-3 {
    display: flex;
    align-items: center;
}

.fooder-col-3 h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #000;
}

.fooder-icen {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.fooder-icen a {
    background-color: #fff;
    width: 2.5vw;
    height: 2.5vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2vw;
    border-radius: 50%;
}

i.fa.fa-instagram.home-foot-icen-in {
    color: #C74C4D;
}

i.fa.fa-facebook-f.home-foot-icen-fa {
    color: #1877F2;
}

i.fa.fa-youtube-play.home-foot-icen-yo {
    color: #F61C0D;
}

i.fa.fa-linkedin.home-foot-icen-li {
    color: #007AB9;
}

.fooder-logo-banner {
    text-align: center;
    background-color: #68798E;
    padding: 10px 0px 10px 0px;
}

.fooder-logo-banner img {
    width: 100%;
}

.fooder-logo-banner li {
    padding: 0 10px;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0px;
    list-style: none;
}

.fooder-logo-banner ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

li.f-banner {
    border: none !important;
}

.fooder-last img {
    width: 100%;
}

.fooder-last {
    text-align: center;
    background-color: #000;
    padding: 10px 0px 10px 0px;
}

.fooder-last li {
    padding: 0 10px;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0px;
    list-style: none;
}

.fooder-last ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

/* home-end */

/* pledge-for-women */

.pledge-background-banner {
    margin-top: 2vw;
}

.pledge-background-banner img {
    width: 100%;
}

.hindi-btnn {
    margin-top: 1vw;
    text-align: center;
}

.hindi-btnn a {
    background-color: #F9B1F1;
    padding: 8px 30px 8px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.hindi-btnn p {
    text-align: center;
    color: #770249;
    padding-top: 30px;
    font-size: 16px;
    margin-bottom: 0px;
}

.mobile-download-certificate {
    background: url(../images/pledge-for-women-footer-background.png);
    position: relative;
    margin-top: 2vw;
    background-repeat: no-repeat;
    background-size: 100%;
}

.certificate-two {
    display: flex;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
}

.email-download {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.download-certificate {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.invite-link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.certificate-two a {
    background-color: #DAE9F2;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.2vw;
    text-decoration: none;
    color: #770249 !important;
}

.certificate-two p {
    font-size: 1vw;
    margin-bottom: 0px;
    color: #000;
    /* width: 67%; */
    text-align: center;
}

/* .download-certificate a {
    background-color: #DAE9F2;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.2vw;
    text-decoration: none;
    color: #770249;
}

.download-certificate p {
    font-size: 1vw;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
} */

.citizen-Download {
    display: flex;
    align-items: center;
    margin-top: 2vw;
    background-color: #FFD4D7;
    justify-content: space-between;
}

.footer-icen-two {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-icen-two a {
    color: #000;
    text-decoration: none;
}

.footer-icen-two h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.footer-icen-two h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 20px;
}

.footer-titel-two a {
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #DAE9F2;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    text-decoration: none;
    color: #000;
}

.pledge-women-footer-one {
    margin-top: 2vw;
    text-align: center;
    background-color: #08305b;
    padding: 10px 0px 10px 0px;
}

li.pledge-women-logo {
    border: none !important;
}

.pledge-women-footer-one li {
    padding: 0 10px;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0px;
    list-style: none;
}

.pledge-women-footer-one ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.pledge-women-footer-last {
    text-align: center;
    background-color: #000;
    padding: 10px 0px 10px 0px;
}

.pledge-women-footer-last li {
    padding: 0 10px;
    border-left: 1px solid #fff;
    display: inline-block;
    margin-bottom: 0px;
    list-style: none;
}

.pledge-women-footer-last ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.footer-last {
    background-color: #EEEAE1;
}

.footer-last-d-f {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.footer-last-d-f img {
    width: 10%;
}

.footer-last-d-f p {
    margin-bottom: 0px;
    width: 57%;
    text-align: justify;
}

/* pledge-for-women-end */

/* pledge-for-women-form */

.hindi-text-women-right-pledge-background {
    background-color: #DAE9F2;
    border-radius: 5px;
    margin-top: 2vw;
    padding-bottom: 30px;
    margin-bottom: 2vw;
}

.hindi-text-women-right-pledge-background a {
    background-color: #F9B1F1;
    display: flex;
    width: 100%;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
}

.hindi-text-women-right-pledge-background h3 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10vw;
    padding-top: 1.5vw;
    margin-bottom: 0px;
    color: #000;
}

.hindi-text-women-right-pledge-background h5 {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10vw;
    padding-top: 2vw;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

.form-floating.drop-down {
    width: 70%;
    margin-left: 10vw;
    margin-top: 1vw;
}

.drop-padding {
    padding-top: 10px !important;
}

/* pledge-for-women-form-end */

.pledge-bac-1 {
    background-color: #DAE9F2;
    padding: 20px 50px 20px 50px;
    margin-top: 2vw;
    border-radius: 5px;
}

.pledge-bac-title-1 h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 20px;
    text-align: center;
}

.pledge-bac-title-1 h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 30px;
    text-align: center;
}

.pledge-bac-title-1 p {
    font-size: 16px;
    width: 70%;
    margin-bottom: 0px;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
    color: #000;
}

.pledge-bac-title-1 p a {
    color: #000;
    text-decoration: none;
}

/* pledge-for-women-form-end */

/* pledge-for-women-form-2 */

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.input-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.pledge-please-enter-otp {
    position: relative;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    justify-content: end;
    margin: 0 auto;
    margin-top: 2vw;
}

a.input-submit {
    position: absolute;
    background-color: #F9B1F1;
    width: auto;
    padding: 12px 35px 12px 35px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.pledge-please-2 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}

input.enter-input-pages-2 {
    /* width: 100%; */
    padding: 10px;
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.input-submit-take {
    background-color: #F9B1F1;
    padding: 8px 30px 8px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: none;
    margin-left: 10px;
}

/* pledge-for-women-form-2-end */

/* pledge-for-women-form-input */

.pledge-input-box-1 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 99%;
    /* margin: 0 auto; */
}

.form-check.check-box-pledge {
    background-color: #fff;
    border-radius: 10px;
    padding: 7px;
    width: 23%;
}

.pledge-radio-btn {
    margin-left: 0px !important;
    margin-right: 15px;
}

.label-bold {
    font-size: 16px;
}

.dob h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    padding-left: 5px;
    margin-bottom: 10px;
}

.pledge-date {
    width: 70%;
    margin: 0 auto;
}

.dob {
    width: 100%;
    margin-top: 2vw;
}

.pledge-date p {
    margin-bottom: 20px;
    padding-top: 20px;
    color: #000;
}

.proceed-language-selection-input-btnn button {
    background-color: #F9B1F1;
    padding: 8px 30px 8px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: none;
}

.proceed-language-selection-input-btnn {
    margin-top: 1vw;
    text-align: center;
}

span.I_Pledge {
    background-color: #F9B1F1;
    padding: 8px 30px 8px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: none;
}

.select-type-bacground {
    display: flex;
    align-items: center;
    width: 99%;
    /* margin: 0 auto; */
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.select-dor-box-2 {
    width: 23%;
    background-color: #DAE9F2;
    border: 1px solid #DAE9F2;
}

.type-box-1 {
    border: none;
    border-left: 1px solid #A8A9AB;
    border-radius: 0px;
    margin-left: 15px;
}

.gender-name-1 h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
}

.gender-name-1 {
    width: 70%;
    /* margin: 0 auto; */
    margin-top: 2vw;
}

/* pledge-for-women-form-input-end */

/* download-certificate */

.download-certificate-padding {
    margin-top: 2vw;
    margin-bottom: 1vw;
}

.certificate-pages-otp-bac {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 2vw;
    gap: 10px;
}

.otp-one {
    /* width: 20%; */
    display: inline-block;
    margin-right: 10px;
}

.otp-two {
    /* width: 20%; */
    display: inline-block;
    margin-right: 10px;
}

.otp-btnn {
    /* width: auto; */
    display: inline-block;
}

.otp-one-submit {
    width: auto;
    background-color: #F9B1F1;
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    border: none;
}

/* download-certificate-end */

/* certificate */

.certificate-women-right-pledge h3 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 5px;
    text-align: center;
    color: #000;
}

.certificate-women-right-pledge {
    margin: 15px 0px 15px 0;
}

.certificate-background-banner-one-1 {
    margin-top: 2vw;
}

.certificate-background-banner-one-1 img {
    width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.certificate-pdf-bac {
    position: relative;
    display: flex;
    justify-content: center;
}

.my-img {
    display: flex;
    justify-content: center;
}

img.pdf-banner {
    width: 90%;
    /* width: auto;
    height: 100vh;
    max-width: 100vw; */
    margin: 0 auto;
}


table.table-pdf-bac {
    position: absolute;
    top: 13vw;
}

span.sin-bac {
    width: 78%;
    display: flex;
    justify-content: end;
}

img.signicher-banner-1 {
    width: 85%;
}
span.tr-span-number-qr svg {
    width: 85%;
    height: 85%
}
tr.tr-bottom-three {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    gap: 12vw;
    width: 60vw;
    margin: 0 auto;
}

span.tr-span-number {
    font-size: 1.3vw;
    font-weight: 600;
    padding-right: 15px;
}

img.logo-scanner-1 {
    width: 100%;
}

span.tr-date-number {
    font-size: 1.1vw;
}

img.banner-picture-3 {
    width: 100%;
}

.banner-picture-bac {
    width: 100%;
}

td.td-title {
 font-size: 1.2vw;
display: flex;
flex-direction: column;
text-align: center;
width: -webkit-fill-available;
}

td.man-td {
display: flex;
flex-direction: column;
}

/* .certificate-one-two {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
} */
/* 
.certificate-background-padding {
    position: relative;
}

.certificate-background {
    background-color: #DAE9F2;
    padding: 0px 15px 0px 15px;
    margin-top: 2vw;
}

.certificate-background img {
    width: 100%;
}

.certificate-background-title h2 {
    font-size: 3.2vw;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    letter-spacing: 26px;
    margin-bottom: 0px;
}

.certificate-background-title h5 {
    font-size: 1.3vw;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    letter-spacing: 7px;
    margin-bottom: 0px;
}

.certificate-background-title h4 {
    font-size: 1.17vw;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
   margin-top: 1.2vw auto 0;
    width: 18%;
    
}

.certificate-background-title h3 {
    font-size: 2.27vw;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 1vw;
    width: 15%;
    margin: 0 auto;
    border-bottom: 2px solid #C4944D;
}

.certificate-background-title p {
    font-size: 1vw;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 1vw;
    width: 65%;
    margin: 0 auto;
}

.certificate-mix-one {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    align-items: center;
    margin: 0 auto;
    margin-top: 3vw;
}

.certificate-logo-banner {
    width: 100%;
}

.certificate-logo-banner h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.certificate-logo-banner h6 {
    margin-bottom: 0px;
    font-size: 16px;
}

.certificate-logo-banner p {
    margin-bottom: 0px;
    font-size: 16px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    color: #000;
}

img.three-logo {
    width: 80%;
}

img.scanner-logo {
    width: 25%;
} */

.certificate-btnn a {
    background-color: #F9B1F1;
    display: flex;
    width: 100%;
    border-radius: 30px;
    padding: 8px 15px 8px 15px;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.certificate-icen-btn-1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* certificate-end */

/* my-pledge */

.my-pledge-edit img {
    width: 50%;
}

.my-pledge {
    margin-top: 2vw;
}

.edit-background {
    background-color: #FBFAF4;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.edit-icen {
    position: relative;
    width: 5vw;
    height: 5vw;
    background-color: transparent;
    border-radius: 50%;
    margin-top: 3vw !important;
    margin: 0 auto;
}

.edit-icen img {
    width: 100%;
}

.edti-i {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0E0E0;
    border-radius: 50%;
}

.edti-i a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.edit-background h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-top: 15px;
    color: #000;
}

.edit-background p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #979CA5;
    border-bottom: 1px solid #979CA5;
    padding-bottom: 20px;
}

.my-pledge-profile {
    margin-top: 2vw;
}
.select-type-profile {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
	}
	
    .select-dor-profile {
        width: max-content;
        background-color: transparent;
        border: none;
    }

    input.updateProfile {
        background-color: #DAE9F2;
        padding: 8px 30px 8px 30px;
        border: none;
        color: #000;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 600;
    }

.type-profile {
    border: none;
    border-left: 1px solid #A8A9AB;
    border-radius: 0px;
    margin-left: 15px;
}
.my-pledge-profile li {
    list-style: none;
    margin-bottom: 20px;
}

.my-pledge-profile a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
}

a.pledge-one-a {
    font-size: 1.2vw;
    font-weight: 600;
}

.user-search {
    background-color: #FBFAF4;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
    gap: 20px;
}

.input-search-icen {
    position: absolute;
    top: 6px;
    right: 15px;
}

.user-input {
    position: relative;
    width: 100%;
}

.edit-user {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.user-notification {
    position: relative;
    background-color: #b1d6eb;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-notification a i {
    color: #2d9cdb;
    text-decoration: none;
}

.number-notification {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2d9cdb;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-notification a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.user-background {
    background-color: #FBFAF4;
    margin-top: 15px;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    height: 100%;
}

.title-user-one h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #464255;
}

.title-user-one p {
    font-size: 16px;
    margin-bottom: 0px;
    color: #A3A3A3;
    padding-top: 10px;
}

.total-number-pledge-taken {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    margin-top: 1vw;
}

.total-number-text {
    display: flex;
    align-items: center;
    background-image: linear-gradient(#FFD4D7, #DAE9F2);
    width: 50%;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}

.view-latest-pledge {
    display: flex;
    align-items: center;
    background-image: linear-gradient(#FFFFFF, #e8d5d7);
    width: 50%;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
}

.title-taken h4 {
    font-size: 4vw;
    margin-bottom: 0px;
    font-weight: 700;
    color: #000;
}

.title-taken p {
    font-size: 1vw;
    margin-bottom: 0px;
    padding-top: 0px;
    color: #000;
}

.total-number-text a i {
    font-size: 2vw;
    color: #000;
}

.view-latest-pledge h3 {
    font-size: 2vw;
    width: 50%;
    color: #000;
    margin-bottom: 0px;
}

.view-latest-pledge a i {
    color: #000;
    font-size: 2vw;
}

.my-pledges-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
}

.my-pledges-title h2 {
    font-size: 22px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.pledges-title-btnn {
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #000;
}

.pledge-title-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    margin-top: 1vw;
}

.pledge-title-background h6 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #94918A;
}

.pledge-table-background {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
    width: 100%;
}

.pledge-table-banner {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.pledge-table-text {
    width: 100%;
}

.pledge-table-btnn {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.pledge-table-banner img {
    width: 20%;
}

.pledge-table-banner h5 {
    margin-bottom: 0px;
    font-size: 1.2vw;
    font-weight: 500;
    color: #000;
}

.pledge-table-text p {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
}

a.pledge-view-btnn {
    width: 100%;
    background-color: #F9E9B1;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

a.pledge-download-btnn {
    width: 100%;
    background-color: #DAE9F2;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

/* my-pledge-end */

/* Profile */

.profile-pledge-bac {
    margin-top: 2vw;
    width: 100%;
}

.profile-pledge-input-icen {
    position: absolute;
    top: 40px;
    right: 10px;
}

.profile-pledge-input {
    position: relative;
    margin-bottom: 30px;
}

.profile-pledge-input-icen a i {
    color: #000;
}

.text-label-titel {
    font-size: 16px;
    font-weight: 600;
}

.Pledge-label-input-1 {
    border-radius: 10px;
    border: 0px solid;
}

/* Profile-end */

/* landing-page */

.nav-bar-edit-bac {
    display: flex;
    align-items: center;
    gap: 15px;
}

.home-navbar-top-one {
    position: relative;
}

.home-edit-top-one {
    position: absolute;
    top: 0;
    right: 0;
}

.header-edit-banner {
    width: 5vw;
    background-color: transparent;
    border-radius: 50%;
    height: 5vw;
}

.header-edit-banner img {
    width: 75%;
}

.home-edit-top-one {
    position: absolute;
    top: 0;
    right: 15px;
    width: 1.5vw;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0E0E0;
    border-radius: 50%;
}

.home-edit-top-one a {
    color: #000;
    text-decoration: none;
}

.home-navbar-titel-2 h4 {
    font-size: 1.2vw;
    margin-bottom: 0px;
    font-weight: 600;
    color: #979CA5;
}

.home-navbar-titel-2 h5 {
    font-size: 1vw;
    margin-bottom: 0px;
    font-weight: 600;
    color: #979CA5;
}

/* landing-page-end */


/* landing-page-cosed */

.pledge-closed {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
    /* margin-top: 15px;
    margin-bottom: 10px; */
}

.pledge-closed a {
    width: 100%;
    background-image: linear-gradient(to right, rgb(250 212 217), rgb(169 213 243));
    padding: 8px;
    border-radius: 30px;
    text-decoration: none;
    color: #485A70;
    font-size: 1vw;
    font-weight: 700;
    text-align: center;
}

/* landing-page-cosed-end */

/* login-page */

.login-welcome-back {
    display: flex;
    width: 100%;
    align-items: center;
}

.login-input {
    width: 50%;
}

.login-banner {
    width: 50%;
    position: relative;
    padding: 30px 0px 30px 0px;
}

.login-banner img {
    width: 100%;
}

.login-two {
    width: 60%;
    margin: auto;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
}

.login-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
    background-color: #DAE9F2;
}

.logon-page-label-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.login-input-placeholder-text {
    border-radius: 30px;
    border: 1px solid #656ED3;
    background: transparent;
}

/* .login-two span {
    text-decoration: none;
    background-color: #DAE9F2;
    width: 100%;
    display: flex;
    padding: 8px;
    border-radius: 30px;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 2vw;
    border: none;
} */
.login-two button {
    text-decoration: none;
    background-color: #DAE9F2;
    width: 100%;
    display: flex;
    padding: 8px;
    border-radius: 30px;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-top: 2vw;
    border: none;
}
.login-input h2 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}

.login-input p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 16px;
}

.login-input p a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.login-page-icen {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2vw;
}

.login-page-icen a {
    color: #000;
    font-size: 20px;
}

/* login-page */

/* register */

.register-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: -1;
    background-color: #DAE9F2;
}

.register-banner {
    width: 50%;
    position: relative;
    padding: 30px 0px 30px 0px;
}

.register-banner img {
    width: 100%;
}

/* register-end */


@media only screen and (max-width: 1200px) {
    .nav-bar-btnn {
        display: flex;
        gap: 10px;
        width: 21%;
        align-items: center;
    }

    .home-title-text h1 {
        font-size: 45px;
        width: 85%;
        font-family: "Squada One";
        color: #212529;
        margin-bottom: 0px;
    }

    .latest-shadow-hr {
        Width: 12%;
    }

    .home-about-gradient-logo-d-f li {
        padding: 0 0px;
    }

    .pledge-bac-title-1 p {
        width: 100%;
    }

    li.nav-item {
        margin-left: 0vw;
    }

    .home-edit-top-one {
        width: 2vw;
        height: 2vw;
    }

    .edti-i {
        width: 3vw;
        height: 3vw;
    }

    .edit-icen {
        width: 7vw;
        height: 7vw;
    }


}


@media only screen and (max-width: 1399px) {
    .certificate-logo-banner p {
        width: 65%;
    }
}

@media only screen and (max-width: 1024px) {
    .home-start-btn a {
        width: 40%;
    }

}

@media only screen and (max-width: 992px) {

    nav.navbar.navbar-expand-lg.bg-body.tablet-nav {
        display: none;
    }

    nav.navbar.navbar-expand-lg.bg-body.mobile-nav {
        display: block;
    }

    .home-title-text h1 {
        width: 100%;
    }

    .home-start-btn a {
        width: 55%;
    }

    .latest-shadow-hr {
        Width: 18%;
    }

    .fooder-2-banner img {
        width: 100%;
    }

    .fooder-icen a {
        width: 3.5vw;
        height: 3.5vw;
    }

    .home-about-gradient {
        margin-top: -20px;
    }

    .certificate-two {
        width: 100%;
    }

    .email-download p {
        font-size: 13px;
    }

    .download-certificate p {
        font-size: 13px;
    }


    .pledge-closed a {
        font-size: 0.7vw;
    }

    .pledge-table-banner h5 {
        font-size: 1.6vw;
    }

    .title-taken p {
        font-size: 1.5vw;
    }

    .certificate-mix-one {
        width: 80%;
        margin-top: 1vw;
    }

    .certificate-logo-banner p {
        width: 90%;
    }

}



@media only screen and (max-width: 780px) {
    .pledge-closed a {
        font-size: 1vw;
    }

    ul.my-ul-pledge {
        padding-left: 1rem;
    }

}


@media only screen and (max-width: 767px) {
    .home-header-d-f {
        display: block;
        width: 100%;
    }

    .latest-title h3 {
        font-size: 18px;
    }

    .latest-title a {
        width: 50%;
        font-size: 18px;
    }

    .content-title {
        display: block;
        margin-bottom: 2vw;
    }

    .text-val-content {
        text-align: center;
        margin-bottom: 15px;
    }

    .text-val-content-shadow-hr {
        left: 36%;
        Width: 28%;
        Bottom: 0px;
    }

    .latest-shadow-hr {
        Width: 25%;
    }

    .fooder-col-2 {
        text-align: justify;
        border-left: 0px solid #176921;
    }

    .footer-2-text a {
        font-size: 16px;
    }

    .home-start-btn {
        margin-top: 1.3vw;
        margin-bottom: 1.3vw;
    }

    .fooder-icen a {
        width: 4.5vw;
        height: 4.5vw;
        font-size: 16px;
    }

    .footer-last-d-f {
        display: block;
    }

    .footer-last-d-f img {
        width: 30%;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .footer-last-d-f p {
        width: 100%;
    }

    .email-download {
        display: block;
    }

    .email-download p {
        font-size: 16px;
        width: 100%;
        padding-bottom: 10px;
    }

    .email-download a {
        background-color: #DAE9F2;
        width: 9vw;
        height: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 16px;
        text-decoration: none;
        color: #770249;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .certificate-two {
        width: 100%;
        display: block;
    }

    .download-certificate {
        display: block;
    }

    .download-certificate a {
        background-color: #DAE9F2;
        width: 9vw;
        height: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 16px;
        text-decoration: none;
        color: #770249;
        margin: 0 auto;
    }

    .download-certificate p {
        font-size: 16px;
        width: 100%;
        padding-top: 10px;
    }

    .pledge-please-enter-otp {
        width: 95%;
    }

    .hindi-text-women-right-pledge-background a {
        font-size: 3vw;
    }

    .hindi-text-women-right-pledge-background h3 {
        font-size: 3vw;
        margin-left: 1vw;
    }

    .gender-name-1 h6 {
        font-size: 16px;
    }

    .select-type-bacground {
        width: 95%;
    }

    .gender-name-1 {
        width: 95%;
    }

    .select-dor-box-2 {
        width: 50%;
    }

    .form-check.check-box-pledge {
        width: 100%;
        font-size: 12px;
    }

    .pledge-input-box-1 {
        width: 95%;
    }

    .dob h4 {
        font-size: 16px;
    }

    .pledge-date {
        width: 95%;
    }

    .hindi-text-women-right-pledge-background h5 {
        font-size: 16px;
    }

    .form-floating.drop-down {
        width: 95%;
        margin-left: 2vw;
        margin-top: 1vw;
    }

    .hindi-text-women-right-pledge-background h5 {
        font-size: 16px;
        margin-left: 2vw;
    }

    .nav-bar-btnn {
        width: 100%;
    }

    .home-about-gradient-logo-d-f li {
        padding: 0 5px;
        width: 13%;
    }

    .fooder-logo-banner li {
        padding: 0 5px;
        width: 15%;
    }

    .fooder-last li {
        padding: 0 5px;
        width: 15%;
    }

    .fooder-2-banner img {
        width: 100%;
        background-color: #176921;
        position: relative;
        left: 0%;
    }

    .pledge-women-footer-one img {
        width: 100%;
    }

    .pledge-women-footer-one li {
        padding: 0 5px;
        width: 15%;
    }

    .pledge-women-footer-last img {
        width: 100%;
    }

    .pledge-women-footer-last li {
        padding: 0 5px;
        width: 15%;
    }

    .pledge-bac-1 {
        padding: 20px 20px 20px 20px;
    }

    .pledge-bac-title-1 h2 {
        font-size: 18px;
    }

    .pledge-closed a {
        font-size: 16px;
    }

    .login-welcome-back {
        display: block;
    }

    .login-input {
        width: 100%;
        margin-bottom: 2vw;
        margin-top: 2vw;
    }

    .login-banner {
        width: 100%;
    }

    .edit-icen {
        width: 10vw;
        height: 10vw;
    }

    .edti-i {
        width: 4vw;
        height: 4vw;
    }

    a.pledge-one-a {
        font-size: 20px;
        font-weight: 600;
    }

    .my-pledge-edit img {
        width: 30%;
    }

    .edit-background {
        height: 97%;
    }

    .register-banner {
        width: 100%;
    }

    .user-notification {
        width: 8vw;
        height: 8vw;
    }

    .number-notification {
        width: 3vw;
        height: 3vw;
    }

    .certificate-icen-btn-1 {
        display: block;
    }

    .certificate-btnn a {
        margin-bottom: 10px;
        font-size: 3vw;
        gap: 10px;
    }

    .home-about-gradient h5 {
        font-size: 16px;
    }

    .certificate-pages-otp-bac {
        display: block;
    }

    .otp-one {
        width: 100%;
        margin-bottom: 10px;
    }

    .otp-two {
        width: 100%;
        margin-bottom: 10px;
    }

    .otp-btnn {
        display: flex;
        justify-content: center;
    }

    .certificate-women-right-pledge h3 {
        font-size: 15px;
    }

    .proceed-language-selection-input-btnn a {
        font-size: 2vw;
    }

    .pledge-radio-btn {
        margin-left: 0px !important;
        margin-right: 6px;
    }

    a.pledge-download-btnn {
        padding: 5px;
        font-size: 12px;
    }

    a.pledge-view-btnn {
        padding: 5px;
        font-size: 12px;
    }

    .pledge-table-banner h5 {
        font-size: 12px;
    }

    .pledge-table-text p {
        font-size: 12px;
    }

    .pledge-title-background {
        width: 92%;
        margin-top: 2vw;
    }

    .pledge-title-background h6 {
        font-size: 12px;
    }

    .title-taken p {
        font-size: 16px;
    }

    .view-latest-pledge h3 {
        font-size: 16px;
        width: 100%;
    }
    
}

/* share button */

.social .fbtn {
    width: 35px;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 0px;
    float: inherit;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    margin-bottom: 5px;
}
 
.share-button.sharer .social.active.top {
    transform: scale(1) translateY(-10px);
}
 
.share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}
 
.share-button.sharer .social.networks-5 {}
 
.share-button.sharer .social.top {
    margin-top: -210px;
    transform-origin: 0 0 0;
}
 
.share-button.sharer .social {
    margin-left: 0px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
button.btn-altest-man-3 {
    background-color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
/* additional & secondary buttons */
.social-icon-side-small-bar {
    padding: 5px 10px;
    display: flex;
    gap: 10px;
    width: max-content;
}

.social-icons-bar-wrapper {
    border-radius: 10px;
    background-color: #f6f6f6;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 -4px 8px rgba(0, 0, 0, 0.1),
                4px 0 8px rgba(0, 0, 0, 0.1),
                -4px 0 8px rgba(0, 0, 0, 0.1);
}
.parent-one{
    border-bottom: 1px solid #8c8282;
}

.social-top{
    position: absolute;
    z-index: 9;
    bottom: 100%;
}
.extend-icons{
    position: absolute;
    left: 25px;
    top: -5px;
}
.social-icon-plus{
    position: relative;
}
/* additional & secondary buttons */
/* share button */

/* invite modal */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0 20px 20px 20px;
    border: 1px solid #888;
    width: 50%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    margin-left: auto;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .share-invite {
    margin-top: 0;
    margin-bottom: 0;
    width: 50%;
    padding: 5px;
  }
  a.invite-icon {
    font-size: 20px;
    padding: 7px;
    color: black;
}
.progress-width{
    width: 100%;
}
/*  */