/*!
 * GetFund - GetFund Laravel Crowdufnding Platform (http://themeqx.com)
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400');

body {
    color:#606060;
    background:#FFF;
    font-size:13px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.volunteer button
{
    color:#fff !important;
}
a{
    color: #666666;
}
.modal-content {
    background: #fff !important;
}
.modal-header {
    text-align: center;
} 
.main_see_donation {
    width: 100%;
    float: left;
}
.see_all_btn{
    width: 30%;
    float: left;
}
.top_dona {
    font-size: 20px;
    text-align: left;
}
.modal-dialog {
    width: 800px !important;
}
.donation_btn_star {

    background: 

    #fff;
    border-radius: 20px;
    padding: 5px 10px;

}
.top_dona, .top_dona_see{
    width: 50%;
    float: left;
}
.modal-body {

    overflow-y: scroll;
    height: 800px;

}
.main_top_don {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    margin-top:-20px;
}
.modal {
 
    padding-top: 0px !important;
}
.top_donation_btn {
    width: 70%;
    float: left;
    padding-top:20px;
}
.donate_cu_btn {
    background: #67C22C;
    text-align: center;
    max-width: 28.5rem;
    color: #000;
    font-size: 16px;
    min-height: 5rem;
    font-weight: 700;
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    width: 100%;
    margin: 0px auto;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    align-items: center;
    cursor:pointer;
}

.close {
    color: 
    #ddd !important;
}
.donate_cu_btn:hover{
   
color:
    #fff;
   
}
.modal-header {
    border: 0px;
    margin-top: 20px;
}
a:hover{
    color:#67c22c;
    text-decoration: none;
}
nav.navbar{
    margin-bottom: 0;
    font-size: 15px;
}
.navbar-brand.top-logo{height:auto !important; }
.navbar-toggle{top:25px;}
.navbar-brand.navbar-brand-centered.top-logo{
	/* position: absolute;
    left: 48%;*/
    display: block;
    text-align: center;
    padding: 8px;
        
}
.navbar-default {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background:transparent;
}

img.main-logo {
    max-height: 100px;
    width: 100px;
}
.search-form button {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: -5px;
    height: 34px;
}
.search-form input {
    border-radius: 0;
    box-shadow: none;
}

.search-form .form-group{
    vertical-align: top;
}

a.top-start-btn{
    background: #67C22C;
    color: #ffffff !important;
}
a.top-start-btn:hover{
    background: #85E04A !important;
    color: #ffffff !important;
}
.main-banner {
    padding: 170px 0;
    background: #d1d1d1 url("../images/Banner.jpg") no-repeat scroll center center / cover ;
    position: relative;
    color: #fff;
    text-align: center;
}
.main-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0) radial-gradient(at center bottom , #85E04A 12%, #67C22C) repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-banner h1 {
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 10px;
}
.jumbotron-sub-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.jumbotron-button-wrap {
    margin-top: 30px;
}

