body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro',sans-serif
}

* {
    box-sizing: border-box
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

.w-100 {
    width: 100%
}

.d-none {
    display: none
}

.space-l-r-80 {
    padding: 0 80px
}

.p-0 {
    padding: 0
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-80 {
    padding-bottom: 80px
}

.m-0 {
    margin: 0
}

.mt-8 {
    margin-top: 8px
}

.mt-13 {
    margin-top: 13px
}

.mt-16 {
    margin-top: 16px
}

.mt-24 {
    margin-top: 24px
}

.mt-32 {
    margin-top: 32px
}

.mb-0 {
    margin-bottom: 0
}

.mb-12 {
    margin-bottom: 12px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-94 {
    margin-bottom: 94px
}

.font-light {
    font-weight: 300
}

.font-light-v2 {
    font-weight: 400
}

.font-regular {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.anchor {
    color: #606060
}

.blackv1 {
    color: #0A0A0A
}

.marron {
    color: #C71621
}

.white {
    color: #fff
}

.gray {
    color: #C1C1C1
}

.heading-4 {
    font-size: 36px;
    line-height: 40px
}

.heading-5 {
    font-size: 24px;
    line-height: 30px
}

.heading-6 {
    font-size: 30px;
    line-height: 40px
}

.para-txt {
    font-size: 20px;
    line-height: 28px
}

.small-text {
    font-size: 18px;
    line-height: 28px
}

.small-text-v2 {
    font-size: 18px;
    line-height: 24px
}

.span-text {
    font-size: 16px;
    line-height: 24px
}

.span-text-v1 {
    font-size: 14px;
    line-height: 20px
}

img {
    max-width: 100%
}

.txt-center {
    text-align: center
}

.donate-page-head {
    padding: 20px 0
}

.donate-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#nextBtn:hover {
    background: #FFC948;
    color: #0A0A0A;
    opacity: 1!important
}

.donate-btn {
    /* background: transparent linear-gradient(90deg,#FFFFFF 0%,#E8E9EE 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 12px #00000029; */
    border-radius: 12px;
    padding: 15px 52px;
    color: #C71621;
    text-decoration: none;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .48px;
    font-weight: 700;
    display: block;
    height: 53px
}

.donate-btn:hover {
    /* background: #FFC948; */
    color: #0A0A0A;
    opacity: 1!important
}

.donate-banner {
    background: url(../../../../../../../../themes/cbm/new-donation-page/images/donation-banner.jpg);
    background-size: cover;
    padding: 267px 0 205px 0
}

.donate-banner h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    max-width: 590px;
    margin: 0 auto;
    text-align: center
}

.disability-sec {
    display: flex;
    column-gap: 80px;
    margin-bottom: 48px
}

.dis-left-col {
    width: 54.7%
}

.dis-right-col {
    width: 45.3%;
    background: #FFF6E1;
    box-shadow: 0 3px 12px #0000003d;
    border-radius: 12px;
    position: sticky;
    top: 20px;
    height: fit-content
}

.dis-inner-left {
    display: flex;
    column-gap: 30px
}

.dis-inner-left img {
    height: 100%
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-responsive iframe,.video-responsive object,.video-responsive embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cbm-steps {
    padding: 0 12.5px;
    margin-bottom: 80px
}

.cbm-step-slide .step-card div {
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    padding: 20px 20px 55px;
    margin: 0 12.5px
}

.cbm-step-slide .step-card div img {
    max-width: 100%;
    width: 100%
}

.cbm-step-slide .slick-dots,.cbm-story-slide .slick-dots {
    text-align: center;
    list-style-type: none;
    height: 12px;
    padding: 0
}

.cbm-step-slide .slick-dots li,.cbm-story-slide .slick-dots li {
    display: inline-block
}

.cbm-step-slide .slick-dots li.slick-active button,.cbm-story-slide .slick-dots li.slick-active button {
    background: #C71621
}

.cbm-step-slide .slick-dots li button,.cbm-story-slide .slick-dots li button {
    height: 12px;
    width: 12px;
    background-color: #fff;
    font-size: 0;
    display: block;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    border: 1px solid #C71621;
    border-radius: 50px
}

.cbm-step-slide .slide-arrow,.cbm-story-slide .slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0;
    border: unset
}

.cbm-step-slide .prev-arrow {
    left: -12px
}

.cbm-step-slide .next-arrow {
    right: 0
}

.cbm-step-slide .slide-arrow:before,.cbm-story-slide .slide-arrow:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 13px;
    cursor: pointer
}

.cbm-step-slide .prev-arrow:before,.cbm-story-slide .prev-arrow:before {
    background: url(../../../../../../../../themes/cbm/new-donation-page/images/left-arrow.svg)
}

.cbm-step-slide .next-arrow:before,.cbm-story-slide .next-arrow:before {
    background: url(../../../../../../../../themes/cbm/new-donation-page/images/right-arrow.svg)
}

.cbm-step-slide .slick-current.slick-active div {
    transform: scale(1);
    background: #FFF6E1;
    box-shadow: 0 5px 15px #00000029;
    border: unset;
    margin-bottom: 5px
}

.cbm-story {
    position: relative
}

.cbm-story-info {
    background: #FFF6E1;
    box-shadow: 0 3px 10px #00000029;
    border-radius: 8px;
    padding: 20px 21px;
    margin: 10px;
    cursor: pointer
}

.cbm-story-slide {
    padding: 0 20px
}

.cbm-story-slide .prev-arrow {
    left: 0;
    margin-top: -10px
}

.donate-amount .custom-radio:nth-child(5) label h3 input {
    position: relative
}

.cbm-story-slide .next-arrow {
    right: 8px;
    margin-top: -10px
}

p.smaller-text {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0
}

.cbm-story-content {
    background-color: #fff6e1;
    padding: 30px 20px;
    position: fixed;
    width: 700px;
    display: none;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 9999px rgb(0 0 0 / 50%);
    border-radius: 4px!important
}

.cbm-story-content .image-content {
    display: flex;
    column-gap: 36px;
    align-items: center
}

.close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer
}

