.home-testimonials {
    position: relative;
    padding: 60px 0;
}

.home-testimonials-wrapper {
    position: relative;
    padding: 0 22px;
}

.home-testimonials-header {
    text-align: center;
    position: relative;
}

.home-testimonials-header h2 {
    margin-bottom: 5px;
    letter-spacing: 0em;
}

.new-landing-page .home-testimonials-header h2 strong {
    display: inline-block;
}

.home-testimonials-slider .slick-track {
    display: flex !important;
}

.home-testimonials-slider .slick-slide {
    height: inherit !important;
    padding: 0 16px;
}

.home-testimonials-slider .slick-slide > div {
    height: 100%;
}

.home-testimonials-slider .slick-list {
    margin: 0 -16px;
    padding: 38px 0 85px;
}

.home-testimonials-slider .slick-slide {
    padding: 0 16px;
}

.home-testimonials-slider-item {
    height: 100%;
}

.home-testimonials-slider-item-column {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    border-radius: 10px;
    padding: 30px 30px 74px;
    position: relative;
    height: 100%;
}

.home-testimonials-slider-item-column::after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #F8B57C 0%, #F6862A 101.9%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimonials-quote {
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 41px;
}

.home-testimonials-slider-item-column p {
    font-size: 15px;
    padding: 0 0 20px;
}

.testimonials-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 38px;
    width: 100%;
}

.circle-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #E9EDF1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #5B676F;
    font-size: 24px;
}

.circle-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    max-width: 100%;
}

.testimonials-user-content {
    width: calc(100% - 60px);
    padding-left: 12px;
}

.testimonials-user-content h5 {
    padding: 0 0 2px;
    color: #003B5D;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
}

.testimonials-user-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #818584;
}

.home-testimonials-slider .slick-prev,
.home-testimonials-slider .slick-next {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    color: #fff;
    background: #B5C4CE;
    top: inherit;
    bottom: 25px;
}

.home-testimonials-slider .slick-next {
    right: 50%;
    margin-right: -45px;
}

.home-testimonials-slider .slick-prev {
    left: 50%;
    margin-left: -45px;
}

.home-testimonials-slider .slick-prev:hover,
.home-testimonials-slider .slick-next:hover {
    background: #003B5D;
    color: #ffffff;
}

.home-testimonials-slider .slick-prev::before,
.home-testimonials-slider .slick-next::before {
    content: "";
    font-family: 'icomoon';
    position: absolute;
    top: 47%;
    left: 50%;
    line-height: unset;
    width: unset;
    height: auto;
    transform: translate(-50%, -50%);
    line-height: 1em !important;
    font-size: 25px;
    z-index: 1;
}

.home-testimonials-slider .slick-prev::before {
    content: "\e960";
    left: 47%;
}

.home-testimonials-slider .slick-next::before {
    content: "\e95f";
    transform: translate(-50%, -50%);
    left: 53%;
}

.testimonials-btn {
    text-align: center;
}

.home-testimonials-header .sitelog-rays {
    position: absolute;
    left: -24px;
    top: 35px;
    display: none;
}