/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/
section.section-bg-gray{
    border: 1px solid #67C22C;
    background: #f7f7f7;
    padding: 50px 0;
}
section.section-bg-white{
/*border: 1px solid #67C22C;*/
    background: #ffffff;
    padding: 50px 0;
   
}
section.home-get-start{
border: 1px solid #67C22C;
    background: #f7f7f7;
    padding: 50px 0;
}
h2.section-title {
    margin: 0 0 40px;
    text-align: center;
}
h2.section-title::after{
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

/*--------------------------------------------------------------
Home category box
--------------------------------------------------------------*/
.home-category-box {
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.home-category-box img {
    height: 50%;
    width: 50%;
    position: relative;
    vertical-align: middle;
}
.home-category-box .title > a {
    color: #fff;
    font-size: 16px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width:100%;
    line-height: 50px;
    background-color: #67C22C;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.home-category-box .title > a:hover {
    background-color: #67C22C;
}

/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/
.section-footer {
    margin-top: 30px;
    text-align: center;
}
.section-action-btn {
    border: 1px solid #67C22C;
    color: #67C22C;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s linear 0s;
    position: relative;
}
.section-action-btn:hover {
    background: #67C22C;
    color: #ffffff;
}
/*--------------------------------------------------------------
Campaign, campaign box, campaign preview
--------------------------------------------------------------*/

.box-campaign {
    background: #ffffff;
    transition: all 0.3s linear 0s;
    margin-bottom: 25px;
    box-shadow: 0 0.5rem 1.5rem 0 #f5f5f5;
}
.box-campaign img{
    width: 100%;
    height: auto;
}
.box-campaign-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.box-campaign-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box-campaign:hover .box-campaign-image .overlay {
    background-color: rgba(48, 152, 157, 0.4);
}
.box-campaign-image img {
    display: block;
    position: relative;
}

.box-campaign-image a.info {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 10px;
    padding: 25%;
}
.box-campaign:hover .box-campaign-image a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-campaign-image a.info:hover {
    box-shadow: 0 0 5px #fff;
}
.box-campaign-content{
    color: #606060;
    padding: 20px;
}
.box-campaign-description h4{
    margin-top: 0;
}
.box-campaign-summery ul{
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.box-campaign-summery ul li{
    display: inline-block;
    width: 32%;
}
.box-campaign-summery ul li strong, .box-campaign-footer ul li strong{
    display: block;
}
.box-campaign-footer ul{
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
.box-campaign-footer ul li{
    display: inline-block;
    vertical-align: top;
}
.box-campaign-footer ul li:first-child{
    width: 65%;
}
.box-campaign-footer ul li:last-child{
    width: 33%;
}
.box-campaign-footer ul li img{
    display: inline;
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

.box-campaign-lists{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.box-campaign-lists > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.home-get-start-content{
    text-align: center;
}
.home-get-start-content h3.section-title{
    margin: 0;
    font-weight: 600;
}
.home-get-start-content .sub-title{
    margin: 20px 0;
    font-size: 16px;
}
.why-choose-us-box {

    font-size: 110%;
    text-align: center;
   border: 1px solid #67C22C;
    padding: 20px;
    min-height: 275px;
    margin-bottom: 20px;
}
.why-choose-us-box .icon {
    font-size: 200%;
}
.btn-outline {
    border: 1px solid #67C22C;
    color: #67C22C;
    min-width: 150px;
}
.btn-outline:hover {
    background: #67C22C;
    color: #ffffff;
}
.btn-filled{
    border: 2px solid #67C22C;
    background: #67C22C;
    color: #ffffff;
    min-width: 150px;
}
.btn-filled:hover{
    border: 2px solid #67C22C;
    background: #67C22C;
    color: #ffffff;
}

.btn-lg-outline {
    border: 2px solid #67C22C;
    color: #67C22C;
    background: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.btn-lg-outline:hover {
    background: #67C22C;
    color: #ffffff;
}
.btn-lg-filled{
    border: 2px solid #67C22C;
    background: #67C22C;
    color: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.btn-lg-filled:hover{
    border: 2px solid #67C22C;
    background: #67C22C;
    color: #ffffff;
}

/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/

.categories-wrap{
    padding: 50px 0;
}

/*--------------------------------------------------------------
Single campaign
--------------------------------------------------------------*/
.campaign-details-wrap {
    margin-bottom: 50px;
}
.single-campaign-header{
    background: #f7f7f7;
    padding: 40px 0 0;
    border-bottom: 3px solid #67C22C;
    margin-bottom: 20px;
}
h1.single-campaign-title {
    margin-top: 0;
    text-align: center;
}
.single-campaign-menu{
    border-top: 1px solid #67C22C;
    border-bottom: 1px solid #67C22C;
    margin-top: 30px;
}
.single-campaign-menu ul{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.single-campaign-menu ul li{
    display: inline-block;
}
.single-campaign-menu ul li a{
    display: block;
    font-size: 16px;
    padding: 1.5rem 3rem;
}
.single-campaign-embeded{
    margin-bottom: 20px;
}
.campaign-decription img{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative;
    display: table;
    height: auto !important;
    vertical-align: middle;
}

h3.campaign-single-sub-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-author-box img{
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}
.single-author-box > p {
    display: inline-block;
    vertical-align: top;
}
.campaign-progress-info .progress{
    margin-bottom: 0;
}
.campaign-progress-info ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.campaign-progress-info ul li{
    display: inline-block;
    width: 48%;
}
.campaign-progress-info ul li:last-child{
    text-align: right;
}
.donate_amount_field{
    position: relative;
    margin-bottom: 10px;
}
.donate_currency {
    font-size: 20px;
    left: 13px;
    position: absolute;
    line-height: 49px;
}
.donate_amount_field .form-control {
    border-radius: 0;
    padding: 15px 10px 15px 30px;
    height: 50px;
    font-size: 18px;
}
.donate-amount-placeholder{
    margin-bottom: 10px;
}
.donate-amount-placeholder ul{
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    width: 100%;
    border: 1px solid #67C22C;
    border-radius: 2px;
    padding: 0;
}
.donate-amount-placeholder ul li {
    font-size: 18px;
    line-height: 25px;
    min-width: 25%;
    padding: 0.7em;
    text-align: center;
    border-right: 1px solid #67C22C;
    cursor: pointer;
}
.donate-amount-placeholder ul li:last-child {
    border-right: none;
}
.donate-form-button button{
    background-image: none;
    border-radius: 0;
}
.campaign-decription {
    font-size: 15px;
}
.campaign-decription .update-wrap {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 10px;
}
.campaign-decription .update-wrap h2{
    margin: 0;
    font-weight: 300;
}

.socialShareWrap ul{
    margin: 0;
    padding: 0;
}
.socialShareWrap ul li{
    list-style: none;
    display: inline-block;
}
.socialShareWrap ul li a{
    display: block;
    font-size: 30px;
    margin: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*--------------------------------------------------------------
Reward
--------------------------------------------------------------*/
.reward-box {
    font-size: 15px;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #eeeeee;
    margin: 20px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.reward-box:hover{
    border: 1px solid #cccccc;
}
.reward-box a:hover{
    color: #666666;
}
.reward-box span {
    display: block;
}
.reward-box span.reward-amount {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.reward-box span.reward-amount strong{
    color: #67C22C;
}
.reward-box span.reward-text {
    margin-bottom: 10px;
}
.reward-box span.reward-claimed-count , .reward-box span.reward-estimated-delivery{
    font-weight: 100;
}
.reward-box .reward-button{
    border: 2px solid #67C22C;
    color: #67C22C;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.reward-box:hover .reward-button{
    background: #67C22C;
    color: #ffffff;
}

.reward-box.reward-disable {
    opacity: 0.5;
    cursor: not-allowed;
}
.reward-box.reward-disable:hover {
    border: none;
    border: 1px solid #eeeeee;
}
.reward-box.reward-disable:hover .reward-button{
    border: 2px solid #67C22C;
    color: #67C22C;
    background: #ffffff;
}
/*--------------------------------------------------------------
Checkout
--------------------------------------------------------------*/

.checkout-wrap {
    margin-bottom: 100px;
}
.checkout-top {
    background: #f2f5ff none repeat scroll 0 0;
    padding: 10px;
}
.checkout-top h2{
    margin: 10px 0;
    font-weight: 300;
}
.donation-summery{
    font-size: 15px;
}
.donation-summery .text-muted{
    font-size: 12px;
}
td.border-none{
    border: none !important;
}
.name_display_wrap label {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 10px 20px;
}
.name_display_wrap label input[type="radio"], input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

.contributing-to-name{
    margin-top: 50px;
}
.contributing-to h3{
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}
.guest_checkout_text{
    margin-bottom: 20px;
}
.checkout-empty{
    background: #f5f8fa;
    padding: 50px 0;
    text-align: center;
}
.checkout-empty h1{
    font-weight: 300;
    margin-bottom: 20px;
}
.payment-received{
    text-align: center;
    padding: 100px 0;
}
.payment-received h1{
    font-weight: 300;
}
.no-data{
    padding: 50px 0;
    text-align: center;
}
.no-data h1{
    font-weight: 300;
}
.no-data i{
    font-size: 25px;
}
/*--------------------------------------------------------------
Auth Form
--------------------------------------------------------------*/
section.auth-form{
    background-color: #f5f8fa;
    padding: 50px 0;
}
.panel-default > .panel-heading {
    background-image: none;
    background-color: #fff;
    border-color: #d3e0e9;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer {
    background: #1b3050;
    color: #919191;
    font-weight: 300;
}
.footer-top{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-about img{
    max-height: 100px;
    width: auto;
    margin-bottom: 20px;
}
.footer-widget-title{
    margin-top: 0;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-widget ul li{
    margin-bottom: 10px;
}
.footer-widget ul li i, .footer-widget ul li span{
    display: inline-block;
}
.footer-widget ul li i{
    vertical-align: top;
    margin-top: 5px;
}
.footer-widget ul li span{
    padding-left: 5px;
}
.footer-widget ul li a{
    color: #919191;
}
.footer-bottom {
    border-top: 1px solid #1b4050;
    padding: 30px 15px 20px;
}
.footer-copyright {
    text-align: center;
}

/*--------------------------------------------------------------
overwriting bootstrap
--------------------------------------------------------------*/
.progress-bar{
    background-image: none;
    box-shadow: none;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
    padding-right: 20px;
}
.panel-default {
    border-color: #d3e0e9;
}

/**
 * @date April 29, 2017
 * @since v.1.1
 */
.bankPaymetWrap{
    margin-top: 50px;
}
.bankPaymetWrap-2{margin-top: 20px;}

.bankPaymetWrap .jumbotron {
    padding: 20px !important;
}
.footer-campaign-stats {
    border-top: 1px solid #dddddd;
    padding: 40px 0;
    text-align: center;
}
.footer-campaign-stats h4{
    color: #67C22C;
}

.wrap-404{
    text-align: center;
    padding: 100px 0;
    background: #ededed;
}


/********* new css *********/
.payment-1,.payment-2,.payment-3, .payment-4{margin-bottom: 15px;}
.payment-1,.payment-2,.payment-3, .payment-4, .project-add-title {padding: 0px 0 0px;margin-bottom: 15px;}
.payment-donation .d-block{display:block;}
.payment-donation .payment-list-item{margin-top:20px;}
.payment-donation .payment-list-item li{border:0px solid #000;     padding: 10px 0px;}
.payment-donation .d-slect-box{margin-top:10px;}
.payment-donation .btn-pay{font-size:18px; padding:15px 25px; background:#67C22C; border:1px solid #67C22C;}
.payment-donation .payment-2 a{padding:15px 0px;}
.payment-donation .payment-2 a.btn-default:active, a.btn-default:hover, a.btn-default.active:hover, 
a.btn-default.active, a.btn-default.active.focus,  .open > .dropdown-toggle.btn-default{
    color: #fff;
    background-color: #67C22C;
    border-color: #67C22C;
    outline:none;
}
.payment-donation .payment-2 .bd-example{margin-top: 15px;}
.payment-donation .payment-2 .bd-example input.form-control{height:45px;}
.payment-list-item .badge{background:#67C22C;}
.box-s-shadow{padding:25px 15px;box-shadow:0px 5px 10px #999;text-align: center; font-size: 16px;}
.m-auto-pay{}
/********* new css *********/
/********* donate page css *********/
.donate-now-page{margin:2rem 0px;}



.donate-now-page .Donation-widget__item.Donation-widget__item--active {
    background: #67C22C;
    border: 1px solid #67C22C;
    color: #fff;
	outline:none;
	
}

.donate-now-page .Donation-widget__item:hover{
	background: #67C22C;
	border: 1px solid #67C22C;
	color:#fff;
	transition:background 0.5s linear;
	-webkit-transition:background 0.5s linear;
    -moz-transition:background 0.5s linear;
    -o-transition:background 0.5s linear;
	
}

.donate-now-page .Donation-widget__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1c1c1c;
    background: #fff;
    cursor: pointer;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    padding: 5px 0px;
    border: 1px solid #e2e2e2;
	border-radius: 0;
}

.donate-now-page .Donation-widget__item-amount {
    display: block;
    padding: 0 30px;
    margin: 15px 0;
    text-align: left;
    -ms-flex-preferred-size: 3.85em;
    flex-basis: 3.85em;
    font-size: 4em;
    font-family: Lato Black,Lato,Trebuchet MS,Arial,sans-serif;
    font-weight: 900;
    font-size: 2em;
    padding-right: 0;
}

.donate-now-page .Donation-widget__item-description {
    display: block;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
}

.donate-now-page .Donation-widget__item-amount--custom .input-group-addon {
    background: none;
    border: 1px solid transparent;
    padding: 5px;
    font-weight: 700;
    font-size: 26px!important;
    color: #000!important;
    padding: 0;
    padding-right: 10px!important;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.donate-now-page .Donation-widget__item--active .form-control {
    border: 0;
    color: #000!important;
    font-size: 20px;
    padding: 5px 5px 5px 24px;
    border-width: 1px;
}

.donate-now-page .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background-color: #67C22C;
    border-color: #67C22C;
    color:#fff;
	outline:none;
}
.donate-now-page .btn.btn-lg-custom {
    padding: 10px 30px;
    font-size: 22px;
    background-color: #67c22c;
    border-color: #67c22c;
    color: #fff;
}



.donate-now-page .btn {
	background: transparent;
    border: 1px solid #67c22c;
    color: #67c22c;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    border-radius: 2px;
    background-position: 0 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
}
.donation-form-step-1 .btn{
	background: transparent;
    border: 1px solid #67c22c;
    color: #67c22c;
}

.donate-now-page p{margin-bottom:10px;}
.f-white{color: #fff !important;}
.donate-now-page .input-group .form-control{
	font-size: 20px;
    padding: 5px 5px 5px 70px;
	color: #000;
	width: 140px;
}

.donate-now-page .input-group input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {   
-webkit-appearance: none; 
  margin: 0; 
}


.donate-now-page h4.panel-title {
    position: relative;
}
.donate-now-page h4.panel-title > a[aria-expanded="true"]:after {
    transform: rotate(180deg);
}
.donate-now-page h4.panel-title > a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f078";
    transition: all 0.25s;
    position: absolute;
    top: 0px;
    right: 0px;
}
.donate-now-page *, :after, :before, input[type=search] {
    box-sizing: border-box;
}
.donate-now-page .impact-caption {
    font-size: 85%;
margin: 10px 0px;
    font-size: 14px;
}
.donate-now-page .panel {
    border: none;
}
.donate-now-page .panel-heading {
    background-color: white !important;
}
.donate-now-page .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0px;
}
.donate-now-page .panel-group {
    background: white;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.donate-now-page .panel-default {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}
.donate-now-page .panel-default > .panel-heading {
    border-top: 1px solid #e2e2e2;
}
.donate-now-page .panel-default:first-child > .panel-heading {
    border-top: 0px;
}
.donate-now-page .nc {
    color: #0A8;
}
.donate-now-page a[data-toggle=collapse] {
    cursor: pointer;
    font-weight: 500;
}


/********* donate page css *********/
/**************** form steps  ************/
.donation-form-step .form-steps{margin-top:30px;margin-bottom:10px;border-bottom:2px solid #ccc;position:relative;height:24px;padding:0;font-size:.875em;line-height:1.1em}
.donation-form-step .form-step{display:block;position:absolute;color:#ccc;z-index:2}
.donation-form-step .form-step:after{content:"";width:12px;height:12px;border-radius:50%;border:1px solid #ccc;margin-top:17px;display:block;background:#fff;margin-left:44%;outline:3px solid #fff}
.donation-form-step .form-step.active{color:#67c22c}
.donation-form-step .form-step.active:after{width:28px;height:28px;border:1px solid #67C22C;content:"\F00C";font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;margin-top:8px;padding:6px;font-size:14px;margin-left:calc(50% - 14px)}
.donation-form-step .form-step:first-child{left:0}
.donation-form-step .form-step:nth-child(2){left:33%}
.donation-form-step .form-step:nth-child(2)
.donation-form-step .form-step__resize.active{left:30%}
.donation-form-step .form-step:nth-child(3){right:33%}
.donation-form-step .form-step:nth-child(3)
.donation-form-step .form-step__resize.active{right:30%}
.donation-form-step .form-step:last-child{right:5px}
.donation-form-step .step-two{width:30%}
.donation-form-step .step-three,.step-two{border-bottom:2px solid #67c22c;height:2px;position:relative;top:22px;left:-15px;z-index:1}
.donation-form-step .step-three{width:56%}
.donation-form-step .progress__title{margin-left:18px;margin-top:20px;color:#67c22c}
.donation-form-step .form-steps{margin-left:15px;margin-right:15px}@media (min-width:480px){
.donation-form-step .form-step:nth-child(2).form-step__resize.active{left:33%}
.donation-form-step .form-step:nth-child(3).form-step__resize.active{right:33%}
}
@media (min-width:768px){
.donation-form-step .form-steps{font-size:.875em;line-height:1.1em;border-bottom:2px solid #ccc;position:relative;height:39px;margin:30px 0 10px 8.33333333%}
.donation-form-step .form-step{display:block;position:absolute;color:#ccc;z-index:2}
.donation-form-step .form-step:after{content:"";width:12px;height:12px;border-radius:50%;border:1px solid #ccc;margin-top:17px;
        display:block;background:#fff;margin-left:44%;outline:3px solid #fff}
.donation-form-step .form-step.active{color:#67C22C}.form-step.active:after{width:28px;height:28px;
        border:1px solid #67C22C;content:"\F00C";font:normal normal normal 14px/1 FontAwesome;
        font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;
        margin-top:8px;padding:6px;font-size:14px;margin-left:calc(50% - 14px)}
.donation-form-step .form-step:first-child{left:-40px}
.donation-form-step .form-step:nth-child(2),.form-step:nth-child(2).form-step__resize.active{left:calc(33% - 8px)}
.donation-form-step .form-step:nth-child(3),.form-step:nth-child(3).form-step__resize.active{right:calc(33% - 46px)}
.donation-form-step .form-step:last-child{right:-19px}.step-two{width:25%}
.donation-form-step .step-three,.step-two{border-bottom:2px solid #67c22c;height:2px;position:relative;top:69px;left:19px;z-index:1}
.donation-form-step .step-three{width:55%}
.donation-form-step .progress__title{margin-left:18px;margin-top:20px;color:#a79344}
}
.donation-form-step .UpdateCard-currentCard{display:-webkit-box;display:-ms-flexbox;
        display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.donation-form-step .UpdateCard-currentCard p{margin-left:1em;-webkit-box-flex:1;-ms-flex:1;flex:1}
.donation-form-step .UpdateCard-cardNumber{background:no-repeat right 1rem center #fff;background-size:auto 2.5rem;padding-right:3rem}
.donation-form-step .UpdateCard__processing-overlay{display:-webkit-box;display:-ms-flexbox;
        display:flex;-webkit-box-pack:center;-ms-flex-pack:center;
        justify-content:center;-webkit-box-align:center;-ms-flex-align:center;
        align-items:center;-webkit-box-orient:vertical;
        -webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}
.donation-form-step .UpdateCard__processing-message{width:90%;max-width:22em}
.donation-form-step-1{margin:3rem 0px;}
.donation-form-step .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background-color: #67C22C !important;
    border-color: #67C22C !important;
    color:#fff;
	outline:none;
	background-image: none;
}

.payment-1 .btn-default:hover {
    background-color: #67C22C;
    border-color: #67C22C;
    color:#fff;
	outline:none;
	background-image: none;
}

.payment-1 .btn.btn-default.active:hover{ background-color: #67C22C;
    border-color: #67C22C;
    color:#fff;}

.donation-form-step .vision-member{}
.donation-form-step .User-login__reveal-btn {
    padding-left: 0;
    white-space: normal;
    text-align: left;
    text-decoration: underline;
    line-height: 1.25em;
    max-width: 300px;
}
.donation-form-step .btn-link {
    color: #67C22C;
    padding: 0;
    margin: 0;
    line-height: 1.45;
    display: inline;
    vertical-align: top;
    box-shadow: none;
    border: none;
}
.donation-form-step h4{font-size: 20px;margin:2rem 0px;font-weight: bold;}
.donation-form-step h5{font-size: 16px;margin-bottom:2rem;font-weight: bold;}
.donation-form-step .btn.btn-lg-custom {
    padding: 10px 30px;
    font-size: 20px;
    background-color: #67C22C;
    border-color: #67C22C;
    color: #fff;
    outline: none;
}
.donation-form-step .btn.btn-btn{padding:12px 30px;font-size: 17px;}
.donation-form-step .btn.btn-btn.active{
   line-height: 1.45;
    background-color: #67C22C;
    border-color: #67C22C;
    color: #fff;
}
.donation-form-step .form-horizontal label.control-label{margin-bottom:10px;}
.donation-form-step .btn.btn-btn.active, .btn.btn-btn:hover{outline:none;}
.donation-form-step .fa-check:before {
    content: "\f00c";
}

.donation-form-step .ft-16{font-size:16px;}
.donation-form-step .Confirmation__total{margin-bottom:5px;}
.donation-form-step .list-inline, .list-unstyled {padding-left:0;list-style:none;}
.donation-form-step .cart-item .cart-image {display: inline-block;width:20%;margin-right:10px;vertical-align: top;}
.donation-form-step .cart-description{font-size:16px;}
.donation-form-step hr {margin-top:23px;margin-bottom:23px;border-top:1px solid #e5e5e5;}
.donation-form-step .cart-item .cart-description {display: inline-block;width: 70%;}
.donation-form-step .btn span.glyphicon {opacity:0;}
.donation-form-step .btn.active span.glyphicon {opacity: 1;}
.donation-form-step .Checkbox__label {margin: 0 0 0 10px;}

.payment-detail .total-amount-display{margin-bottom:5px; color: #67c22c; font-size:20px;}

.payment-detail .creditcard h4:before {
    content: "\f023";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 26px;
    padding-right: 0.5em;

    top: 0;
    left: 0;
}
.payment-detail .creditcard {margin:20px 0px;}
.payment-detail .creditcard h4{margin-bottom:5px; font-size: 26px;}
.payment-detail #paypal-container {
    display:inline-block;vertical-align:middle;background:#E5E5E5;padding:15px 0px;
    width:100%;text-align: center; justify-content: center;display: flex;}
.payment-detail .align-self {align-self:center;}
.payment-detail #paypal-container h4{margin-top:0px;}

.input-group.do-in-gr .input-group-addon{width:50%;}
.input-group.do-in-gr .input-group-addon select.form-control{
	padding:0px 0px 0px 0px;
	border: 0px;
    width: 60px;
	height: 32px;
	
}

.m-auto-p {
    margin: 0 auto;
    float: none;
}

.m-check-list{display: flex;    justify-content: space-between;    flex-flow: row;    width: 100%;}
.d-bage-flex{margin-left: 10px;    line-height: 16px;}
.m-d-block-pay{display:block;}

.donate_currency.donate_currency-edit{left:1px;}

.donate_currency.donate_currency-edit  .form-control {
  border-radius:0;padding: 10px 10px 10px 10px;border-left: 0px;		 
}
.form-control.currency-edit{padding: 15px 10px 15px 110px;}
.align-self-center{align-self:center}
.do-sowing-op{display:block; margin-bottom:5px;}
.do-sowing-badge{float:right !important;}
.stripe-button-el span {
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    background: #67C22C;
    background-image: -webkit-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -moz-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -ms-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -o-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -webkit-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -moz-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -ms-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: -o-linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    background-image: linear-gradient(#67C22C,#67C22C 85%,#67C22C);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 0 #67C22C;
    -moz-box-shadow: inset 0 1px 0 #67C22C;
    -ms-box-shadow: inset 0 1px 0 #67C22C;
    -o-box-shadow: inset 0 1px 0 #67C22C;
    box-shadow: inset 0 1px 0 #67C22C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-color: #67C22C;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



#vbs_reg .panel-info > .panel-heading {
    color: #ffffff !important;
    background-color: #67c22c !important;
    border-color: #67c22c !important;
    font-size: 16px !important;
    text-align: center !important;
}

#vbs_reg .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #67c22c 0%, #67c22c 100%);
    background-image: -o-linear-gradient(top, #67c22c 0%, #67c22c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#67c22c), to(#67c22c));
    background-image: linear-gradient(to bottom, #67c22c 0%, #67c22c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c22c', endColorstr='#67c22c', GradientType=0);
    background-repeat: repeat-x;
}

#vbs_reg input[type="radio"], input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
    margin-top: 1px \9;
    line-height: normal;
    vertical-align: middle;
}
#vbs_reg .vbs_rg_rd label{margin: 0px 10px 0px 0px;}



#lola {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 29%;
    margin: 7px 0 0 0;
    padding: 10px 12px 14px 12px;
    background: #E6E6E6;
    border-radius: 7px;
    display: block !important;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 1160px) {


}

@media screen and (max-width: 1159px) {

}


@media only screen and (max-width: 768px) {
	
	.payment-detail #paypal-container{margin-top:15px;}
}
@media only screen and (max-width: 767px) {
	.donation-form-step .cart-item .cart-image {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.donation-form-step .cart-item .cart-image img{width: 100%;}
	.dollar-handle img{width: 100%;}
	.donate-now-page img{width: 100%;}
	.donation-form-step .cart-item .cart-description {
		width: 100%;
	}
	.donation-form-step h4{text-align:center;}
	.confirm-text-mb{text-align:center;}
	.donation-form-step p{text-align:center;}
	.mb-text-center{text-align:center;}
	.Donation-widget__submit.btn.btn-lg-custom.donate_button{margin-top:15px;}
	.navbar-brand.navbar-brand-centered.top-logo{
	 position: inherit;
    
    display: block;
    text-align: center;
    padding: 8px;
        
}

.d-bage-flex{white-space: normal;}
h1, .h1 {    font-size: 25px;}
h2, .h2 {    font-size:23px;}

}


@media screen and (max-width: 479px) {
.donation-form-step-1 .btn{font-size:9px;}
h1, .h1 {font-size:20px;}
h2, .h2 {    font-size:18px;}
.donation-form-step .btn.btn-btn {    padding: 12px 20px;    font-size: 16px;}
}


/*************07 sept 2020****************/
.search-form .form-group {
    margin-left: 30px;

}
.col-lg-3.col-md-4.col-sm-6.col-xs-12.box-campaign-item {
    width: 33.33%;
}
.box-campaign-lists .col-lg-3.col-md-4.col-sm-6.col-xs-12.box-campaign-item:first-child {
    display: none;
}
.box-campaign-items_gallery {

    width: 33.33%;
    float: left;
    padding: 10px;
    height: 300px;
margin-bottom: 30px;
}
.box-campaign-items_gallery img {
    height: 300px;

}
.main_gallery{padding: 0px 200px;}

#bs-example-navbar-collapse-1 {

    float: left;
    padding-top: 20px;
    width: 85%;

}
.navbar-header {

    float: left;
    width: 15%;

}
.nav > li > a{text-transform: uppercase;}
.search_form {

    float: right;
    margin-top: -50px;

}
.box-campaign-image img {
    height: 200px;
   object-fit:cover;

}

.box-campaign-content {
   
    height: 250px;

}

.sticky{
  position: fixed;
  width: 100%;
  
  background: #fff;
  
  z-index:999;
}
/* .box-campaign { */
    /* box-shadow: 0px 0px 2px 3px #b4e5b8 ; */

/* } */
.gallery_boxx{  box-shadow: none;}
/*************gallery**********************/
 .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
               float: left;

width: 31.33%;

height: 250px;

margin: 5px;
            }
            .demo-gallery > ul > li a {
                height: 248px;
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
            #lightgallery {

    margin: 0px;
    padding: 0px 200px;

}
.gallery_boxx img{height:100%;}
.read_more_btn{height: 34px;

background-color:
#fff;

border: solid 0.5px
#d9d9d9;

border-radius: 35px;

color:
#555;

font-size: 12px;

padding: 10px 20px;

text-align: center;

width: 135px;

text-decoration: none;

text-transform: none;

-webkit-transition: 0.3s ease;

transition: 0.3s ease;

letter-spacing: -0.2px;}
.box-campaign-footer.read_more {

    text-align: center;

}
.box-campaign-description p {

    line-height: 1.5em;
    height: 3em;
    overflow: hidden;

}
.box-campaign-description h4 {

    line-height: 1.7em;
    height: 2em;
    overflow: hidden;
font-weight: 700;
}

/*******------8-9-2020-------*********/
.gallery_boxx img {
    object-fit: cover;
}
.demo-gallery > ul > li a{width:100%;}
.box-campaign-content .progress , .box-campaign-content .progress-bar {
height: 6px;}
.See_more_btn_main {
    padding: 15px 30px 15px 15px;
    float: right;
    position: relative;
    margin: 25px 30px 0 0;}
.See_more_btn_main a{font-size:15px; }
.See_more_btn_main::after{
    position:absolute;content:"\f105";right: 10px;
    top: 7px; font-family:"FontAwesome";font-size:26px;
    
}
/*******------9-9-2020-------*********/   
   * {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin: 20px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width:400px !important;
      height:250px !important;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1 !important;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
    section.center.slider.slick-initialized.slick-slider{
        background:#67c22c !important;
        padding:30px;
    }
.volunteer{display: flex; justify-content: space-around; width: 100%;min-height: 380px; height: 100%;position: relative;margin: -60px 0 0 0;}

.become-voluntr {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    flex-basis: 348px;
}
.become-voluntr h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.become-voluntr h2 {
    color: #fff;
	font-weight:bold;
		font-size:35px;
}
.become-voluntr h2 span {
    color: #87d636;
}
.become-voluntr p {
    color: #fff;
    font-size: 14px;
}
.apply-now {
    background: #82c340;
    width: 148px;
    height: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

a.apply-now2 {
    margin: 10px 0 0 0;
    background: #82c340;
    width: 148px;
    height: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 14px !important;
}
.tricy {
flex-direction: column;
    background: #67C22C;
    display: flex;
    flex: 500px;
    padding: 25px;
}
.tricy a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
.tricy h6 {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
}
.socil-icons {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 4px 36px;
    flex-basis: 151px;
    justify-content: space-evenly;
    flex-direction: column;
}    
/*******------10-9-2020-------*********/  
.volunteerimg img {
    height: 380px;
    width: 352px;
}

.tricy .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px  !important;;
    line-height: 18px  !important;;

    text-align: center;
    background-color: #777 !important;
}
.tricy .read_more_btn {
    height: 49px !important;
    background-color: #000;
    border: solid 0.5px #000;
    border-radius: 7px;
    color: #fff !important;
    font-size: 22px !important;
    padding: 8px 18px;
    text-align: center;
    width: auto;
    text-decoration: none!important;
    text-transform: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    letter-spacing: -0.2px;
    float: left;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    left: 0;
    top: 19px;
}
.tricy .box-campaign-description p {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #fff;
}
.tricy  .box-campaign-content {
    color: #fff;
    padding: 20px;
}
.tricy .box-campaign-content .progress, .tricy .box-campaign-content .progress-bar{ height: 17px;}
.tricy  .box-campaign-description h4 {
    line-height: 2em;
      overflow: hidden;
      height:85px;
    font-weight: 700;
}

/*----------css for login form on 20 sep-2020-------*/
.login-btns .btn-margin {margin-bottom:30px;}

.social-media-login a i {float:left; padding-top:5px;}
.social-media-login .fb-btn .btn-primary {background:#507cc0!important;}


.login-info .panel-body {padding-top:40px; padding-bottom:40px;}
.or-gap {
    text-align: center;
    height: 200px;
    width: 2px;
    background: #67C22C;
    position: relative;
    display: flex;
    justify-content: center;
    margin:0px auto;
}

.or-gap .or-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.or-gap .or-text span.text-or {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 9px;
    border: 1px solid #67C22C;
}
.form-control {
border: 1px solid #67C22C !important;
}

.form-title h5{font-weight:700; color:#31708f;}


.login-manual .form-horizontal .control-label {
    text-align: left;
    margin-bottom:5px;
}

.register-link {
    display: flex;
    justify-content: space-between;
}

.form-title {margin-bottom:20px;}

.register-link .reg-now {color:#ff5a5f;}
/*------------ends css done by yogesh----------*/
.o-campaign-sidebar-donations {
    margin-top: 0rem !important;
}
.list-unstyled {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.o-donation-list-item:not(:last-child) {
    padding-bottom: .75rem;
}
.m-person-info {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.mr {
    margin-right: 1rem !important;
}
.a-avatar {
    border-radius: 50%;
    color:#fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 2.5em;
    width: 2.5em;
}
.campagin_sidebar_custom{
background:#fff;
border-radius: .25rem;
box-shadow: 0 .3125rem 1rem -.1875rem
rgba(0,0,0,.2);
padding-bottom: 1.5rem;
padding-top: 1.5rem;
}
.custom_list{border-bottom: 1px solid #ddd;}
.m-person-info-name {
    font-size: 17px;
    color: #000;
}
.backers_custom_name{color:
#960064;
font-size: 17px;}
.mt.a-secondary-button.a-secondary-button--green.a-styled-button.a-styled-button--inline.a-styled-button--small.a-base-button.a-link {
    border: 1px solid #02a95c;
    color: #02a95c;
    font-weight: 900;
    padding: 7px 20px;
    border-radius: 5px;
    background: #fff;

}
.see_all_btn {
    padding-top: 20px;
}
.modal {
    background-color: #00000029 !important;
}
/*--css for model popup-05-oct-2020 yogesh-----*/
.top_donation_btn .donation_btn_star {
   float: right;
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-color: #f8f8f8;
    outline:0;
    border:1px;
}
.top_donation_btn .donation_btn_star i {font-size:16px!important;}

#myModal .modal-dialog ,
#myModal_donation .modal-dialog
{
    width: 600px !important;
}
#myModal .modal-header , #myModal_donation .modal-header
{
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    padding-bottom:25px;
    padding-left: 2rem;
    padding-right: 2rem;
}
#myModal .modal-body ,
#myModal_donation .modal-body
{
    overflow-y: scroll;
    height: 400px;
}

.top_dona_see .donation_btn_star {
   
   box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-color: #f8f8f8;
    outline:0;
    border:1px;
}
#myModal_donation .top_dona_see .donation_btn_star {background-color: #ddd;
    border: 1px solid transparent;
    border-radius: 3rem;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    color: #333;
}
.top_dona_see .donation_btn_star i {font-size:16px!important;}
.top_dona_see .donation_btn_star:hover {
    background-color: #f8f8f8;
    color: #000;
}



#myModal .o-campaign-sidebar-wrapper ul li.o-donation-list-item ,
#myModal_donation .o-campaign-sidebar-wrapper ul li.o-donation-list-item 
{padding-bottom:0.90rem;
padding-top:0.90rem;    
    
}

.donate_cu_btn {border-radius:0.25rem;}
#myModal .modal-content ,
#myModal_donation .modal-content{
    border-bottom-right-radius: 0px!important;
    border-radius:20px;
}
.main_top_don .top_dona strong {
    color:#333;
    line-height: 1.23;
    text-transform: uppercase;
    
}
.main_top_don .top_dona {font-size:17px;}

#myModal .modal-body ,
#myModal_donation .modal-body
{
    position: relative;
    padding: 2rem;
    padding-top: 5px;
}
ul.m-donation-meta li span {color:#333;}


/*respoosnvie for login page --------28-sep-2020------*/
@media (max-width: 575.98px) { 
    
.login-info .panel {padding-right:0px;}
    .login-info .login-btns .btn-margin {
    margin-bottom: 30px;
    padding: 0;
}
 .login-info .or-gap {
    text-align: center;
    height: 1px;
    width: 100%;
    margin: 40px auto;
}
.login-btns .google-btn {
    padding:0px;
}

.login-btns a.btn {font-size:15px;}

/*-----css for modal popup-------*/
#myModal .modal-dialog, #myModal_donation .modal-dialog {
    width: auto !important;
}
.donate_cu_btn {
    padding: 10px 50px;
}
  

}


@media (min-width: 576px) and (max-width: 767.98px) { 
    
    .login-info .panel {padding-right:0px;}
    .login-info .or-gap {
    text-align: center;
    height: 1px;
    width: 100%;
    margin: 40px auto;
}
.form-title h5 {
    font-size: 20px;
}
.register-link .col a {font-size:17px;}
  .login-btns a.btn {font-size:15px;}
  
/*-----css for modal popup-------*/
#myModal .modal-dialog, #myModal_donation .modal-dialog {
    width: auto !important;
} 
.donate_cu_btn {
    padding: 10px 50px;
}
  
}

@media (min-width: 768px) and (max-width: 991.98px) { 
.login-info .panel {padding-right:0px;}    
.form-title h5 {
    font-size: 22px;
}
  .login-btns a.btn {font-size:15px;}  
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    

}

/*--------ends-----*/

@media (max-width:576px){
.slick-slide img{height:230px !important;}
.slick-slide{margin:0px 10px;}
}  
@media only screen and (max-width:767px){
    .thumb.demo.cursor {
    opacity: 0.6;
    height: 42px !important;
}
    .btn-lg-outline {
    padding: 6px;
    font-size: 13px;
}
    .btn-lg-filled {
        padding: 6px;
    width: 149px;
    font-size: 14px;
}
    .tricy .read_more_btn {  
    font-size: 12px !important;
    padding: 4px 12px;
        
    }


    .become-voluntr {
    align-items: center;
}
.volunteer {
    flex-direction: column;
	}
	.tricy {
    flex: 400px;

}
.socil-icons {
    justify-content: space-evenly;
    flex-direction: row;
}
}
  
@media (min-width: 1200px){
.container {
    width: 1020px !important;
}
.top-navbar .container {
    width: 100% !important;
}
}
@media (max-width:1199px){
#lightgallery{padding:0;}

}

@media (max-width:1024px){
.top-navbar .navbar-nav > li > a {
padding:10px;
}
.navbar-form .form-control {
    width: 120px;
}
}

@media (max-width: 991px){
.navbar-form .form-control {
    width: 105px;
}
.search_form {
    margin-top: -45px;
}
}

@media (max-width: 768px){
#bs-example-navbar-collapse-1{padding-left:0;}
.top-navbar .navbar-nav > li > a {
    padding: 10px 4px;
    font-size: 12px;
}
.container {
    width: 100%;
}
}

@media (max-width: 767px){
.search_form {
    margin-top: 30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border-color: transparent;
}
.search-form button {
    position: relative;
    top: -39px;
}
.navbar-form .form-control {
    width: 160px;
}
}
@media (max-width: 576px){
.navbar-default .navbar-toggle {
    position: absolute;
    right: 0;
}
.search_form {
    margin-top: 15px;
    margin-right: 50px;
	height: 80px;
}
.top-navbar .navbar-nav > li > a {
    padding: 10px 30px;
    font-size: 12px;
}
#bs-example-navbar-collapse-1 {
padding-top: 70px;}
}

@media (max-width: 480px){
	.demo-gallery > ul > li{width:31%;}
	.gallery_boxx img , .demo-gallery > ul > li {
    height: 150px;
}
.col-lg-3.col-md-4.col-sm-6.col-xs-12.box-campaign-item {
    width: 100%;
}
.demo-gallery > ul > li a {
    height: 148px;
}

}
@media (max-width: 425px){
.demo-gallery > ul > li {
    width: 30%;
}
}

@media (max-width:400px){
.navbar-form .form-control {
    width: 100px;
}}


@media (max-width:375px){
.gallery_boxx img, .demo-gallery > ul > li {
    height: 100px;
}
.demo-gallery > ul > li a{height:97px;}
}

@media (max-width: 320px){
.demo-gallery > ul > li {
    width: 29%;
}
img.main-logo {
    max-height: 100px;
    width: 80px;
    padding-top: 18px;
}
    
}
.nav > li > a {
    padding: 10px 25px;
    
}
.close
{
    opacity:1 !important;
}
.register_image img{width:100%;}
.registration_form .col-md-6.col-sm-12{padding:0px;}
.regist .form-control {

    border-radius: 0px;
padding: 23px;
}
.regist .form-group {

    width: 70%;
    margin: 20px auto;

}
.registration_form .panel-heading {

    text-align: center;
    border: none;
    font-weight: 600;
    color:gray;
    margin-top: 15px;

}
.form-horizontal.regist {

    margin-top: 90px;

}
.btn.btn-primary.submit_btn {

    border: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    float: left;
    padding: 14px;
}
.main_section, .panel.panel-default.regist_panel {
    border-radius: 0px;
    height: 680px;

}
.form-group.custom_group {
    font-weight: 600;

}
.login_link{color: #67C22C;}
.login_link:hover {
    color: #666;
}
.member_link{float: right;}

@media (max-width:767px){
    .regist .form-group {
    width: 100% !important;
}
.form-horizontal.regist {
    margin-top: 40px;


}
footer {
    background: #1b3050;
    color: #919191;
    font-weight: 300;
    position: relative;

}
}
@media (max-width:987px){
.form-group.custom_group div {

    width: 50%;
    float: left;

}
}