@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500&display=swap');


#donateSupport {
    padding: 60px 0 20px;
}

    #donateSupport h1 {
        color: #fdbe02;
        font-size: 32px;
        line-height: normal;
        font-weight: 500;
        letter-spacing: 1.5px;
        text-align: center;
        text-transform: none;
        margin-bottom: 30px;
    }

    #donateSupport .desc {
    }

        #donateSupport .desc p {
            font-size: 14px;
            color: #333333;
            line-height: 28px;
            max-width: 90%;
        }


.supportBox {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin: 0 0 30px;
}

    .supportBox h2 {
        font-size: 28px;
        font-weight: 500;
        color: #333333;
        text-align: center;
        margin-bottom: 5px;
        padding: 0;
    }

    .supportBox p {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        text-align: center;
    }

    .supportBox .btn-lg {
        margin: 0 auto;
    }

    .supportBox .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }

    .supportBox ::placeholder {
        color: #b6b6b6;
    }

    .supportBox a.btnPayPal {
        background: #fdbe02;
        border-radius: 30px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
    }

    .supportBox a.btnCard {
        background: #ffffff;
        border: 2px solid #fdbe02;
        border-radius: 30px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #fdbe02;
    }

    .supportBox .or {
        margin: 25px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .supportBox .or span {
            position: absolute;
            background-color: #ffffff;
            padding: 0 10px;
            font-size: 14px;
        }

#donateSupport .desc ~ .supportBox {
    padding: 20px 40px;
}


.slideBox {
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
    margin: 0 0 30px;
    transform: scale(0.98);
    transition: all ease-in-out 0.30s;
    background: #ffffff;
}

    .slideBox:hover {
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.20);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30);
        overflow: hidden;
        transform: scale(1);
        transition: all ease-in-out 0.30s;
    }

    .slideBox .img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .slideBox .desc {
        padding: 15px 30px;
    }

        .slideBox .desc h4 {
            font-size: 18px;
            font-weight: 500;
            color: #cc1515;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .slideBox .desc p {
            font-size: 14px;
            font-weight: 400;
            color: #333333;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* Number of lines to show */
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            min-height:40px;
        }

#imagesDonatate .slideBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: rgba(255,255,255,0.1);
    border: 2px solid #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
}

    #imagesDonatate .slideBox .img, #imagesDonatate .slideBox .desc {
        flex-basis: 50%;
        max-width:50%;
    }

        #imagesDonatate .slideBox .img img {
            width: 100%;
            height: 315px;
            object-fit: cover;
            max-height: 315px;
        }

    #imagesDonatate .slideBox .desc {
        margin-top: 0;
        padding: 20px;
        background: rgb(253 190 2 / 10%);
    }

            #imagesDonatate .slideBox .desc h4 {
                font-size: 18px;
                font-weight: 500;
                color: #fdbe02;
                color: #cc1515;
                text-align: left;
                margin: 0 0 10px;
                text-overflow: ellipsis;
                white-space: nowrap;
                /* height: 18px; */
                overflow: hidden;
            }

            #imagesDonatate .slideBox .desc p {
                font-size: 16px;
                line-height: 22px;
                color: #ffffff;
                color: #454545;
                text-align: left;
                padding: 0;
                margin: 0 0 10px;
                min-height: 45px;
            }

            #imagesDonatate .slideBox .desc .goalRise{
                margin:0 0 10px
            }

            #imagesDonatate .slideBox .desc .goalRise p {
                margin-left: 10px
            }
            #imagesDonatate .slideBox .desc .goalRise p span, #imagesDonatate .slideBox .desc .goalRise input {
                color: #333333 !important;
            }



