
        
.section-page-header {
    margin-bottom: 40px
}

.section-head {
    color: white;
}

.section-head p {
    font-size: 16px;
}

.appeals-fundraise .single-col-cta {
    background: #43273a;
   color: white;
}

.appeals-fundraise .single-col-cta h3, .appeals-fundraise .single-col-cta h2, .appeals-fundraise .single-col-cta h4, .appeals-fundraise .single-col-cta p {
   color: white!important;
}

.appeals-fundraise .cta-card .card {
    border: none;
    background: #f6b6cd;
}
.sponsor-card .card {
    background: #f6b6cd!important;
}
.appeals-fundraise .section-story {
    padding: 60px 0 20px;
    text-align: left;
    position: relative;
    background: #f6b6cd!important;
}

.appeals-fundraise .btn.btn-primary, .appeals-fundraise .btn.btn-secondary {
   background: #43273a!important;
   color: white!important;
}
.appeals-fundraise .btn.btn-primary:hover, .appeals-fundraise .btn.btn-secondary:hover {
   background:#e4044e!important;
   color: white!important;
}

.appeals-fundraise .btn.btn-reverse {
   background:white!important;
   color: #43273B!important;
}

.appeals-fundraise .section-story .bg:before {
    position: absolute;
    background: url(../media/fgnfqmag/redtransshapeheader.png) no-repeat;
    background-size: 100px 50px;
    content: '';
    width: 100px;
    height: 100px;
    right: -10px;
    top: 0;
    z-index: 0;
    transform: rotate(90deg);
}

.appeals-fundraise .section-gallery .swiper-slide .img-area, .appeals-fundraise .section-gallery .swiper-slide .img-area img {
    border-radius: 6px;
}


.appeals-fundraise .section-gallery .swiper-slide {
    height: auto !important;
    max-height: 350px;
}

.donation-msg-board{
    position: relative;
}

.donation-msg-board .card-header{
   background: #f6b6cd;
   color: white;
    border: none;
}

.donation-msg-board .card-header h3 {
    color:#43273a!important;
}


.donation-progress {
    position: absolute;
    top: -75px;
            right: -55px;
    height: 220px;
    width: 220px;
    display: flex;
    background: #43273a;
    border-radius: 200px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    transform: scale(.6);    
}

.donation-progress div {
        margin: auto;
}

.donation-progress h4 {
    color: white;
    font-size: 22px;
}

.donation-msg-board {
    margin-top: 100px;
}

.donation-msg-board ul {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding: 0;
}

.scroll-area {
    margin: 55px 0px 30px 0px;
    padding: 5px 10px 5px 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.scroll-area::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll-area::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll-area::-webkit-scrollbar-thumb
{
	background-color: #737373;
}

.donation-msg-board ul li span {
    float: right;
    font-weight: 600;
}


.donation-msg-board .at-resp-share-element .at-share-btn {
    margin: 0 5px 20px -5px !important;
}

@media (min-width: 480px) {
    
    .donation-progress {
        transform: scale(.7);    
            top: -75px;
            right: -55px;
   }
}

@media (min-width: 576px) {
    .donation-progress {
        transform: scale(.7);    
        top: -75px;
        right: -55px;
   }
    .appeals-fundraise .section-story .bg:before {
        position: absolute;
        background: url(../media/fgnfqmag/redtransshapeheader.png) no-repeat;
        background-size: 140px 80px;
        content: '';
        width: 140px;
        height: 140px;
        right: 0;
        top: 30px;
        z-index: 0;
        transform: rotate(90deg);
    }
    .donation-msg-board ul {
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    padding: 0;
}
}


@media (min-width: 768px) {
    .donation-msg-board {
        margin-top: 0px;
            height: 100%!important;
    }
    
   .donation-progress {
        transform: scale(.7);    
        top: -85px;
        right: -85px
   }
    
    .section-head p {
        font-size: 18px;
    }
    .section-page-header {
        margin-bottom: 0px
    }

}

@media (min-width: 992px) {
.share-btns {
    padding: 0px 10px;
}

    .donation-progress {
        transform: scale(.8);    
        top: -65px;
        right: -65px
    }

    .appeals-fundraise .section-story .bg:before {
        position: absolute;
        background: url(../media/fgnfqmag/redtransshapeheader.png) no-repeat;
        background-size: 180px 94px!important;
        content: '';
        width: 180px;
        height: 180px;
        top: 0px;
        z-index: 0;
        transform: rotate(90deg);
    }
}


@media (min-width: 1200px) {
     .donation-progress {
        transform: scale(.9);    
        top: -75px;
        right: -75px
    }

}