.faq-section {
    background-color: #393939;
    padding: 96px 60px
}

.faq-icon img:last-child {
    display: none
}

.faq-icon.active img:last-child {
    display: block
}

.faq-icon.active img:first-child {
    display: none
}

.faqs-items .accordion-content {
    background-color: transparent;
    border: unset;
    padding: 0 20px 16px 0;
    border-bottom: 1px solid #999
}

.faqs-items .accordion-items div:nth-child(2) {
    display: block
}

.faqs-items .accordion-content {
    border-bottom: 1px solid #999;
    background-color: transparent
}

.faqs-items .accordion-heading {
    cursor: pointer;
    padding-top: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 20px
}

.faqs-items div:nth-child(1) {
    padding-top: 0
}

.faqs-items div:nth-child(2) {
    display: block
}

.faqs-items div:nth-child(odd) {
    padding-bottom: 14px;
    border-bottom: 1px solid #999
}

.faqs-items .accordion-heading.active {
    border: unset
}

.faqs-items .accordion-heading:after {
    position: absolute;
    content: "";
    right: 0;
    background: url(../../../../../../../../themes/cbm/new-donation-page/images/down-arrow.png);
    width: 13px;
    height: 8px
}

.faqs-items .accordion-heading.active::after {
    transform: rotate(-180deg)
}

.faqs-items .accordion-heading::after {
    transform: rotate(0deg)
}

.accordion-content p {
    font-size: 16px;
    line-height: 24px;
    color: #C1C1C1;
    font-weight: 500;
    margin: 0
}

.accordion-content p.mb16 {
    margin-bottom: 16px
}

.faqs-items {
    margin-bottom: 94px;
    display: none
}

.social-share ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-top: 36px
}

.faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.faq-title div {
    display: flex
}

.faq-title .faq-icon {
    cursor: pointer
}

.hide-on-desktop {
    display: none
}