.goalRise {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .goalRise input {
        font-size: 20px !important;
        color: #333333 !important;
        font-weight: 500;
        margin-left: 0 !important;
        left: 0;
        text-align: center !important;
        width: 100% !important;
    }

    .goalRise p {
        margin: 0 7px;
        padding: 0;
        font-size: 14px;
        color: #666666;
        min-height: inherit !important;
        display: flex !important;
        align-items: center;
    }

    .goalRise .percentage {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .goalRise p span {
        font-size: 20px !important;
        color: #333333 !important;
        font-weight: 600;
        margin-right:7px
    }

.slideBox a.btn-raised,
.slideBox a.btn-raised:hover,
.supportTabs .supportBox a.btn-raised,
.supportTabs .supportBox a.btn-raised:hover {
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition: all ease-in-out 0.30s;
}

    .slideBox a.btn-raised:hover,
    .supportTabs .supportBox a.btn-raised:hover {
        opacity: 0.8;
        transition: all ease-in-out 0.30s;
    }

        .slideBox a.btn-raised span,
        .slideBox a.btn-raised:hover span:hover,
        .supportTabs .supportBox a.btn-raised span,
        .supportTabs .supportBox a.btn-raised:hover span:hover,
        a.btndonate span {
            background: url(../img/paw-icon.png) no-repeat left center;
            padding-left: 30px;
            text-decoration: none;
            border: none;
            color: #ffffff;
            box-shadow: none;
        }

#donateSlider {
    padding: 50px 0;
}

    #donateSlider.thanks {
        background-color: #e5e5e5;
    }

    #donateSlider h2 {
        text-align: center;
        font-size: 32px;
        font-weight: 500;
        color: #cc1515;
        margin: 0 0 20px;
        letter-spacing: 1.5px;
    }

        #donateSlider h2 span {
            display: block;
            font-size: 14px;
            font-weight: 400;
        }

/**************/

.donateSpecific {
    padding: 80px 0;
    /*background: url(../img/karma-donation-bg.png) no-repeat;*/
    background: #fff6d9;
    background-size: cover;
    background-attachment: fixed;
}

    .donateSpecific h4 {
        font-size: 32px;
        color: #ffffff;
        color: #cc1515;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin: 0 0 30px;
    }

    .donateSpecific .btn-sm, a.btndonate {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        /* background: rgba(255, 255, 255, 0.70) !important; */
        background: #fdbe02 !important;
        font-size: 16px;
        color: #ffffff;
        border: 2px solid #fdbe02;
        border-radius: 30px;
        font-weight: 500;
        transition: all ease-in-out 0.30s;
    }

        .donateSpecific .btn-sm:hover {
            background: #ffffff !important;
            color: #fdbe02 !important;
            text-decoration: none;
            transition: all ease-in-out 0.30s;
        }

    .donateSpecific .desc {
        margin-top: 35px;
    }

        .donateSpecific .desc p {
            font-size: 16px;
            line-height: 30px;
            color: #ffffff;
            color: #454545;
            text-align: center;
            padding: 0;
            margin: 0;
        }


.boxRouned {
    border-radius: 6px;
    border: 2px solid #333;
    padding: 20px;
    height: 100%;
    text-align: center;
}

    .boxRouned p {
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        color: #cc1515;
        text-align: center;
        max-width: 90%;
        margin: 0 auto 20px;
    }

/***********/

#donorAcounts {
    padding: 60px 0
}

    #donorAcounts .donor-box {
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        height: 100%
    }

        #donorAcounts .donor-box h3 {
            font-size: 24px;
            line-height: 24px;
            padding: 20px 30px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            font-weight: 500;
            color: #333333
        }

        #donorAcounts .donor-box ul {
            list-style: none;
            padding: 10px 30px;
            margin: 0
        }

            #donorAcounts .donor-box ul li {
                font-size: 16px;
                line-height: 40px;
                color: #333333;
            }

                #donorAcounts .donor-box ul li strong {
                    font-weight: 600;
                    width: 40%;
                    display: inline-block;
                }

