section.testimonial-wraper
{
    padding: 0px 0;
    margin-top: -22px;
}

h1.test-head 
{
    text-align: center;
    text-transform: uppercase;
    color: #328375;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
}

p.test-text
{
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    margin: 5px 0;
}

.silder-cvr
{
    width: 40%;
    margin: 5px auto;
    display: table;
}

.testi-inner
{
    width: 100%;
    float: left;
    position: relative;
}

.testi-top
{
    width: 100%;
    float: left;
    border-radius: 30px 30px 0 0;
    background: rgb(53,131,117);
    background: linear-gradient(321deg, rgba(53,131,117,1) 0%, rgba(162,135,6,1) 100%);
    padding: 50px 25px;
}

.testi-top p
{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    /* padding-bottom: 45px; */
}

.testi-bottom 
{
    width: 100%;
    float: left;
    box-shadow: 0px 5px 17px -7px #a8a8a8;
    border-radius: 0 0 30px 30px;
   padding: 15px 25px;
    position: relative;
}

.testi-image {
    width: auto;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: -60px;
    left: 37%;
    right: 37%;
}

.testi-image img
{
    max-width: 100%;
    vertical-align: middle;
}

.testi-name {
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0 0;
}

.testi-name h5
{
    text-transform: uppercase;
}

.testi-name p
{
    margin: 0;
}

.quote-icon {
    position: absolute;
    top: -24px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: #328275;
    display: flex;
    border-radius: 100px;
}

.i-quote {
    font-size: 20px;
    color: #fff;
    margin: auto;
}

@media (max-width: 1200px)
{
    .silder-cvr
    {
        width: 50%;
    }
}

@media (max-width: 992px)
{
    .silder-cvr
    {
        width: 70%;
    }
}

@media (max-width: 767px)
{
    .silder-cvr
    {
        width: 90%;
    }

    .over-vis
    {
        width: auto !important;
    }
}

@media (max-width: 589px)
{
    .silder-cvr
    {
        width: 100%;
    }
}

.over-vis
{
    width: auto;
    min-height: 407px;
    display: flex;
    align-items: center;
    padding: 10px;
}

.carousel-indicators [data-bs-target]
{
    background-color: #328275;
    width: 15px;
    height: 15px;
}