.top-footer-sec {
    background: url(../../../../../../../../themes/cbm/new-donation-page/images/footer-img.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    display: none
}

footer {
    background: #393939;
    padding: 30px 0 24px
}

.donate-footer {
    display: flex;
    column-gap: 60px
}

.icon-with-text img {
    padding-top: 4px
}

.donate-footer .foo-col-1 {
    width: 43%
}

.donate-footer .foo-col-3 {
    width: 37%
}

.donate-footer .foo-col-4 {
    width: 20%
}

.donate-footer .icon-with-text {
    display: flex;
    column-gap: 8px;
    align-items: flex-start;
    max-width: 350px
}

.donate-footer .foo-col-4 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.donate-footer .foo-col-4 ul li {
    margin-bottom: 8px
}

.donate-footer .foo-col-4 ul li a {
    text-decoration: none
}

.donate-footer .foo-col-4 ul li:last-child {
    margin-top: 32px;
    margin-bottom: 0
}

footer .copy-text {
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    font-weight: 300;
    margin-top: 49px;
    color: #ffffffbf
}

.donate-footer a:hover {
    color: #fff
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 999;
    background: #fff;
    box-shadow: 0 3px 12px #0000003d
}

.fixed-header .donate-page-head {
    padding: 14px 0
}

.fixed-header img {
    width: 132px
}

button#prevBtn {
    display: none;
    opacity: 0!important
}

.cbm-step-slide .slick-current.slick-active div h6 {
    color: #C71621 !Important
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

@media(max-width: 1280px) {
    .space-l-r-16 {
        padding-left:16px;
        padding-right: 16px
    }

    .donate-footer {
        column-gap: 20px
    }
}

@media(max-width: 1024px) {
    .donate-footer {
        word-break:break-word
    }

    .donate-footer .foo-col-1,.donate-footer .foo-col-2,.donate-footer .foo-col-3,.donate-footer .foo-col-4 {
        width: 25%
    }
}

@media(max-width: 1023px) {
    .disability-sec,.dis-inner-left {
        flex-wrap:wrap
    }

    .disability-sec {
        flex-direction: column-reverse
    }

    .dis-right-col {
        position: unset;
        margin-bottom: 24px
    }

    .dis-left-col,.dis-right-col {
        width: 100%
    }

    .dis-inner-left img {
        margin-bottom: 24px
    }
}

@media(max-width: 767px) {
    .heading-4 {
        font-size:30px;
        line-height: 34px
    }

    .heading-6 {
        font-size: 24px;
        line-height: 34px
    }

    .mb-80,.mb-94,.faqs-items {
        margin-bottom: 60px
    }

    .mb-40 {
        margin-bottom: 24px
    }

    .donate-banner {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: top center
    }

    .dis-inner-left img {
        display: none
    }

    .donate-footer .foo-col-1,.donate-footer .foo-col-2,.donate-footer .foo-col-3,.donate-footer .foo-col-4 {
        width: 100%
    }

    .donate-footer .foo-col-1,.donate-footer .foo-col-2,.donate-footer .foo-col-3 {
        margin-bottom: 24px
    }

    .donate-footer {
        flex-wrap: wrap
    }

    footer .copy-text {
        text-align: left;
        margin-top: 32px
    }

    .donate-footer .mb-12,.donate-footer .mb-20 {
        margin-bottom: 8px
    }

    .cbm-story-content {
        width: 90%;
        height: 500px;
        overflow-y: scroll
    }

    .cbm-story-content .image-content {
        flex-wrap: wrap
    }

    .cbm-story-content .image-content .right-side {
        margin-top: 24px
    }

    .faq-section {
        padding: 48px 16px
    }

    .dis-right-col {
        margin-bottom: 80px
    }

    .cbm-story-slide {
        padding: 0 10px
    }

    .cbm-step-slide .step-card div {
        margin: 0 10px
    }

    .donate-page-head {
        column-gap: 20px
    }

    .donate-btn {
        padding: 15px 32px
    }

    .donate-logo img {
        width: 120px
    }

    .accordion-content p {
        font-size: 18px
    }

    .show-on-mobile {
        display: block
    }

    .hide-on-mobile {
        display: none
    }

    .disability-sec.pt-60 {
        padding-top: 0
    }
}
