.doner .number{
		color:#ff1d1d;
		font-weight:bold;
		font-size:24px;
		margin-right:5px;
		position:relative;
		top:5px;
}
.home_menu{
    display:inline-block !important;
    font-size: 18px;
    font-weight: bold;
}
.donation_Section .donate {
	display:none;
}
#header{
   display:none;
}

.donation_value{
	width: 70%;
    float: none;
    border: 4px solid #32325d;
    border-radius: 21px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    color: #32325d;
}
.doner{
text-align:right;
}	
.project_budget_value{
	text-align:left;
}
.ruller {
    margin-top: 30px;
    position: relative;
    background: url(../../img/winter/ruller.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    padding: 15px;
}

.progress2 .progress-bar_general_box {
    background-color: #ff1d1d!important;
}
.progress2 .progress-bar_general_box{
		position:relative;
}
.progress2{
		overflow: visible;
}
.progress2 .progress-bar_general_box {
	background-color: #ff1d1d!important;
}
.progress2{
	display:flex !important;
	width: 94%;
	margin: auto;
	height: 20px;
	border-radius: 10px;
}
.percetage {
    display: block;
    position: absolute;
    width: 66px;
    background: #ff1d1d;
    top: -40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 35px;
    padding: 6px 3px;
}
.percetage::after {
        content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ff1d1d;
    clear: both;
}

.progress .progress-bar {
        background-color: inherit !important;
}
.progress{
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress-value img{
	  width:50px;
}
	
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 15px solid #f2f5f5;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    
}
.progress .progress-value{
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: rgb(250, 245, 245);
    text-align: center;
    position: absolute;
}

.progress.yellow .progress-bar{
    border-color: #179bd7;
	
}
.payment_selected{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #c4c4c4;
    margin: auto;
    right: 50%;
    z-index: 100;
    border-radius: 20px;
    top: 17px;
	    border: 2px solid #fff;
}
.payment_method:hover .payment_selected , .payment_method.active .payment_selected{
	background-color: #222d65;
	
}
.payment_method.active .progress-right .progress-bar{
	 -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}

.payment_method.active .progress-left .progress-bar{
	 -webkit-transform: rotate(144deg);
        transform: rotate(180deg);
}

.progress:hover .progress-right .progress-bar{
	animation: loading-1 .5s linear forwards;
}
.progress:hover .progress-left .progress-bar{
	 animation: loading-2 .5s linear forwards .5s;
}
.payment_title{
	text-align: center;
    width: 100%;
    display: block;
    margin: 10px auto;
    position: relative;
    right: 7px;
}

.project_name {
	font-family: swissrabold;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    width: 150px;
    height: 60px;
    cursor: pointer;
    background: #2c61c8;
    border-top-right-radius: 43px;
    border-bottom-left-radius: 43px;
    padding: 7% 4px;
    box-shadow: 3px 12px 24px -6px rgb(44 97 200 / 75%);
    margin-top: 10px;
}
.project_name.active {
    background: #203f81;
    box-shadow: 3px 12px 24px -6px rgb(51 63 129 / 75%);
}
.com_des{
	text-align:right;
}
.com_des .descript, .com_goal .descript{
	padding:20px;
}
.com_des p,.com_goal ul{
	font-family: swissramedium;
    text-align: justify;
}
.com_goal ul li{
	line-height:35px;
}
.navbar-brand.donate {
	opacity: 0;
}
.com_goal{
	text-align:right;
}
.y_donation_bar{
	margin-bottom:20px !important;
}
.project_top_title{
	text-align: center;
    color: #203f81;
    font-weight: bold;
    margin-bottom: 20px;
	    font-family: swissramedium;
}
.donate_button{
	    width: 40%;
    margin: 20px auto;
    background: #ff0000;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    display: block;
    float: none;
	
}
.donate_button:hover{
	text-decoration:none;
	color:#fff;
}

.project_budget_value{
	color:#203f81;
	font-size:24px;
	font-weight:bold;
}
.pay_img{
	width:auto; 
	border-radius:10px
}
.payment_title{
	font-weight:bold;
}
.partner{
	font-family: swissramedium;
	color:#203f81;
	font-size:24px;
}
.partner_div{
	text-align:center;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(180deg);
    }
}

@media (max-width: 650px){
.modal{ top:-150px !important; }
}
@media (max-width: 575px){
	.partner{
		font-size:20px;
	}
	.doner .number {
		font-size:20px;
	}
	.project_budget_value {
		font-size: 18px;
		padding: 0px;
		position: relative;
		top: 8px;
	}
	.donate_button{
		padding: 20px;
	}
	
	.modal-dialog { max-width: 415px; }
	.progress-value img{
	  width:30px;
	}
	.project_name{
		display:inline-block;
		width:48%;
	}

	.project_name_container{
		margin-bottom:50px;
	}
	.com_des img, .com_goal img{
		max-width:inherit;
	}
	.project_top_title{
		margin-top:10px;
	}
	.donate_button {
		width:80%;
	}
	.pay_img{
		width:57px !important; 
	}
	.progress:after{
		border: 5px solid #f2f5f5;
	}
	.progress .progress-bar{
		    border-width: 5px;
	}
	.payment_selected{
		width: 15px;
		height: 15px;
	    top: 9px;
		right: 50%;
	}
	.progress{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.progress .progress-right .progress-bar{
		 border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.progress .progress-left .progress-bar{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	}
	
	.project_name:last-child{
	    display:block;
	    
	}
}