@media (min-width: 768px) {
    .home-testimonials {
        padding: 70px 0;
    }

    .home-testimonials-wrapper {
        padding: 0 22px;
    }

    .home-testimonials-header {
        align-items: center;
    }

    .home-testimonials-header h2 {
        padding: 0;
        margin: 0;
    }

    .home-testimonials-slider-item-column {
        border-radius: 8px;
        padding: 30px 30px 80px;
    }

    .home-testimonials-slider-item-column p {
        font-size: 16px;
    }

    .testimonials-user-content p {
        font-size: 13px;
    }

    .testimonials-user-content h5 {
        font-size: 17px;
    }

    .home-testimonials-slider .slick-list {
        padding: 50px 0 85px;
    }

    .home-testimonials-header h4 {
        font-size: 16px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .home-testimonials {
        padding: 100px 0;
    }

    .home-testimonials.flexible-testimonials {
        padding: 106px 0 100px;
    }

    .home-testimonials-wrapper {
        padding: 0 0px;
    }

    .testimonials-btn {
        text-align: left;
        padding-left: 60px;
    }

    .home-testimonials-slider .slick-list {
        margin: 0 0;
        padding: 46px 0 50px;
        margin-left: -96px;
    }

    .home-testimonials-slider .slick-slide {
        padding: 0 16px;
        opacity: 1;
        transition: all .4s ease-in-out;
    }

    .home-testimonials-slider .slick-slide.slick-active {
        opacity: 1;

    }

    .home-testimonials-banner {
        width: 43.7%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 0 10px 10px 0;
    }

    .home-testimonials-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;';
    }

    .home-testimonials-right-panel {
        float: right;
        width: 56.3%;
        position: relative;
        z-index: 9;
        padding: 0 0;
    }

    .home-testimonials-slider-item-column {
        width: 420px;
        padding: 40px 50px 90px;
    }

    .home-testimonials-header {
        width: 100%;
        padding-left: 80px;
        padding-bottom: 0;
        padding-right: 16px;
        text-align: left;
    }

    .flexible-testimonials .home-testimonials-header {
        max-width: unset;
        padding-left: 0;
        padding-right: 0;
    }

    .flexible-testimonials .home-testimonials-slider .slick-list {
        margin-left: 0;
    }

    .flexible-testimonials .home-testimonials-right-panel {
        width: 100%;
        padding: 0
    }

    .testimonials-quote {
        font-size: 46px;
        top: -18px;
        left: 50px;
    }

    .home-testimonials-slider-item-column p {
        font-size: 17px;
    }

    .testimonials-user {
        padding: 0 50px 40px;
    }

    .circle-user {
        width: 74px;
        height: 74px;
        font-size: 34px;
    }

    .circle-user img {
        width: 74px;
        height: 74px;
    }

    .testimonials-user-content {
        width: calc(100% - 74px);
        padding-left: 15px;
    }

    .testimonials-user-content p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.28em;
    }

    .testimonials-user-content h5 {
        font-size: 20px;
    }

    .home-testimonials-slider .slick-prev,
    .home-testimonials-slider .slick-next {
        width: 49px;
        height: 49px;
        bottom: -52px;
    }

    .home-testimonials-slider .slick-prev {
        right: calc(56px + 16px);
        left: inherit;
    }

    .home-testimonials-slider .slick-next {
        right: 16px;
        margin-right: 0;
    }

    .home-testimonials-slider .slick-prev::before,
    .home-testimonials-slider .slick-next::before {
        font-size: 35px;
    }

    .home-testimonials-header .sitelog-rays {
        display: block;
    }

    .home-testimonials-header {
        margin-bottom: 20px;
    }

    .home-testimonials-slider-wrapper {
        position: relative;
    }

    .home-testimonials-slider-wrapper::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 230px;
        height: 100%;
        z-index: 1;
        background: linear-gradient(to right,  rgba(242,243,244,0) 0%,rgba(242,243,244,1) 71%,rgba(242,243,244,1) 100%);
    }
}



@media (min-width: 1800px) {
    .home-testimonials-slider .slick-next {
        right: 278px;
    }

    .home-testimonials-slider .slick-prev {
        right: calc(56px + 278px);
    }
}

@media (min-width: 2000px) {
    .home-testimonials-slider .slick-next {
        right: 335px;
    }

    .home-testimonials-slider .slick-prev {
        right: calc(56px + 335px);
    }
}

@media (min-width: 2400px) {
    .home-testimonials-slider .slick-next {
        right: 560px;
    }

    .home-testimonials-slider .slick-prev {
        right: calc(56px + 560px);
    }
}



/* testimonial inner */


.testimonials-block {
    padding: 100px 0;
    background-color: #E9EDF1;
}

.testimonials-item {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 32px 30px 40px 30px;
    margin-bottom: 55px;
    background-color: #FFFFFF;
}

.testimonials-item:last-child {
    margin-bottom: 0;
}

.testimonials-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 10px 10px;
    background: rgb(246,134,42);
    background: linear-gradient(0deg, rgba(246,134,42,1) 0%, rgba(248,181,124,1) 100%);
}

.testimonials-description .author-image {
    position: absolute;
    top: -14px;
    width: 37.37px;
}

.testimonials-item p {
    color: #2E3532;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

.testimonials-author {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.testimonials-author {
    margin-top: 20px;
}

.testimonials-author .author-image {
    width: 60px;
}

.testimonials-author .author-image img {
    width: 100%;
    height: 100%;
}

.author-info {
    width: calc(100% - 60px);
    padding: 0 12px;
}

.author-info h4 {
    color: #003B5D;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.author-info p {
    color: #818584;
    font-size: 12px;
    line-height: 1.416em;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 0;
}

.author-info h4 span {
    font-weight: 400;
    color: #003B5D;
}

@media(min-width: 768px) {

    .testimonials-item {
        padding: 33px 31px 38px 31px;
    }

    .testimonials-description .author-image {
        width: 40.49px;
    }

    .testimonials-item p {
        font-size: 16px;
        line-height: 1.625em;
    }

    .author-info h4 {
        font-size: 17px;
    }

    .author-info p {
        font-size: 13px;
        line-height: 1.307em;
    }
}

@media(min-width: 1200px) {

    .testimonials-item {
        padding: 45px 60px 40px 60px;
    }

    .testimonials-item:before {
        width: 8px;
        height: 100%;
        border-radius: 10px 0px 0px 10px;
    }

    .testimonials-description .author-image {
        width: 46.71px;
        top: -16px;
    }

    .testimonials-item p {
        font-size: 17px;
        line-height: 1.76em;
        font-weight: 400;
    }

    .testimonials-author {
        margin-top: 25px;
    }

    .testimonials-author .author-image {
        width: 70px;
    }

    .author-info {
        padding: 0 20px;
        width: calc(100% - 70px);
    }

    .author-info h4 {
        font-size: 20px;
    }

    .author-info p {
        font-size: 14px;
        padding-bottom: 0;
    }
}
