.client-x {
    padding: 60px 0px;
    background: #fff;
}

.client-x .item {
    padding: 0px 15px;
}

.client-x h2 {

    color: #000;
}

.client-x .w-100 {
    margin-bottom: 40px;
}

.client-x .title1:hover {
    color: #F5911F;
}
.client-x .awards-carousel-2 .owl-nav button:hover {
    background-color: #F3F4F5;
    color: #ffff;
}

.client-x .row {
    margin: 0 auto;
    width: 990px;
}

.client-x .awards-carousel-2 .owl-nav button {
    position: absolute;
    top: 40%;
    -webkit-transform: translate(0, -50%);
    transform: translate(6, -50%);
    font-size: 25px;
    border: none;
    border-radius: 50%;
    height: 43px;
    width: 43px;
    left: -65px;

}

.client-x .awards-carousel-2 .owl-nav button.owl-next {
    left: auto;
    right: -6%;
}
.client-x .t-sec-thoughts {

    border-radius: 10px;
    margin-bottom: 40px;
    background: #ffff;
    overflow: hidden;
    border: 1px solid #DAE4FE;
    min-height: 420px;
}

.services-cont {
    background-color: #ffffff;
    text-align: center;
    font-weight: 600;
    /* padding: 40px 10px; */
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.client-x .t-cont-thoughts {
    padding: 10px 20px;
    height: 200px;
}

.client-x .title1 {
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.client-x .row {
    width: auto;
    margin: 0 auto;
}

.client-x .col-md-4 {
    padding: 30px;
}

.client-x .thought-title{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #A5A5A5;
    font-size: 14px;
}

@media (min-width:768px) {

    .client-x .row {
        margin: 0 auto;
        width: auto;
    }

    .client-x .t-cont-thoughts {
        padding: 10px 20px;
        height: auto;
    }
}

@media(max-width:767px) {
    .client-x .awards-carousel-2 .owl-nav button.owl-next {
        left: auto;
        right: 30%;
    }

    .client-x .awards-carousel-2 .owl-nav button {
        position: absolute;
        top: 100%;
        left: 30%;
    }
    .client-x .t-sec-thoughts {
        border-radius: 10px;
        margin-bottom: 40px;
        background: #ffff;
        overflow: hidden;
        border: 1px solid #DAE4FE;
        min-height: auto;
    }
}

@media (min-width:768px) and (max-width:1200px) {

    .client-x .item {
        padding: 0px 8px;
    }

    .client-x .awards-carousel-2 .owl-nav button {
        position: absolute;
        top: 40%;
        -webkit-transform: translate(0, -50%);
        transform: translate(6, -50%);
        font-size: 25px;
        border: none;
        border-radius: 50%;
        height: 43px;
        width: 43px;
        left: -38px;
    }

    .client-x .thrives-bsm p {
        max-width: 190px;
        margin-left: auto;
        margin-right: auto;
    }

    .clients-sec {
        padding: 40px 0;
        background: #ffff;
    }

    .client-x {
        padding: 40px 0px;
        background: #fff;
    }

}