@media (max-width: 990px) {
    #donorAcounts {
        padding: 60px 0 30px
    }

        #donorAcounts .donor-box {
            margin-bottom: 30px;
            height: inherit;
        }

            #donorAcounts .donor-box h3 {
                font-size: 20px;
                line-height: 20px;
                padding: 15px 20px;
            }

            #donorAcounts .donor-box ul {
                padding: 10px 20px;
            }

                #donorAcounts .donor-box ul li {
                    line-height: 30px;
                    font-size: 14px;
                }

                    #donorAcounts .donor-box ul li strong {
                        width: auto;
                    }
}


/**********************/
/***detailPage*********/
/*********************/


#detailPage {
    padding: 30px 0;
}

    #detailPage .container{
        max-width:1280px;
    }

    #detailPage .share {
        text-align: right;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        #detailPage .share a.lnkShareOnFacebook, #detailPage .share a.lnkShareOnFacebook:hover {
            background: #0862f6;
            padding:10px 30px 10px 20px;
            border-radius: 6px;
            color: #ffffff !important;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
        }

        #detailPage .share span {
            background-color: #ffffff;
            border-radius: 100%;
            color: #0862f6;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            width: 40px;
            height: 40px;
            text-align: center;
            margin-right: 10px;
        }

            #detailPage .share a.lnkShareOnFacebook:hover {
                color: #fff;
                opacity: .9;
            }

        #detailPage .share a.lnkShareOnFacebook i {
            argin: 0 0;
            position: relative;
            bottom: -2px;
            font-size: 30px;
        }

.slideShow {
    /* height: 480px; */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #F5F0E6;
    border: 1px solid #F5F0E6;
}

div#big {
    background: #F5F0E6;
    background: rgb(253 190 2 / 10%);
}

#big img, #big video {
    /*height: 480px;*/
    max-height: 480px;
    object-fit: contain;
    width: 100%;
}


#thumbs {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 15px 60px;
    background: rgba(0, 0, 0, 0.30);
}

div#thumbs .item {
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 1);
}

#thumbs img, #thumbs video {
    width: 100%;
    height: 70px;
    border: 5px solid rgba(255, 255, 255, 0.60);
    border: 5px solid rgb(253 190 2 / 40%);
    object-fit: contain;
    opacity: 0.9;
}

   /* #thumbs .synced.active img, #thumbs .synced.active video {
        opacity: 1;
        border: 5px solid rgba(255, 255, 255, 1);
    }*/

#thumbs .synced img, #thumbs .synced video {
    opacity: 1;
    border: 5px solid rgba(255, 255, 255, 1);
    border: 5px solid rgb(253 190 2 / 100%);
}

    #thumbs .owl-nav {
        color: #ffffff;
        position: absolute;
        left: 15px;
        right: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 55px;
        height: 0;
    }

        #thumbs .owl-nav .owl-next {
            background: url(../img/arrow-next.png) no-repeat;
            width: 24px;
            height: 40px;
            text-indent: -9999px;
        }

        #thumbs .owl-nav .owl-prev {
            background: url(../img/arrow-prev.png) no-repeat;
            width: 24px;
            height: 40px;
            text-indent: -9999px;
        }

#big .item{
    position:relative;
}

    #big .item button{
        position:absolute;
        top:0
    }
    /*.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;*/
    /* padding: 20px; */
    /*cursor: pointer;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}*/
    .descTabs {
        padding: 0;
    }

    .descTabs .nav-tabs {
        border-bottom: 4px solid #e5e5e5;
        background: none !important;
        box-shadow: none;
        margin: 0;
        padding: 0
    }

        .descTabs .nav-tabs .nav-item {
            width: 33%;
        }

        .descTabs .nav-tabs .nav-link {
            border: none;
            border-bottom: 4px solid #333333;
            border-radius: 0;
            font-size: 16px;
            font-weight: 400;
            color: #333333 !important;
            padding: 10px 30px;
            margin: 0 1px;
            margin-bottom: -4px;
            text-align: center;
            white-space: nowrap;
        }

            .descTabs .nav-tabs .nav-link.active {
                border-color: #fe7400;
                color: #fe7400 !important;
                font-weight: 600;
            }

