
.tbt-rating {
    font-size: 14px;
}
@media (max-width: 767px) {
    .tbt-client-comment {
        font-size: 15px;
        line-height: 24px;
    }
    .tbt-client-title {
        font-size: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-client-comment {
        font-size: 15px;
        line-height: 24px;
    }
    .tbt-client-title {
        font-size: 20px;
    }
}
/*testimonial start*/
.tbt-background-box {
    direction: ltr;
}
/* web component */

.tbt-client-img {
    inline-size: 60px;
    block-size: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.tbt-client-img img {
    display: block;
    inline-size: 100%;
    block-size: 100% !important;
    object-fit: cover;
}

.tbt-rating-wrapper {
    position: relative;
    max-inline-size: 95px;
    inline-size: 95px;
    block-size: 20px;
    text-align: start !important;
}

.tbt-rating-wrapper .tbt-rating {
    position: absolute;
    z-index: 3;
    color: #ecec00;
    line-height: 20px !important;
    inline-size: 100%;
    font-size: 14px !important;
}

.tbt-rating-wrapper .tbt-rating-gray {
    position: absolute;
    z-index: 2;
    color: rgb(184, 184, 184);
    font-size: 14px !important;
    line-height: 20px !important;
    inline-size: 100%;
}






/* owl-carousel-css start*/
.owlActive {
    display: block!important;
  }
  
  /* arrow-style */
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev,
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next {
    position: absolute;
    inset-block-start: 50%;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    color: #2c5364;
    font-size: 12px;
    block-size: 40px;
    inline-size: 40px;
    line-height: 1;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    background: #fbfbfb;
    box-shadow: 1px 2px 15px 2px rgba(0,0,0,.14);
    border-radius: 4px;
    transform: translate(0, -50%);
    transition: all .4s ease;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev:hover,
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next:hover {
    background: #f64f59;
    box-shadow: 1px 2px 15px 2px #f64f5aa7;
    color: #fff;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-prev {
    inset-inline-start: -15px;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-nav button.bwdtbt-owl-next {
    inset-inline-start: auto;
    inset-inline-end: -15px;
  }
  
  /* dots-style */
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots {
    position: absolute;
    inline-size: 100%;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot span{
    background: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    inline-size: initial;
    block-size: initial;
    margin-block-start: initial;
    margin-block-end: initial;
    margin-inline-start: initial;
    margin-inline-end: initial;
    display: block;
    transition: none;
    border-radius: initial;
    transition: all .4s ease;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot:hover span,
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active span {
    background: transparent!important;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    inline-size: 20px;
    block-size: 20px;
    color: #fff;
    background: #2c5364;
    border-radius: 50%;
    transition: all .4s ease;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot:not(:last-child) {
    margin-inline-end: 10px;
  }
  .bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    background: #f64f59;
  }
  
  
  /* style1 */
  .bwdtbt_dots1.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 5px;
    block-size: 5px;
  }
  .bwdtbt_dots1.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    inline-size: 12px;
    block-size: 12px;
  }
  
  /* style2 */
  .bwdtbt_dots2.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 15px;
    block-size: 3px;
    border-radius: 0;
  }
  .bwdtbt_dots2.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    inline-size: 30px;
  }
  
  /* style3 */
  .bwdtbt_dots3.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 28px;
    block-size: 6px;
    border-radius: 0;
    border: 2px solid #2c5364;
    background: transparent;
  }
  .bwdtbt_dots3.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    border: 2px dashed #2c5364;
  }
  
  /* style4 */
  .bwdtbt_dots4.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    border-radius: 50%;
    border: 2px solid #f74a00;
    background: transparent;
  }
  .bwdtbt_dots4.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    background: #2c5364;
  }
  
  /* style5 */
  .bwdtbt_dots5.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
  }
  .bwdtbt_dots5.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    border: 2px solid #f74a00;
    background: transparent;
  }
  
  /* style6 */
  .bwdtbt_dots6.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 5px;
    block-size: 20px;
    border-radius: 0;
  }
  .bwdtbt_dots6.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    transform: scale(.80);
  }
  
  /* style7 */
  .bwdtbt_dots7.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    border-radius: 50%;
    border: 2px solid #f74a00;
    background: transparent;
  }
  .bwdtbt_dots7.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    box-shadow: 0 0px 15px #f74a00;
  }
  
  /* style8 */
  .bwdtbt_dots8.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    border-radius: 0;
    background: #f74a00;
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  }
  .bwdtbt_dots8.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    background: #2c5364;
  }
  
  /* style9 */
  .bwdtbt_dots9.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    border-radius: 0;
    background: #f74a00;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  }
  .bwdtbt_dots9.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    background: #2c5364;
  }
  
  /* style10 */
  .bwdtbt_dots10.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot {
    inline-size: 20px;
    block-size: 20px;
    background: #f74a00;
    border: 6px solid #2c5364;
    border-radius: 50%;
  }
  .bwdtbt_dots10.bwdtbt-slider-common .bwdtbt-owl-carousel .bwdtbt-owl-dots .bwdtbt-owl-dot.active {
    background: #fff;
  }
  /* owl-carousel-css end*/

