.lefsttt{
        padding: 29px;
}


.wings-footer-fixed {
        position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #1a1e22;
    text-align: center;
    z-index: 9999;
}

.donation-mobile {
   /*box-shadow: 0px 0px 0px 1px #f2ff00;*/
    background: #cc3838;
    margin: 2px;
    padding: 7px 19px;
    border-radius: 3px;
    color: #fff;
}










.btndde{
  color: #fff;
    font-size: 25px;
    font-weight: 600;  
}
.huoys__cs{
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 0px 0px #ffc107;
}
.sngl-price2 {
    margin-bottom: 30px;
    padding: 36px 0;
    background: #fff;
    box-shadow: 0 0 10px 5px #e3e3e3;
    text-align: center;
}
.sngl-price2 {
    position: relative;
}
.pricing2-sec .inner-item {
    padding: 0;
}
.price-heading2 {
    margin-top: 25px;
}
.price-heading2 h2 {
    color: #fab909;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    margin-top: 10px;
}
.sngl-price2 h2 {
    color: #00c3ff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
}
.sngl-price2 h1 {
  color: #212836;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 3px solid;
    padding-bottom: 10px;
    padding-top: 3px;
    margin-bottom: 13px;
}
.iiosf__css{
    max-width: 100%;
    object-fit: cover;
    height: 79px;
}

/* Stylesheet for Custom CSS */
.bg-infoyu{
	background: tomato;
    padding: 2px 14px;
    border-radius: 14px;
}
.redmore{
	background: aliceblue;
    color: #000 !important;
    padding: 2px 27px 5px;
    border-radius: 29px;
    font-weight: 400;
}
.ttio__css{
	    margin-top: 12px;
}
.sutdom__btn{
	    padding: 4px 27px;
    color: #534e4e;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0px 1px 5px 1px #ddd;
}
.patan__cab{
	    max-width: 225px;
}
.cab__imag__css{
width: 233px;
    object-fit: contain;
    z-index: 99999;
    height: 118px;
    overflow: hidden;
}
.font__tsy{
	font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #0000008a;
}
.phone__css{
	    color: #ffffff;
}
.capp___css{
	max-width: 152px;
}
.lotxti{
max-width: 114px;
    border-radius: 124px;
    height: 114px;
    border: 3px solid #ffc107;
}

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #808080;
}
.box:before,
.box:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box:before{
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.box:after{
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.box:hover:before,
.box:hover:after{
    opacity: 1;
    width: 90%;
    height: 90%;
}
.box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.box:hover img{
    transform: scale(1.05);
}
.box .box-content{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.box .title,
.box .post{
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .title,
.box .post{
    opacity: 0;
}
.box:hover .post{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}