.detailDesc {
    padding: 20px 0;
}

    .detailDesc p {
        font-size: 16px;
        font-weight: 400;
        color: #282828 !important;
        margin: 0 0 20px !important;
    }

    .detailDesc .descImg {
        margin-bottom: 20px;
    }

.commentSection {
    padding: 20px 0;
    border-top: 4px solid #b2b2b2;
}

    .commentSection h3 {
        font-size: 20px;
        font-weight: 600;
        color: #333333;
        text-transform: capitalize;
        letter-spacing: 1.5px;
        padding: 0;
        margin: 0;
    }

    .commentSection .commentBox {
        padding: 20px 0;
        display: flex;
        align-items: center;
    }

        .commentSection .commentBox .profilePic {
            width: 42px;
            height: 42px;
            background: #eee;
            border-radius: 100%;
            border: 1px solid rgba(0, 0, 0, 0.10)
        }

        .commentSection .commentBox .commentForm {
            width: 70%;
            margin: 0 10px;
        }

    .commentSection a.btn-post {
        background: #cc1515;
        border-radius: 30px;
        width: 120px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #ffffff;
        display: flex;
        height: 42px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        transition: all ease-in-out 0.30s;
    }

        .commentSection a.btn-post:hover {
            background: #fe7400;
            color: #ffffff;
            transition: all ease-in-out 0.30s;
        }

.profileDetails {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

    .profileDetails .title h4, #detailPage .mobShow .title h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 500;
        color: #cc1515;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    .profileDetails .title h4 {
        margin: 0 0 5px;
        padding: 0;
        max-width: 100%;
    }

    .profileDetails .title p, #detailPage .mobShow .title p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #a3a3a3;
        margin: 0 0 5px;
        padding: 0;
        max-width: 100%;
        line-height: 20px;
    }

        .profileDetails .title p{
            margin-bottom:15px;
        }

    .profileDetails .goalRise, #detailPage .mobShow .goalRise {
        justify-content: start;
        flex-direction: column;
        align-items: flex-start
    }

        .profileDetails .goalRise p, #detailPage .mobShow .goalRise p {
            margin-bottom: 3px
        }

            .profileDetails .goalRise p span, #detailPage .mobShow .goalRise p span {
                color: #fdbe02 !important;
                font-weight: 500;
            }

        .profileDetails .goalRise .percentage, #detailPage .mobShow .goalRise .percentage {           
            position: relative;
            width: 100%;
            padding:10px 0;
            display: block;
        }

        .percentageBar{
             border-top: 1px solid #cc1515;
            border-bottom: 1px solid #cc1515;           
            margin: 0 13px;
            height: 9px;
            position: relative;
        }

        .percentageBar:before{
            content: "";
            width: 13px;
            height: 19px;
            background: url(../img/bone-left.png) no-repeat;
            position: absolute;
                left: -13px;
                top: -6px;
        }
        .percentageBar:after{
            content: "";
            width: 13px;
            height: 19px;
            background: url(../img/bone-right.png) no-repeat;
            position: absolute;
                right: -13px;
                top: -6px;
        }

            .profileDetails .goalRise .percentage span, #detailPage .mobShow .goalRise .percentage span {
                background: #cc1515;
               height: 7px;
                position: absolute;
                left: 0;
                top: 0;
                transition: width 3ms ease-in-out
            }

            .profileDetails .goalRise .percentage span:before, #detailPage .mobShow .goalRise .percentage span:before{
            content: "";
            width: 13px;
            height: 19px;
            background: url(../img/bone-left-fill.png) no-repeat;
            position: absolute;
                left: -13px;
                top: -6px;
        }

        .profileDetails .goalRise .percentage span:after, #detailPage .mobShow .goalRise .percentage span:after{
            content: "";
            width: 13px;
            height: 19px;
            background: url(../img/bone-right-fill.png) no-repeat;
            position: absolute;
                right: -13px;
                top: -6px;
        }

        .profileDetails .goalRise .leftTimes, #detailPage .mobShow .goalRise .leftTimes {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 20px;
            margin-top: 7px;
            background: url(../img/watch-icon.png) no-repeat left center;
            padding: 5px 0 5px 20px;
            font-size: 14px;
            font-weight: 500;
            color: #999999;
        }


