

    .thm-text-1 {
        color: #283734;
    }

    .btn-thm {
        background: #fea500;
    }

    .btn-thm-outline {
        border: 1px solid #4db748;
    }

    .card {

        border-radius: 24px !important;
        border: 0px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }

    .donation_modal .card-header {
        /*height: 120px;*/
        height: auto;
        padding-bottom: 0;
        background-color: #fea500;
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important;
    }

    .card-body {
        padding: 0.1rem 0.25rem;
        /*overflow-y: scroll;*/
        max-height: calc(100% - 18rem);
        height: 420px;
    overflow: hidden;
    overflow-y: scroll;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    }

    /* Scrollbar Styling */
.card-body::-webkit-scrollbar {
    width: 5px;
}
 
.card-body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fea500; 
}

    .on-banner {
        top: 57px;
        right: 53px;
        position: absolute;
        /* color: #fff; */
    }


    .signup .donate-now__enter-donation-input input[type="text"]{
        font-size: 30px;
        font-weight: 400;
        height: 50px;
        padding-left: 80px;
        padding-right: 20px;
    }
    .donate-now__enter-donation-input .bootstrap-select>.dropdown-toggle{
       font-size: 30px;
       font-weight: 400; 
       height: 50px;
       line-height: 50px;
       width: 100px;
    }
    .donate-now__enter-donation .donate-eyd{
        text-align: left;
        margin-bottom: 10px;
    }
.donation_ben_line{
    display: flex;
}
.donation_ben_line img{
    width: 26px;
    height: 26px;
}
.choose_donation .fa {
    color: #35cb43;
}
.youare_donating{
    background: #231758;
}
.youare_donating label{
    color: #fff;
}