/*testimonial one start*/
@media (min-width: 768px) and (max-width: 991px) {
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper {
        padding-block-start: 0px;
        padding-block-end: 0px;
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

@media (max-width: 576px) {
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        block-size: 60px;
        inline-size: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-block-end: 15px;
        margin-inline-end: 0 !important;
    }
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
        flex-basis: 71px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        margin-block-end: 5px !important;
    }
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
        text-align: center;
    }
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    background-color: #292C6D;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    transition: .5s;
    border-radius: 10px;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 20px;
        padding-block-end: 20px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
    box-shadow: 0 10px 20px #303068;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    padding-block-start: 30px;
    padding-inline-end: 30px;
    padding-block-end: 55px;
    padding-inline-start: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 8% 88%, 0 100%);
    margin-block-end: 20px;
    background-color: #eee;
    overflow: hidden;
    border-radius: 8px 10px 3px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        padding-block-start: 20px;
        padding-inline-end: 32px;
        padding-block-end: 45px;
        padding-inline-start: 20px;
    }
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: flex;
    align-items: center;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
    flex-basis: 67%;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    block-size: 60px;
    inline-size: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline-end: 20px;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    display: block;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 20px;
    color: #fff;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
    margin-block-start: 7px;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating {
    font-size: 14px;
    color: #ecec00;
}

.tbt-testimonial-style1 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    text-transform: capitalize;
    color: #fff;
}
/*testimonial one end*/
/*========================*/
/*testimonial two start*/