.taxBenefitSeaction {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 10000;
}

    .taxBenefitSeaction.animated {
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.supportTabs .nav-tabs {
    background: none !important;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none !important;
}

    .supportTabs .nav-tabs .nav-item {
        width: 50%;
    }

    .supportTabs .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        font-size: 18px;
        font-weight: 500;
        color: #b2b2b2 !important;
        padding: 10px 0;
        margin: 0 1px;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #ffffff;
        border-bottom: none;
    }

        .supportTabs .nav-tabs .nav-link.active {
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 8px 8px 0 0;
            color: #000000 !important;
            border-bottom: none;
            box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.15) !important;
        }

.supportTabs .tab-content {
    position: relative;
    z-index: 10;
}

    .supportTabs .tab-content .supportBox {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        padding: 30px 20px;
    }

.referFriend h3,
.donorList h3 {
    font-size: 18px;
    color: #333333;
}

    .donorList h3 span {
        opacity: 0.5;
    }

.referFriend p {
    text-align: left;
}

.thanksDesc p {
    text-align: center;
    font-size: 14px;
    color: #a1a1a1;
    padding: 0 15px 20px;
}

#thanksPage {
    padding: 40px 0;
    text-align: center;
}

    #thanksPage h1 {
        font-size: 32px;
        line-height: normal;
        color: #fdbe02;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 20px;
    }

        #thanksPage h1 span {
            color: #cc1515;
        }

    #thanksPage h2 {
        font-size: 28px;
        line-height: normal;
        color: #333333;
        text-transform: capitalize;
        padding: 0;
        margin: 20px 0 0;
    }

    #thanksPage h3 {
        font-size: 18px;
        line-height: normal;
        color: #333333;
        text-transform: capitalize;
        padding: 0;
        margin: 0 0 20px;
    }

    #thanksPage p {
        font-size: 16px;
        line-height: normal;
        color: #cc1515;
        text-align: center;
        padding: 0;
        margin: 0 0 20px;
        line-height: 24px;
    }

    #thanksPage .downloadBox {
        padding: 20px;
        border: 1px solid #333333;
        border-radius: 12px;
        max-width: 550px;
        margin: 0 auto 50px;
    }

        #thanksPage .downloadBox a {
            margin: 0 auto;
        }

        #thanksPage .downloadBox p {
            margin-bottom: 10px;
        }


.donorList .nav-tabs {
    border-bottom: 4px solid #e5e5e5;
    background: none !important;
    box-shadow: none;
    margin: 0;
    padding: 0
}

    .donorList .nav-tabs .nav-item {
        width: 50%;
    }

    .donorList .nav-tabs .nav-link {
        border: none;
        border-bottom: 4px solid #333333;
        border-radius: 0;
        font-size: 16px;
        font-weight: 400;
        color: #333333 !important;
        padding: 10px 30px;
        margin: 0 1px;
        margin-bottom: -4px;
        text-align: center;
        white-space: nowrap;
        letter-spacing: 1px;
    }

        .donorList .nav-tabs .nav-link.active {
            border-color: #cc1515;
            background: #cc1515 !important;
            color: #ffffff !important;
            font-weight: 500;
            border-radius: 6px 6px 0 0;
        }


.donor-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(203, 203, 203, 0.5);
}

    .donor-card img {
        max-width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 50%;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    }