.form-group.fw-50{
    width: 48%!important;
}
.nav-link.active .fa {
    display: inline-block;
    background-color: #35cb43;
    color: #fff;
    font-size: .75rem;
    /*display: none;*/
    padding: 0.1rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 0.3rem;
}

 .PAN
    {
        text-transform: uppercase;
    }
    .error
    {
        color: Red;
        display: none;
    text-align: left;
    margin-top: -15px;
    margin-bottom: 5px;
    }

    .nav-link .fa{
        display: none;
    }

    @media (min-width: 1040px){
  /*  .on-banner::before {*/
  /*content: '';*/
  /*width: 140%;*/
  /*height: 27vw;*/
  /*background: #50b44add;*/
  /*display: block;*/
  /*z-index: -0;*/
  /*position: absolute;*/
  /*left: -90px;*/
  /*top: -40px;*/
  /*  }*/
  /*  .text-above-banner{*/
  /*      position: relative;*/
  /*      z-index: 1;*/
  /*      color: #fff!important;*/
  /*  }*/
    }

    .on-header {
        bottom: 0;
        left: 0;
    }

    .campaign-wrap img,
    .customer-logos img {
        width: 100% !important;
    }

    .col_fourth {
        width: 16.5%;
    }

    .btn {
        padding: 10px 12px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
    }

    @media(max-width: 1280px) {
        .card-header {
            /*height: 130px;*/
            height: 190px;
        }
    }
    

    @media(max-width: 1040px) {
        /* .col-lg-6 {
            width: 63%;
        } */

        .on-banner {
            position: static;
        }
     

        .on-banner>h4 {
            color: #283734 !important;
        }

        .card-header {
            /*height: 160px;*/
            height: 230px;
        }


        .tab .nav-tabs .nav-item {
            width: 100% !important;
        }
    }

    @media (max-width:768px) {
        .col_fourth {
            width: 50%
        }

        .card-header {
            height: 200px;
            /*height: 230px;*/
        }

    }

    @media (max-width: 468px) {
        .card-header {
            /*height: 190px;*/
            height: 270px;
        }
    }

    .tab {
        font-family: 'Raleway', sans-serif;
        padding: 15px;
    }

    .tab .nav-tabs {
        padding: 0 10px;
        margin: 0;
        border: none;
    }

    .nav-tabs .nav-link.active {
        color: #283734 !important;
    }
    .nav-tabs .nav-link{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background: #fff !important;
    }

    .tab .nav-tabs li a {
        color: #fff;
        background: #283734;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        text-transform: capitalize;
        padding: 8px 24px 10px;
        margin-left: 10px;
        border: none;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        /* transition: all 0.3s ease 0.15s; */
    }

    .tab .nav-tabs li.active a,
    .tab .nav-tabs li a:hover,
    .tab .nav-tabs li.active a:hover {
        color: #fff;
        background: #283734;
        border: none;
        box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.15);
    }

    .tab .nav-tabs li a:before {
        content: "";
        background: #fff;
        height: 100%;
        width: 100%;
        border-radius: 8px 8px 0 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
    }

 .btn.btn-twitter {
        background: transparent;
        /*border-color: #e0e5e3;*/
        color: #283734;
        border: 1px solid #fea500;
    }

    .btn.btn-round {
        border-radius: 10px;
    }

    .btn.btn-active {
        background-color: #283734;
        color: #fff;
        /*border-color: 1px solid #283734;*/
    }

    .inp {
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 280px;
        border-radius: 3px;
        /* overflow: hidden; */
    }

    .inp .label {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 500;
        transform-origin: 0 0;
        transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
        pointer-events: none;
        transform: translate3d(0, -27px, 0) scale(0.75);
        background-color: #fff;
    }

    .inp .focus-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.05); */
        /* z-index: -1; */
        transform: scaleX(0);
        transform-origin: left;
    }

    .inp input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border: 0;
        font-family: inherit;
        padding: 16px 12px 12px 22px;
        height: 56px;
        font-size: 16px;
        font-weight: 400;
        /* background: rgba(0, 0, 0, 0.02); */
        border: 1px solid #aeaeae;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
        color: #000;
        transition: all 0.15s ease;
        border-radius: 28px;
    }

    .inp input:hover {
        /* background: rgba(0, 0, 0, 0.04); */
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 -2px 0 #0077FF;
    }

    .inp input:not(:-moz-placeholder-shown)+.label {
        color: rgba(0, 0, 0, 0.5);
        transform: translate3d(0, -22px, 0) scale(0.75);
    }

    .inp input:not(:-ms-input-placeholder)+.label {
        color: rgba(0, 0, 0, 0.5);
        transform: translate3d(0, -22px, 0) scale(0.75);
    }

    .inp input:not(:placeholder-shown)+.label {
        color: rgba(0, 0, 0, 0.5);
        transform: translate3d(0, -22px, 0) scale(0.75);
    }

    .inp input:focus {
        /* background: rgba(0, 0, 0, 0.05); */
        outline: none;
        box-shadow: inset 0 -2px 0 #0077FF;
    }

    .inp input:focus+.label {
        color: #0077FF;
        transform: translate3d(0, -27px, 0) scale(0.75);
    }

    .inp input:focus+.label+.focus-bg {
        transform: scaleX(1);
        transition: all 0.1s ease;
    }

    .cbx {
        -webkit-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
    }

    .cbx span {
        display: inline-block;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

    .cbx span:first-child {
        position: relative;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        transform: scale(1);
        vertical-align: middle;
        border: 1px solid #283734;
        transition: all 0.2s ease;
    }

    .cbx span:first-child svg {
        position: absolute;
        z-index: 1;
        top: 2px;
        left: 1px;
        fill: none;
        stroke: white;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
        transition: all 0.3s ease;
        transition-delay: 0.1s;
        transform: translate3d(0, 0, 0);
    }

    .cbx span:first-child:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #506EEC;
        display: block;
        transform: scale(0);
        opacity: 1;
        border-radius: 50%;
        transition-delay: 0.2s;
    }

    .cbx span:last-child {
        margin-left: 0px;
        color: #283734;
        font-size: 11px;
    }

    /* .cbx span:last-child:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        height: 1px;
        width: 100%;
        background: #B9B8C3;
        transform-origin: 0 0;
        transform: scaleX(1);
    } */

    .cbx:hover span:first-child {
        border-color: #3c53c7;
    }

    .inp-cbx:checked+.cbx span:first-child {
        border-color: #3c53c7;
        background: #3c53c7;
        animation: check 0.6s ease;
    }

    .inp-cbx:checked+.cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked+.cbx span:first-child:before {
        transform: scale(2.2);
        opacity: 0;
        transition: all 0.6s ease;
    }

    .inp-cbx:checked+.cbx span:last-child {
        color: #4db748 ;
        transition: all 0.3s ease;
        font-weight: 600;
    }

    .inp-cbx:checked+.cbx span:last-child:after {
        transform: scaleX(0);
        transition: all 0.3s ease;
    }

    @keyframes check {
        50% {
            transform: scale(1.2);
        }
    }


    .a-box {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 170px;
        margin-top: 30px;
    }

    .img-container {
        /* height: 230px;
        width: 200px;
        overflow: hidden; */
        margin-top: -80px;
        border-radius: 0px 0px 20px 20px;
        display: inline-block;
    }

    .img-container img {
        width: 80px !important;
        height: 80px;
    }



    .text-container {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        /* padding: 20px 20px 20px 20px; */
        border-radius: 20px;
        background: #fff;
        line-height: 19px;
        font-size: 14px;
    }

    .text-container h3 {
        margin: 20px 0px 10px 0px;
        color: #04bcff;
        font-size: 18px;
    }


    .select {
        border: 2px solid #283734;
        color: #283734;
        appearance: listbox;
        border-radius: 20px;
    }

    #grad1 {
        background-color: #9C27B0;
        background-image: linear-gradient(120deg, #FF4081, #81D4FA);
    }

    /*form styles*/
    .msform {
        text-align: center;
        position: relative;
        margin-top: 20px;
    }

    .msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;

        /*stacking fieldsets above each other*/
        position: relative;
    }

    .msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;

        /*stacking fieldsets above each other*/
        position: relative;
    }

    /*Hide all except first fieldset*/
    .msform fieldset:not(:first-of-type) {
        display: none;
    }

    .msform fieldset .form-card {
        text-align: left;
        color: #9E9E9E;
    }





    /*Previous Buttons*/
    .msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        /* border-radius: 0px; */
        cursor: pointer;
        /* padding: 10px 5px;
    margin: 10px 5px; */
    }

    /* .msform .action-button-previous:hover, .msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
} */

    /*Dropdown List Exp Date*/
    select.list-dt {
        border: none;
        outline: 0;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px 3px 5px;
        margin: 2px;
    }

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

    /*The background card*/
    .card {
        z-index: 0;
        border: none;
        border-radius: 0.5rem;
        position: relative;
    }

    /*FieldSet headings*/
    .fs-title {
        font-size: 25px;
        color: #2C3E50;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;
    }

    /*progressbar*/
    #progressbar {
        /* margin-bottom: 30px; */
        overflow: hidden;
        color: lightgrey;
    }

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 50%;
        float: left;
        position: relative;
    }

    /*Icons in the ProgressBar*/
    #progressbar #account:before {
        font-family: "Font Awesome 5 Free";
        content: "₹";
    }

    #progressbar #personal:before {
        font-family: "Font Awesome 5 Free";
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: "Font Awesome 5 Free";
        content: "\f007";
    }

    #progressbar #confirm:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
    }

    /*ProgressBar before any progress*/
    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 35px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    /*ProgressBar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    /*Color number of the step and the connector before it*/
    #progressbar li.active:before,
    #progressbar li.active:after {
        background: skyblue;
    }

    /*Imaged Radio Buttons*/
    .radio-group {
        position: relative;
        margin-bottom: 25px;
    }

    .placeholder {
        padding: 0.5rem .86rem;
        margin-bottom: 15px;
    }
