:root {
    --sh: 800px;
}

.flexslidinggg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testslider2 {
    width: 85%;
}

.outside {
    width: 15%;
    background: var(--primary);
    height: var(--sh);
    display: flex;
    align-items: center;
    justify-content: center;
}

.outside h2 {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: right;
    margin: 0;
    font-size: 16px;
    color: white;
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slideinnard {
    height: var(--sh);
    background-size: cover;
    background-position: center;
    position: relative;
}

.bottomleft {
    width: 400px;
    /* height: 250px; */
    background: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.groupon {
    margin-bottom: 30px;
}

.bottomleft h2 {
    margin: 0;
}

.bottomleft p {
    margin: 5px 0 0;
    color: grey;
    font-size: 18px;
}



.slidebtm {
    padding-bottom: 0;
}

.flexslidinggg .slick-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f6;
    color: var(--primary);
    font-weight: 400;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.flexslidinggg .fa-arrow-left {
    right: 70px !important;
    z-index: 1;
}

.flexslidinggg .slick-arrow:hover {
    color: #464646;
    font-weight: 500;
}

.testimonialContainer {
    background-color: #e8e8e8;
    overflow-x: hidden;
}

.secondtest {
    background-color: transparent;
    position: relative;
    background-image: url(/wp-content/uploads/2021/06/Gradient-Overlay.png);
    background-size: cover;
    background-position: top;
    z-index: 0;
}

.secondtest:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.testwrap {
    max-width: 1000px;
    margin: auto;
    font-weight: 600;
    padding: 30px;
    background: white;
    position: relative;
}

.testwrap p {
    font-size: 25px;
    margin-top: 0;
}

p.name {
    color: var(--primary);
    margin: 0;
}

p.name span {
    font-weight: 400;
    font-size: 17px;
}


.testwrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20px;
    top: 20px;
    background: var(--secondary);
    z-index: -1;
}


@media (max-width:1199px) {
    .testimonialContainer {
        height: inherit;
        padding: 0px 0;
    }

    .testslider2 {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        min-height: initial;
        display: block;
        align-items: center;
        justify-content: center;
    }

    .testwrap p {
        line-height: 1.5;
        font-size: 20px;
    }

    .testslider2 h3 {
        font-size: 32px;
    }

    .flexslidinggg .slick-arrow {
        display: none !important;
    }

    .testwrap {
        max-width: 80%;
        margin: 0 5%;
        font-weight: 600;
        padding: 30px;
        background: white;
        position: relative;
    }

    .outside h2 {
        font-size: 38px;
    }

    .bottomleft {
        background: #ffffffe3;
        width: 100%;
    }

    :root {
        --sh: 400px;
    }
}