.donor-card_detail {
    padding: 0 15px;
}

    .donor-card_detail h4.donor-card_backerName {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        overflow-x: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        color: #333333;
        text-align: left;
    }

    .donor-card_detail p.donor-card_backedInfo {
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        overflow-x: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        color: #333333;
        padding: 0;
        text-align: left;
    }

    .donor-card_detail p.donor-card_backedTime {
        margin: 0;
        font-style: italic;
        color: #cbcbcb;
        line-height: 14px;
        font-size: 12px;
        padding: 0;
        text-align: left;
        display:none
    }

.scrollList {
    height: 300px;
    max-height: 300px;
    overflow: auto;
    margin-top: 10px;
}

    .scrollList::-webkit-scrollbar {
        width: 6px;
        /* Set the width of the scrollbar */
        opacity: 0;
        /* Hide scrollbar by default */
        border-radius: 4px;
    }

    /* Show the scrollbar when .scrollList is hovered over */
    .scrollList:hover::-webkit-scrollbar {
        opacity: 1;
        /* Show scrollbar on hover */
        border-radius: 4px;
    }

    .scrollList::-webkit-scrollbar-track {
        background: #f1f1f1;
        /* Color for the track of the scrollbar */
        border-radius: 4px;
    }

    .scrollList::-webkit-scrollbar-thumb {
        background: #fdbe02;
        /* Color for the thumb of the scrollbar */
        opacity: 0.5;
        border-radius: 4px;
    }

        .scrollList::-webkit-scrollbar-thumb:hover {
            background: #cc1515;
            /* Color for the thumb of the scrollbar on hover */
            opacity: 1;
            border-radius: 4px;
        }

#gotoDonation, .mobShow {
    display: none;
}

@media (min-width: 767px) {
    #donateSlider .slick-next, #imagesDonatate .slick-next {
        right: -50px;
    }

    #donateSlider .slick-prev, #imagesDonatate .slick-prev {
        left: -50px;
    }

        #donateSlider .slick-prev:before, #donateSlider .slick-next:before {
            font-size: 40px;
        }
    #imagesDonatate .slick-prev:before, #imagesDonatate .slick-next:before {
        font-size: 40px;
        color:#ffffff;
    }
}

