.testimonials {
    background: url('../../../library/images/water-gradient-bg.png') bottom / cover no-repeat;
    padding: 65px 0 125.32px 0;
    position: relative;
}

.home .testimonials {
    box-shadow: 0px 13px 20px 0 #e3dcdc;
}

.testimonial-inn {
    padding-bottom: 0;
}

.testimonial-inn .testimonial-char {
    display: none;
}

.testimonial-inn::before {
    content: '';
    background: linear-gradient(180deg, #F3F9FD 0%, #CFE9F4 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.testimonial-char {
    position: absolute;
    top: -26px;
    left: 100px;
}

.testimonials .h2_label {
    padding-bottom: 23px;
}

.testimonial-inn .h2_label{
    padding-bottom: 12px;
}

.testimonials h2 {
    margin-bottom: 15px;
}

.testimonial-wrap {
    padding-bottom: 86.33px;
}

.testimonial-wrap .row {
    margin-top: 42px;
    margin-bottom: 42px;
    justify-content: center;
}

.single-testimonial {
    text-align: left;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.55) 100%);
    box-shadow: 0 30px 70px 0 rgba(25, 141, 187, 0.18);
    padding: 25px 22px 93px 22px;
    position: relative;
    height: 100%;
}

.single-testimonial .author {
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(25, 141, 187, 0.08);
    position: absolute;
    bottom: 25px;
    width: 85%;
    left: auto;
    right: auto;
}

.single-testimonial p {
    font-size: 14px;
    line-height: 22.4px;
    margin: 14px 20px 14px 0px;
}

.single-testimonial .author span.initials {
    border: 2px solid var(--white);
    background: var(--blue);
    box-shadow: 0 4px 10px 0 rgba(25, 141, 187, 0.18);
    font-size: 19px;
    line-height: normal;
    font-family: 'Thadonce', sans-serif;
    justify-content: center;
    color: var(--white);
    padding: 12px 14px 10px 13px;
    border-radius: 23px;
    font-weight: 400;
    width: 46px;
    height: 46px;
    letter-spacing: .5px;
}

.single-testimonial p.name {
    color: var(--orange);
    font-size: 13.5px;
    font-weight: 800;
    line-height: 21.6px;
    margin: 0 0 4.5px 0;
}

.single-testimonial p.location {
    color: #4A5577;
    font-size: 12px;
    line-height: 19.2px;
    margin: 0 0;
}

.single-testimonial img.quote {
    position: absolute;
    top: 0px;
    right: 19.22px;
}

.resources .row .col-md-3 .single-resource {
    border-radius: 18px;
    text-align: left;
    padding: 26px 24px 66px 24px;
    height: 100%;
    position: relative;
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.18) inset, 0 1px 0 0 rgba(255, 255, 255, 0.30) inset;
}