.error{
    color: red;
}
    .placeholder::placeholder {
        color: #283734 !important;
        opacity: 1;
        /* Firefox */
        font-weight: 700;

    }

    .placeholder:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #283734;
    }

    .placeholder::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #283734;
    }

    .InputStyle {
        border-radius: 25px;
        border: solid 1px #5a5a5a;
        background: transparent;
        width: 300px;
        padding: 1px 30px;
    }
    
    .carousel-control-next, .carousel-control-prev{
        border: 0;
    }
    .carousel-control-prev-icon i, .carousel-control-next-icon i{
        background: #fff;
        border-radius: 50%;
        padding: 10px;
        font-size: 30px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: auto;
        margin-top:150px;
    }

    /* .card{
    position: sticky;
  position: -webkit-sticky;
} */

    .tab .nav-tabs li a {
        text-transform: none;
    }

    .form-control {
        /*padding: .125rem .75rem;*/
    }
    @media (min-width: 720px){
    .carousel-control-next{
        z-index: -1;
    }
    
    }
    @media (max-width: 720px){
    .carousel-control-prev-icon i, .carousel-control-next-icon i{
        font-size: 15px;
        padding: 5px;
    }
    .mt-sm-5{
        margin-top: 40px !important;
    }
    }
    
      .carousel-caption{
        position: absolute;
        top: 12% !important;
        bottom: 1.25rem;
        left: 9% !important;
        right: 57% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        line-height: 1.3em !important;
        font-weight: 500;
        text-align: center;
        line-height: 1.38em !important;
        
    }
    .carousel-caption p {
        color: #fff !important;
         font-weight: 700;
        line-height: 1.22em !important;
        font-size:22px;
    }
    
  
    @media (max-width: 1260px){
         .carousel-caption p {
        color: #fff !important;
         font-weight: 700;
        line-height: 1.2em !important;
        font-size: 22px;
    }
    
    }
    @media (max-width: 1150px){
         .carousel-caption p {
        color: #fff !important;
         font-weight: 500;
        line-height: 0.95em !important;
    }
    }
    
      @media (max-width: 760px){
    .carousel-caption{
        position: absolute;
        top: 4% !important;
        bottom: 1.25rem;
        left: 30% !important;
        right: 25% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        line-height: 1.3em !important;
        font-weight: 500;
        text-align: center;
        line-height: 1.38em !important;
        
    }
    .carousel-caption p {
        color: #fff !important;
         font-weight: 700;
        line-height: 1.22em !important;
        font-size:15px;
    }    
    
    }
    
    @media (max-width: 540px){
         .carousel-caption{
        position: absolute;
        top: 2% !important;
        bottom: 1.25rem;
        left: 25% !important;
        right: 16% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        font-weight: 500;
        text-align: center;
        line-height: 0.4em !important;
        
    }
        .carousel-caption p {
             color: #fff !important;
         font-weight: 700;
        line-height: 0.4em !important;
        font-size:10px;
    } 
    }
    
   .bio-row {
    width: 90%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}
.bio-row p{
    text-align: left;
    margin-bottom:0px;
    color: #283734;
    display: flex;
    border-bottom: 1px solid #ddd;
}
.bio-row p span {
    width: 40%;
    display: inline-block;
    font-weight:600;
}