.quantitySection {
    display: flex;
    align-items: flex-end;
}

    .quantitySection .form-control{
        margin:0 5px;
    }

    .quantitySection .btn {
        height: 34px;
        padding: 6px 12px;
        font-size: 20px;
        line-height: 34px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .quantitySection .btn:hover {
            opacity: 1;
        }

        .quantitySection .btn:focus, .quantitySection .btn:active, .quantitySection .btn:active:focus {
            box-shadow: none !important;
            outline:none !important
        }
            /*****MOBILE RESPONSIVE*********/
            @media (max-width: 767px) {
                .detailDesc img{
            max-width:100%;
        }

        #detailPage {
            padding: 10px 0 30px 0;
        }

            #detailPage .mobShow .title{
                margin-bottom:10px
            }

            .slideShow, #big video {
                /* height: 280px;*/
            }

        #big img {
            height: 265px;
            max-height: 265px;
            object-fit: contain;
            width: 100%;
        }

        #thumbs {
            padding: 10px 60px;
        }

            #thumbs img {
                height: 60px;
            }

            #thumbs .owl-nav {
                top: 40px;
            }

        .descTabs .nav-tabs .nav-link {
            font-size: 14px;
            padding: 10px 15px;
        }

        .descTabs .nav-tabs .nav-item,
        .supportTabs .nav-tabs .nav-item {
            width: auto;
        }

        .supportTabs .nav-tabs .nav-link {
            font-size: 16px;
            padding: 10px 10px;
        }

        .donorList .nav-tabs .nav-link {
            padding: 10px 0;
        }

        #donateSupport .desc p {
            max-width: 100%;
        }

        .donateSpecific,
        #donateSlider,
        #donorAcounts {
            padding: 40px 0;
        }

            .donateSpecific h4,
            #donateSlider h2,
            #donateSupport h1 {
                font-size: 24px;
                margin: 0 0 20px;
            }

        .boxRouned {
            margin-bottom: 15px;
            height: auto;
        }

        #donorAcounts .col-md-6:last-child .donor-box {
            margin-bottom: 0;
        }

        .supportBox h2 {
            font-size: 24px;
        }

        #donateSupport .desc ~ .supportBox {
            padding: 20px 20px;
        }

        #donateSupport {
            padding: 30px 0 20px;
        }

        #donateSlider .owl-carousel .owl-stage {
            margin-left: -30px;
        }

        #donateSlider .slideBox {
            margin: 0 0 10px;
        }



        .commentSection a.btn-post {
            width: 85px;
            text-align: center;
            font-size: 16px;
        }

        .commentSection .commentBox .commentForm {
            width: 60%;
            margin: 0 10px;
        }

        #gotoDonation {
            display: block;
            background: #ffffff;
            padding: 12px 0;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1001;
            border-top: 2px solid rgba(254, 117, 25, .5);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
            border-radius: 10px 10px 0 0;
            overflow:hidden;
        }

        a.btndonate {
            flex-direction: column;
            height: auto;
            /* line-height: normal; */
            letter-spacing: 1px;
            padding: 5px;
        }

            a.btndonate:hover {
                color: #ffffff !important;
                text-decoration: none;
                opacity: 0.8;
            }

            a.btndonate span {
                font-size: 18px;
               
            }

        #gotoDonation input {
            font-size: 18px;
            padding:5px;
            border: none;
            pointer-events: none;
            background: none;
            width: 100%;
            top:-12px;
            position:relative;
            height: auto;
            text-align: center;
            border-color: #cc1515;
            background: #cc1515 !important;
            color: #ffffff !important;
            font-weight: 500;
            border-radius: 6px 6px 0 0;
        }

                .mobShow {
                    position: relative;
                    display: block;
                }

            .mobShow .goalRise{
                margin:30px 0 0;
                flex-direction:column;
                align-items:flex-start
            }

            .mobShow .taxBenefitSeaction {
                top: -8px
            }

        .profileDetails .taxBenefitSeaction, .profileDetails .title, .profileDetails .goalRise {
            display: none;
        }
        #imagesDonatate .slideBox{
            flex-direction:column;
        }
            #imagesDonatate .slideBox .img, #imagesDonatate .slideBox .desc {
                flex-basis:inherit;
                width:100%;
                max-width:100%
            }
            #imagesDonatate .slideBox .img {
                max-height: 200px;
                height: 200px;
                overflow: hidden;
                width:100%;
            }

        #imagesDonatate .slick-prev:before, #imagesDonatate .slick-next:before {
            color: #ffffff;
        }

        #imagesDonatate .slideBox .desc p{
            font-size:14px;
            line-height:normal;
        }


    }

.amount-btns .btn {
    min-width: 22%;
    background: transparent !important;
    border: 1px solid #cc1515;
    color: #cc1515;
    border-radius: 30px;
    padding: 5px 0;
    height: auto;
    font-size:16px;
}

        .amount-btns .btn.active {
            background: #cc1515 !important;
            border: 1px solid #cc1515;
            color: #ffffff;
        }

            .amount-btns .btn.active.focus, .amount-btns .btn.active:focus, .amount-btns .btn.focus, .amount-btns .btn:active.focus, .amount-btns .btn:active:focus, .amount-btns .btn:focus {
                outline: 0;
                outline-offset: 0;
                box-shadow: none
            }

.ProdAdi .amount-btns .btn {
    width: 18%;
    min-width: 18%;
}

.ProdAdi .amount-btns.hidden{
    display:none !important;
}

.paymentPopup .modal-dialog{
    max-width:740px;
}

.paymentPopup .modal-footer img {
    max-width: 50%;
    margin:0 auto;
}

.paymentPopup .modal-footer .btn-success:hover {
    background: #fdbe02;
}