.resources .row .col-md-3 .single-resource::before {
    content: '';
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.18) inset, 0 1px 0 0 rgba(255, 255, 255, 0.30) inset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.resources .row .col-md-3:first-child .single-resource {
    background: var(--Yellow, linear-gradient(131deg, #FFC42C 0%, #F5A920 100%));
}

.resources .row .col-md-3:nth-child(2) .single-resource {
    background: #198DBB;
}

.resources .row .col-md-3:nth-child(3) .single-resource {
    background: linear-gradient(131deg, #FF7A4E 0%, #C13818 100%);
}

.resources .row .col-md-3:nth-child(4) .single-resource {
    background: linear-gradient(131deg, #4CB1D6 0%, #198DBB 50%, #0E6789 100%);
}

.single-resource p.card_label {
    margin: 0 0 8px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 800;
    color: var(--white);
}

.single-resource h3 {
    color: var(--white);
    font-size: 31px;
    line-height: 25px;
    font-family: 'Thadonce', sans-serif;
}

.resources .row .col-md-3:first-child .single-resource p.card_label,
.resources .row .col-md-3:first-child .single-resource p,
.resources .row .col-md-3:first-child .single-resource h3 {
    color: var(--blue);
}

.single-resource .card_cta {
    position: absolute;
    bottom: 26.37px;
    width: 100%;
}

.single-resource p.card_content {
    margin: 12px 0 16.01px 0;
    font-size: 14px;
    line-height: 20.15px;
    font-weight: 500;
    color: var(--white);
    max-width: 230px;
}

.single-resource .btn-white {
    padding: 9.5px 20px 10.69px 20px;
}

.single-resource .btn-white span {
    font-size: 12px;
    line-height: 19.2px;
    letter-spacing: 0.4px;
}

.resources .row .col-md-3:first-child .single-resource .btn-white {
    background: var(--blue);
    box-shadow: 0 8px 18px 0 rgba(25, 141, 187, 0.30);
}

.resources .row .col-md-3:first-child .single-resource .btn-white:hover {
    box-shadow: none;
}

.resources .row .col-md-3:first-child .single-resource .btn-white::before {
    display: none;
}

.resources .row .col-md-3:first-child .single-resource .btn-white span {
    color: var(--white);
}

.resources .row .col-md-3:nth-child(3) .single-resource .btn-white span {
    color: var(--orange);
}

.home .testimonial-wrap .btn-orange {
    min-width: 239px;
}

.testimonial-inn .single-testimonial {
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 18px 42px 0 rgba(8, 22, 32, 0.25);
}

.testimonial-inn .single-testimonial .author {
    border-top: 1px solid rgba(244, 186, 41, 0.50);
}

.home .single-testimonial img.quote {
    width: 48.018px;
    height: 37.705px;
    opacity: 0.68;
}

body:not(.home) .testimonials h2 {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: 0.44px;
}

body:not(.home) .testimonials h2 span {
    font-size: 30px;
    line-height: 34.5px
}

body:not(.home) .single-testimonial img.quote {
    width: 41.181px;
}

body:not(.home) .testimonials h2::before {
    display: none;
}

body:not(.home) .testimonials .divider{
    display: none;
}

@media(max-width:1200px) {
    .testimonial-char {
        left: 37px;
    }
}

@media(max-width:992px) {
    .testimonials {
        box-shadow: none;
        padding: 45px 10px 55px 10px;
        background-position: left;
    }

    body:not(.home) .testimonials {
        background: url('../../../library/images/review-bg-mobo.png') top / cover no-repeat;
        padding: 74px 10px 15px 10px;
    }

    body:not(.home) .testimonials::before {
        opacity: 0;
    }

    .testimonials .row .col-md-3 {
        width: 50%;
        margin-top: 30px;
    }

    .testimonial-char {
        display: none;
    }

    .testimonial-wrap {
        padding-bottom: 65.57px;
    }

    .home .testimonials .h2_label {
        display: none;
    }

    .testimonials h2 span {
        font-size: 34px;
        font-weight: 400;
        line-height: normal;
    }

    .home .testimonial-wrap .row {
        margin-top: 20px;
        margin-bottom: 21px;
    }

    .single-resource p.card_label {
        font-size: 14.186px;
        letter-spacing: 3.224px;
        line-height: 22.697px;
    }

    .single-resource h3 {
        font-size: 39.978px;
        line-height: 32.24px;
    }

    .single-resource p.card_content {
        margin: 5px 0 30px 0;
        font-size: 18.055px;
        line-height: 25.986px;
        max-width: 100%;
    }

    .single-resource .btn-white span {
        font-weight: 800;
        font-size: 14.186px;
        line-height: 22.697px;
        letter-spacing: 0.516px;
    }

    .testimonials h2::before {
        content: '';
        position: absolute;
        right: 16.82px;
        top: -25px;
        opacity: 0.8;
        width: 54px;
        height: 54px;
        background: url('../../../library/images/vector-1.png') center / cover no-repeat;
        transform: rotate(24deg);
        z-index: -1;
    }

    .single-testimonial img.quote {
        width: 62.265px;
        height: 48.892px;
        opacity: 0.68;
    }

    /* .home .single-testimonial p.name {
        font-size: 17.505px;
        font-weight: 800;
        line-height: 28.009px;
    }

    .home .single-testimonial p.location {
        font-size: 15.56px;
        line-height: 24.897px;
    }

    .home .single-testimonial p {
        font-size: 18.154px;
        line-height: 29.046px;
        margin: 19px 20px 19px 0px;
    } */

    body:not(.home) .single-testimonial img.quote {
        opacity: 1;
    }

    /* body:not(.home) .single-testimonial p,
    body:not(.home) .single-testimonial p.location {
        font-weight: 700;
    } */

    body:not(.home) .single-testimonial p.name {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 0;
    }
}

@media(max-width:767px) {

    .testimonials .row .col-md-3,
    .testimonials .row .col-md-4 {
        width: 100%;
        margin-top: 18px;
    }

    .single-resource .card_cta {
        position: relative;
        bottom: auto;
    }

    .resources .row .col-md-3 .single-resource {
        padding: 33.53px 30.951px;
    }
}

@media(max-width:550px) {
    .home .testimonial-wrap .btn-orange {
        min-width: 100%;
    }
}