@media (min-width: 768px) and (max-width: 991px) {
    .tbt-testimonial-style2 .tbt-testimonial-item-wrapper {
        padding-block-start: 0px;
        padding-block-end: 0px;
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    text-align: center;
    position: relative;
    margin-block-start: 52px;
    background: linear-gradient(45deg, rgba(66, 202, 255, 0.1) 0%, rgba(232, 26, 255, 0.2) 100%);
    transition: all .7s;
    cursor: url(../img/scrollingCursor.png), auto;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    }
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: -50px;
    transform: translateX(-50%);
    text-align: center;
    inline-size: 100px;
    block-size: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img img {
    display: block;
    inline-size: 100%;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    padding-block-start: 90px;
    padding-block-end: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    color: rgba(44, 44, 44, 0.9);
}

@media (max-width: 767px) {
    .tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        padding-block-start: 70px;
        padding-block-end: 15px;
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    transition: .7s;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-title {
    margin-block-start: 30px;
    font-size: 25px;
    transition: .7s;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating-wrapper {
    inset-inline-start: 50%;
    transform: translateX(-50%);
    margin-block-start: 7px;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc span {
    transition: .7s;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-top-q {
    inset-block-start: 20px;
    inset-inline-start: 30px;
    position: absolute;
    font-size: 30px;
    transition: .7s;
    transform: 0;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
    inset-block-end: 20px;
    inset-inline-end: 30px;
    position: absolute;
    font-size: 30px;
    transition: .7s;
    transform: 0;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
    background: linear-gradient(45deg, #42caff 0%, #e81aff 100%);
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content .tbt-client-title,
.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content .tbt-client-title,
.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .testi-item-content span {
    color: #fff;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-bottom-q,
.tbt-top-q {
    color: #fff;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-top-q {
    color: #fff !important;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q,
.tbt-top-q {
    color: rgb(155, 224, 182);
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-bottom-q {
    transform: translateY(-20px);
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-top-q {
    transform: translateY(20px);
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
    transform-origin: center;
}

.tbt-testimonial-style2 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-client-img {
    transform: translateX(-50%) scale(1.1);
}
/*testimonial two end*/

/*========================*/

/*testimonial three start*/
@media (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper {
        margin-inline-start: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper {
        padding-block-start: 0px;
        padding-block-end: 0px;
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    text-align: center;
    position: relative;
    background: #262727;
    transition: all .7s;
    border-radius: 5px;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    }
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
    box-shadow: 0 15px 50px 10px #fff;
    border-radius: 15px;
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
    position: relative;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    text-align: center;
    inline-size: 90px;
    block-size: 90px;
    border-radius: 50%;
    overflow: hidden;
    transition: .5s;
    margin-block-start: 30px;
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img img {
    display: block;
    inline-size: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
        margin-block-start: 15px;
    }
}

@media (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
        margin-block-start: 15px;
    }
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-title {
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 10px;
    margin-inline-end: 10px;
    color: #42c3c3;
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-rating-wrapper {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;

}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    color: rgba(44, 44, 44, 0.9);
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    color: #42c3c3;
}

@media (max-width: 1199px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    }
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    transition: .7s;
    color: #42c3c3;
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
    font-size: 45px;
    transition: .7s;
    display: inline-block;
    margin-block-start: 35px;
    margin-block-end: 35px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 1;
    color: #00FFFF;
}

@media (max-width: 1199px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
        font-size: 40px;
        margin-block-start: 20px;
        margin-block-end: 20px;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
        font-size: 30px;
        margin-block-start: 10px;
        margin-block-end: 10px;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-bottom-q {
        font-size: 30px;
        margin-block-start: 10px;
        margin-block-end: 10px;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

.tbt-testimonial-style3 .tbt-testimonial-item-wrapper .tbt-testimonial-item span {
    color: #fff;
    display: inline-block;
    margin-block-end: 20px;
    font-size: 17px;
}


/*testimonial three end*/


/*========================*/


/*testimonial four start*/

.tbt-testimonial-style4 {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .tbt-testimonial-style4 .tbt-testimonial-item-wrapper {
        padding-block-start: 0px;
        padding-block-end: 0px;
        padding-inline-start: 50px;
        padding-inline-end: 50px;
    }
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    padding-block-start: 15px;
    padding-block-end: 15px;
    transition: .7s;
    position: relative;
    overflow: hidden;
    cursor: url(../img/scrollingCursor.png), auto;
    border: 1px dotted #eee;
    border-radius: 5px;
    background: #0e0b01;
}

@media (max-width: 767px) {
    .tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    }
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover {
    border: 1px dotted transparent;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover::before {
    inset-block-start: 0;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover::after {
    inset-block-end: 0;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-client-profile .tbt-client-img {
    border: 5px solid #ff00ea;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 100%;
    block-size: 100%;
    background: #ff00ea;
    inline-size: 3px;
    transition: .5s;
    z-index: 99999;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item::after {
    content: "";
    position: absolute;
    inset-inline-end: 0;
    inset-block-end: 100%;
    block-size: 100%;
    background: #ff00ea;
    inline-size: 3px;
    transition: .5s;
    z-index: 99999;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    position: relative;
    padding-block-start: 60px;
    padding-inline-end: 35px;
    padding-block-end: 60px;
    padding-inline-start: 35px;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        padding-block-start: 50px;
        padding-block-end: 50px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        padding-block-start: 50px;
        padding-block-end: 50px;
        padding-inline-start: 5px;
        padding-inline-end: 5px;
    }
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc i {
    position: absolute;
    font-size: 30px;
    display: inline-block;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc i.tbt-quote-top {
    inset-block-start: 15px;
    inset-inline-start: 15px;
    font-size: 27px;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc i.tbt-quote-bottom {
    inset-block-end: 15px;
    inset-inline-end: 15px;
    font-size: 27px;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    block-size: 85px;
    inline-size: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin-block-start: -42px;
    position: relative;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    transition: .7s;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    block-size: 100%;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
    text-align: center;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 25px;
    margin-block-start: 15px;
    color: #fff;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    display: inline-block;
    margin-block-end: 7px;
}

.tbt-testimonial-style4 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-end: 14px;
}


/*testimonial four end*/


/*========================*/


/*testimonial five start*/

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
    }
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    border-radius: 3px;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    box-shadow: 0 0 10px #eee;
    max-inline-size: 250px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        inline-size: 100%;
    }
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 100%;
    block-size: 150px;
    overflow: hidden;
    margin-block-end: 30px;
    border-radius: 0;
}
.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    block-size: 100%;
    object-fit: cover;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    color: #0f0f0f;
    font-size: 22px;
    text-align: center;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    color: #c8c8c8;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    position: relative;
    padding-block-start: 35px;
    padding-block-end: 35px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}

@media (max-width: 1700px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 250px;
    }
}

@media (max-width: 767px) {
    .tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 250px;
    }
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-quote {
    position: absolute;
    inset-inline-start: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%);
    font-size: 70px;
    color: #a39b9b38;
    inset-block-start: 35%;
    line-height: 100%;
    z-index: 8;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-skill {
    font-size: 26px;
    font-weight: 700;
    margin-block-end: 25px;
    color: #fff;
}

.tbt-testimonial-style5 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    position: relative;
    padding-block-start: 0;
    padding-inline-end: 20px;
    padding-block-end: 0;
    padding-inline-start: 0;
    color: #c8c8c8;
    z-index: 9;
}

/*testimonial five end*/


/*========================*/


/*testimonial six start*/
.tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    border-radius: 5px;
    background: #172155;
    color: #fff;
    box-shadow: 0 0 20px #27f3e9;
}

.tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    text-align: center;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 100px;
    padding-inline-end: 100px;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 15px;
        padding-block-end: 15px;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.tbt-testimonial-style6 .tbt-client-img {
    display: inline-block;
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    inline-size: 90px;
    block-size: 90px;
}

.tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-client-comment {
    line-height: 32px;
}

.tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-client-title {
    font-size: 22px;
    margin-block-start: 15px;
    color: #fff;
}

.tbt-testimonial-style6 .tbt-testimonial-item-wrapper .tbt-rating-wrapper {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-block-start: 10px;
}

.tbt-testimonial-style6 .tbt-testimonial-item-wrapper span {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #27f3e9;
}


/*testimonial six end*/


/*========================*/


/*testimonial seven start*/
.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    position: relative;
    align-items: center;
    background: #5e5ce040;
    padding-block-start: 90px;
    padding-block-end: 90px;
    padding-inline-start: 70px;
    padding-inline-end: 70px;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    cursor: url(../img/CursorHori.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
        padding-block-start: 30px!important;
        padding-block-end: 30px!important;
        padding-inline-start: 30px!important;
        padding-inline-end: 30px!important;
    }
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    inline-size: 120px;
    block-size: 120px;
    background: linear-gradient(315deg, #ff1a6a 0%, #9c78ba 57%, #47cbff 100%);
    z-index: -1;
    border-bottom-left-radius: 100%;
    transition: .5s;
    opacity: .5;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover::before {
    inline-size: 200px;
    block-size: 200px;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-inline-end: 30px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        text-align: center;
        margin-inline-end: 0;
    }
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 80px;
    block-size: 80px;
    border-radius: 3px;
    overflow: hidden;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    object-fit: cover;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
    margin-block-start: 25px;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 22px;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    display: inline-block;
    margin-block-end: 8px;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating {
    white-space: nowrap;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating i {
    font-size: 14px;
    color: #a8a800;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    max-inline-size: 450px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        margin-block-start: 15px;
    }
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    line-height: 32px;
    color: #292929de;
}

@media (max-width: 767px) {
    .tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
        text-align: center;
        line-height: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style7 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
        text-align: center;
        line-height: 26px;
    }
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .next-btn {
    inset-block-end: -35px;
}

.tbt-testimonial-style7 .tbt-testimonial-item-wrapper .prev-btn {
    inset-block-start: -35px;
}


/*testimonial seven end*/


/*========================*/


/*testimonial eight start*/

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    justify-content: center;
    align-items: end;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
        align-items: center;
        margin-block-end: 0;
    }
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
    flex-basis: 300px;
    border-radius: 0;
    max-block-size: 350px;
    block-size: 350px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img {
        flex-basis: 200px;
        inline-size: 60%;
        margin-block-end: 20px;
    }
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img img {
    block-size: 100%;
    object-fit: cover;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    flex-basis: 450px;
    position: relative;
    inset-inline-start: -50px;
    inset-block-start: 0;
    padding-block-start: 25px;
    padding-block-end: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 5px;
    background: #181e48;
    color: #fff;
    z-index: 99;
    box-shadow: -5px 5px 15px #333338;
}

@media (max-width: 767px) {
    .tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 150px;
        padding-block-start: 20px;
        padding-block-end: 20px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
        inset-inline-start: 0;
    }
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    line-height: 32px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
        line-height: 26px;
    }
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-title {
    font-size: 22px;
    margin-block-start: 20px;
    color: #ca1550;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating {
    font-size: 14px;
    color: #ffe000;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-quote {
    font-size: 26px;
    position: absolute;
    inset-inline-end: 15px;
    inset-block-end: 15px;
    z-index: 2;
    transition: .5s;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc::before {
    inset-block-end: 0;
    inset-inline-end: 0;
    inline-size: 90px;
    block-size: 90px;
    content: "";
    position: absolute;
    background: #2c4575;
    border-top-left-radius: 100%;
    z-index: 1;
    transition: .5s;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc:hover .quote {
    inset-inline-end: 25px;
    inset-block-end: 25px;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc:hover::before {
    inline-size: 100px;
    block-size: 100px;
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .next-btn {
    inset-inline-end: 40%;
    transform: translate(50%, 70px);
}

.tbt-testimonial-style8 .tbt-testimonial-item-wrapper .prev-btn {
    inset-inline-start: 40%;
    transform: translate(-50%, 70px);
}

/*testimonial eight end*/


/*========================*/


/*testimonial nine start*/


.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    justify-content: center;
    cursor: url(../img/scrollingCursor.png), auto;
    margin-block-end: 30px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
    }
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: inline-flex;
    flex-direction: column;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    margin-inline-end: 20px;
    box-shadow: -1px -1px 10px #dad9d9d6;
    margin-inline-start: 10px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        flex-direction: row;
        margin-block-end: 15px;
        margin-inline-start: 0;
    }
    .tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        margin-inline-end: 0;
    }
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 100px;
    block-size: 100px;
    border-radius: 0;
    margin-block-end: 20px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        margin-block-end: 0;
        margin-inline-end: 20px;
    }
}

.tbt-client-bio {
    flex-basis: 66%;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    object-fit: cover;
    block-size: 100%;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 22px;
    color: #ff6d05e0;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-social-icons {
    display: flex;
    justify-content: space-between;
    margin-block-start: 10px;
    max-inline-size: 75px;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating {
    font-size: 14px;
    color: #ff6d05e0;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-social-icons a {
    transition: .5s;
    font-size: 14px;
    color: #333;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-social-icons a:hover {
    color: #ca1550;
    font-size: 14px;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    position: relative;
    flex-basis: 430px;
    padding-block-start: 25px;
    padding-block-end: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-top-right-radius: 70px;
    box-shadow: 5px 5px 30px #dad9d9d6;
    z-index: 3;
}

@media (max-width: 767px) {
    .tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 250px;
    }
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .client-comment {
    line-height: 32px;
    position: relative;
    z-index: 4;
}

.tbt-testimonial-style9 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .quote {
    position: absolute;
    font-size: 95px;
    inset-inline-start: 0;
    inset-inline-end: 0;
    text-align: center;
    z-index: 1;
    inset-block-start: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    color: #ca1550;
}

/*testimonial nine end*/


/*========================*/


/*testimonial ten start*/

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
    }
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape {
    position: relative;
    margin-inline-end: 50px;
    margin-block-end: 40px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape {
        margin-inline-end: 30px;
    }
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape .tbt-client-img {
    position: relative;
    z-index: 3;
    border-radius: 10px;
    block-size: 330px;
    inline-size: 250px;
}
.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape::before {
    content: "";
    position: absolute;
    inset-block-start: 30px;
    inset-inline-start: 30px;
    inline-size: 100%;
    block-size: 100%;
    background: #baadad;
    z-index: -1;
    border-radius: 10px;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    flex-basis: 473px;
    padding-block-start: 40px;
    padding-block-end: 40px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        flex-basis: 270px;
        padding-block-start: 20px;
        padding-block-end: 20px;
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-quote {
    font-size: 40px;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    line-height: 35px;
    margin-block-start: 15px;
    margin-block-end: 10px;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating-wrapper {
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
        line-height: 30px;
    }
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating {
    margin-block-end: 20px;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-rating i {
    font-size: 14px;
    color: #d2d200eb;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-bio .tbt-client-title {
    font-size: 22px;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-bio span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .next-btn {
    inset-inline-end: 0;
}

.tbt-testimonial-style10 .tbt-testimonial-item-wrapper .prev-btn {
    inset-inline-start: 0;
}

/*testimonial ten end*/


/*========================*/


/*testimonial eleven start*/


.tbt-testimonial-style11 .tbt-testimonial-item-wrapper {
    margin-inline-start: 30px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper {
        margin-inline-start: 0;
    }
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    cursor: url(../img/scrollingCursor.png), auto;
    border: 1px solid #eee;
}
.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: flex;
    padding-block-end: 20px;
    border-bottom: 1px dotted #bababa;
    align-items: center;
    inline-size: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        inline-size: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        inline-size: 100%;
        justify-content: center;
    }
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 70px;
    block-size: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline-end: 30px;
    border: 4px solid #fff;
    box-shadow: 0 0 15px #c4c4c4;
}

@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        margin-inline-end: 15x;
    }
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    block-size: 100%;
}
@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
        margin-inline-end: 0;
    }
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 22px;
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    max-inline-size: 400px;
    line-height: 32px;
    margin-block-start: 30px;
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    margin-block-end: 13px;
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-review {
    display: flex;
    justify-content: space-between;
    margin-block-start: 10px;
    align-items: center;
}

@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-review {
        justify-content: space-around;
    }
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-review .tbt-rating i {
    color: #f87204;
    cursor: url(../img/scrollingCursor.png), auto;
    block-size: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

.tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-review .tbt-date {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        max-inline-size: 100%;
        padding-block-start: 10px;
        padding-block-end: 10px;
        padding-inline-start: 80px;
        padding-inline-end: 80px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tbt-testimonial-style11 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
        max-inline-size: 100%;
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
        text-align: center;
    }
}

/*testimonial eleven end*/


/*========================*/


/*testimonial twelve start*/
.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a1e661;
    border-radius: 7px;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        flex-direction: column;
        padding-block-start: 20px;
        padding-block-end: 20px;
        padding-inline-start: 20px;
        padding-inline-end: 20px;
    }
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item:hover .tbt-client-img-shape::before {
    visibility: visible;
    opacity: 1;
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape {
    position: relative;
    z-index: 2;
    margin-inline-start: 20px;
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape::before {
    content: "";
    position: absolute;
    inset-inline-start: -8px;
    inset-inline-end: -8px;
    inset-block-start: -8px;
    inset-block-end: -8px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    border: 8px dotted #ff0000c9;
    animation: rotatingBorder;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

@keyframes rotatingBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape .tbt-client-img {
    position: relative;
    inline-size: 155px;
    block-size: 155px;
    z-index: 9999;
    border-radius: 50%;
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape .tbt-client-img img {
    block-size: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape {
        margin-inline-start: 0;
    }
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    flex-basis: 470px;
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

@media (max-width: 767px) {
    .tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        flex-basis: 270px;
        text-align: center;
    }
    .tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-rating-wrapper {
        margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
        margin-block-start: 5px;
    }
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-title {
    font-size: 22px;
    margin-block-end: 15px;
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-comment {
    color: #333;
}

.tbt-testimonial-style12 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile span.tbt-date {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-block-start: 15px;
    color: #333;
}


/*testimonial twelve end*/


/*========================*/


/*testimonial thirteen start*/

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: url(../img/scrollingCursor.png), auto;
    margin-inline-end: 30px;
    margin-inline-start: 30px;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    max-inline-size: 355px;
    padding-block-start: 25px;
    padding-block-end: 25px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    background: #d3f4e1;
    border-radius: 5px;
    position: relative;
    margin-block-end: 15px;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc::before {
    content: "";
    position: absolute;
    block-size: 30px;
    inline-size: 30px;
    background: #d3f4e1;
    inset-block-end: -15px;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    inset-inline-start: 50%;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-quote {
    block-size: 50px;
    inline-size: 50px;
    line-height: 50px;
    background: #47ce47;
    color: #fff;
    text-align: center;
    position: absolute;
    inset-inline-start: -25px;
    border-top-left-radius: 20px;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    margin-block-start: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    margin-block-end: 10px;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-rating {
    color: orange;
}

.tbt-testimonial-style13 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-title {
    font-size: 22px;
    color: #47ce47;
    text-align: center;
}

/*testimonial thirteen end*/


/*========================*/


/*testimonial fourteen start*/

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    border: 1px solid #eeeeee;
    flex-basis: 450px;
    border-radius: 10px;
    padding-block-start: 30px;
    padding-inline-end: 10px;
    padding-block-end: 30px;
    padding-inline-start: 30px;
    cursor: url(../img/scrollingCursor.png), auto;
}

@media (max-width: 767px) {
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    }
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: flex;
    margin-block-end: 20px;
    border: 1px solid #eeeeee;
    padding-block-start: 20px;
    padding-block-end: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
    border-radius: 90px;
    box-shadow: 0px 4px 5px #eee;
}

@media (max-width: 767px) {
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
        flex-direction: column;
        border-radius: 0;
        padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
        align-items: center;
        justify-content: center;
    }
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-bio {
        flex-basis: 80px;
    }
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 90px;
    block-size: 90px;
    position: relative;
    inset-inline-start: -42px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #baf6c0;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        inset-inline-start: 0;
    }
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    block-size: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
        text-align: center;
        margin-block-end: 15px;
    }
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        margin-block-start: auto;
        margin-block-end: auto;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
        margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    }
}

@media (min-width: 767px) {
    .tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
        margin-block-start: auto;
        margin-block-end: auto;
        margin-inline-start: 0;
        margin-inline-end: 0;
    }
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 20px;
    margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-block-end: 8px;
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating i {
    font-size: 14px;
    color: #fed716;
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    text-align: center;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    box-shadow: 0 2px 5px #eee;
    border-radius: 10px;
}

.tbt-testimonial-style14 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    line-height: 30px;
}

/*testimonial fourteen end*/


/*========================*/


/*testimonial fifteen start*/

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 450px;
    cursor: url(../img/scrollingCursor.png), auto;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-inline-start: 40px;
    padding-inline-end: 40px;
    text-align: center;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating-wrapper {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-rating i {
    color: #ff5e00;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc .tbt-client-comment {
    margin-block-start: 20px;
    margin-block-end: 20px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-size: 15px;
    font-style: italic;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img {
    inline-size: 90px;
    block-size: 90px;
    border-radius: 50%;
    overflow: hidden;
    border-top: 7px solid #df29a2;
    border-left: 7px solid #df29a2;
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-img img {
    block-size: 100%;
    object-fit: cover;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio {
    margin-block-start: 15px;
    text-align: center;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio .tbt-client-title {
    font-size: 22px;
    text-align: center;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-profile .tbt-client-bio span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .next-btn {
    inset-inline-end: -25px;
}

.tbt-testimonial-style15 .tbt-testimonial-item-wrapper .prev-btn {
    inset-inline-start: -25px;
}

@media(max-width:992px) {
    .tbt-testimonial-style15 .tbt-testimonial-item-wrapper .next-btn {
        inset-inline-end: -30px;
    }
    .tbt-testimonial-style15 .tbt-testimonial-item-wrapper .prev-btn {
        inset-inline-start: -30px;
    }
}



.tbt-testimonial-style10.tbt-testimonial-style16 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape {
    margin-inline-end: 0;
    margin-block-end: 0;
}
.tbt-testimonial-style10.tbt-testimonial-style16 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape::before {
    display: none;
}
.tbt-testimonial-style10.tbt-testimonial-style16 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-testi-desc {
    flex-basis: 0;
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.tbt-testimonial-style10.tbt-testimonial-style16 .tbt-testimonial-item-wrapper .tbt-testimonial-item {
    flex-direction: column-reverse;
}
.tbt-testimonial-style10.tbt-testimonial-style16 .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape .tbt-client-img {
    block-size: 150px;
    inline-size: 100%;
    margin-block-start: 20px;
}
.tbt-testimonial-style16 .tbt-client-bio {
    text-align: center;
    margin-block-start: 20px;
} 
.tbt-testimonial-style16 .tbt-client-bio .tbt-client-title {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.tbt-testimonial-style10.tbt-testimonial-style16  .tbt-testimonial-item-wrapper .tbt-testimonial-item .tbt-client-img-shape .tbt-client-img img {
    object-position: top!important;
}

.tbt-testimonial-style17 .tbt-testi-desc.tbt-slide-area-box-shadow {
    background: #181e48;
    padding-block-start: 25px;
    padding-block-end: 25px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
}
.tbt-testimonial-style17 .tbt-client-img {
    inline-size: 100%;
    block-size: 230px;
    border-radius: 0;
}
.tbt-testimonial-style17 .tbt-client-img img {
    object-fit: cover!important;
    object-position: center!important;
}
.tbt-testimonial-style17 .tbt-testi-desc.tbt-slide-area-box-shadow::before {
    content: "";
    position: absolute;
    inset-block-end: 0;
    inset-inline-end: 0;
    inline-size: 65px;
    block-size: 65px;
    background: #2c4575;
    border-top-left-radius: 100%;
}
.tbt-testimonial-style17 .tbt-testi-desc.tbt-slide-area-box-shadow .tbt-quote {
    position: absolute;
    inset-block-end: 14px;
    inset-inline-end: 14px;
    color: #fff;
    font-size: 18px;
}
.tbt-testimonial-style17 .tbt-client-title {
    color: #ca1550;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 1;
    margin-block-start: 15px;
}
.tbt-testimonial-style17 .tbt-rating-wrapper {
    margin-block-start: 30px;
}
.tbt-testimonial-style17 .tbt-client-comment {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}
.tbt-testimonial-style17 .tbt-testi-desc.tbt-slide-area-box-shadow span {
    color: #fff;
}
/*testimonial fifteen end*/


/*testimonial end*/