.testimonial-container {
    position: relative;
}
.testimonial-container .left-content {
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index:2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.checkmark {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: var(--body_typography-font-family) !important;
  margin-top: 1rem;
}
.testimonial-style {
    width: 100%;
    padding: 30px 0 !important;
    /*height: 100%;*/
    overflow: initial!important;
}
.testimonial-style .swiper-wrapper {
    /* height: auto !important;*/
    /*height: 100%!important;*/
}
.testimonial-style .swiper-slide,
.testimonial-style-mobile .swiper-slide{
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    height: auto;
    flex-direction: column;
    padding: 50px;
    /*height: 100%;
        width: 40% !important;*/
    justify-content: center;
}
.testimonial-style .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-style .swiper-button-prev,
.testimonial-style .swiper-button-next,
.testimonial-style-mobile .swiper-button-prev, 
.testimonial-style-mobile .swiper-button-next{
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #a2c1d1;
    background-color: var(--awb-color1);
}
.testimonial-style-mobile .swiper-button-prev{
    border-radius: 0 20px 20px 0;
}
.testimonial-style-mobile .swiper-button-next{
    border-radius: 20px 0 0 20px;
}
.testimonial-style-mobile .swiper-button-prev:after {
    background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev.png') !important;
}
.testimonial-style-mobile .swiper-button-next:after {
    background-image:url('/wp-content/uploads/2022/05/Nav-Arrow.png') !important;
}
.testimonial-style .swiper-button-prev:after,
.testimonial-style .swiper-button-next:after,
.testimonial-style-mobile .swiper-button-prev:after,
.testimonial-style-mobile .swiper-button-next:after {
    font-size: 20px;
    color: var(--awb-color5);
}
.testimonial-style .swiper-button-prev.swiper-button-disabled,
.testimonial-style .swiper-button-next.swiper-button-disabled,
.testimonial-style-mobile .swiper-button-prev.swiper-button-disabled,
.testimonial-style-mobile .swiper-button-next.swiper-button-disabled{
    opacity: 0;
}
.testimonial-style .swiper-button-prev {
    left: calc(24.5% - 22px);
}
.testimonial-style .swiper-button-next {
    right: calc(24.5% - 22px);
}
.testimonial-style .swiper-pagination {
    width: auto !important;
    right: 20px;
    left: initial !important;
    bottom: 0 !important;
    border: 1px solid #d9d9d9;
    opacity: 0.99;
    border-radius: 5px;
    background: transparent linear-gradient(0deg, #efefef 0%, #e6e6e6 68%, #d9d9d9 100%) 0% 0% no-repeat padding-box;
    display: flex;
}
.testimonial-style .swiper-pagination-bullet {
    height: 9px !important;
    width: 25px !important;
    border-radius: 0;
    margin: 0 !important;
    background: transparent;
    pointer-events: none;
}
.testimonial-style .swiper-pagination-bullet-active {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 5px !important;
}
.testimonial-style .swiper-pagination-bullet:first-child {
    border-radius: 5px 0 0 5px;
}
.testimonial-style .swiper-pagination-bullet:last-child {
    border-radius: 0 5px 5px 0;
}
.testimonial-style .swiper-slide-active,
.testimonial-style-mobile .swiper-slide-active{
    background-color: #f8f7f4;
}

.testimonial-style .swiper-slide .theading{
    font-style: italic !important;
}
.testimonial-style .swiper-slide svg g,
.testimonial-style-mobile .swiper-slide svg g {
    fill: #d9d9d9;
}
.testimonial-style .swiper-slide-active svg g,
.testimonial-style-mobile .swiper-slide-active svg g {
    fill: var(--h3_typography-color);
}
.testimonial-style .swiper-slide-active .theading,
.testimonial-style-mobile .swiper-slide-active .theading{
    color: var(--awb-color4) !important;
    font-style: italic !important;
    font-family: var(--h2_typography-font-family);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
}
.testimonial-style .swiper-slide .theading,
.testimonial-style .swiper-slide p,
.testimonial-style-mobile .swiper-slide .theading,
.testimonial-style-mobile .swiper-slide p {
    color: #d9d9d9;
}
.testimonial-style .swiper-slide .theading{
    font-family: var(--h2_typography-font-family);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
}
.testimonial-style-mobile .swiper-slide .theading {
    font-size: 28px !important;
}
.testimonial-style .swiper-slide-active p,
.testimonial-style-mobile .swiper-slide-active p {
    color: var(--h3_typography-color);
}
.testimonial-style .swiper-button-prev:hover, .testimonial-style .swiper-button-next:hover {
    background-color: var(--awb-color5);
    border-color: var(--awb-color5);
}
.testimonial-style .swiper-button-prev:hover:after, .testimonial-style .swiper-button-next:hover:after {
    color: var(--awb-color1);
}
.testimonial-style .swiper-button-next:after,
.testimonial-style .swiper-button-prev:after{
    content: '';
    background-image: url('/wp-content/uploads/2022/05/Nav-Arrow.png') !important;
    background-position: center;
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
    height: 100%;
}
.testimonial-style .swiper-button-prev:after{
    background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev.png') !important;
}
.testimonial-style .swiper-button-next:hover:after{
    background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-hover.png') !important;
}
.testimonial-style .swiper-button-prev:hover:after{
    background-image: url('/wp-content/uploads/2022/05/Nav-Arrow-prev-hover.png') !important;
}
.testimonial-container a.btn, .testimonial-container a.btn:hover {
    background-color: var(--awb-color4);
    border-color: var(--awb-color4);
}
.testimonial-style-mobile{
    display: none;
}
.testimonial-style-mobile .swiper-slide-active p {
    margin: 0;
}
.tmobile-btn{
        display:none !important;
    }
.testimonial-style-mobile .swiper-pagination {
    position: relative;
    top: 4px;
}
.testimonial-style .swiper-slide-active h2 div, 
.testimonial-style-mobile .swiper-slide-active h2 div,
.testimonial-style .swiper-slide h2 div, 
.testimonial-style-mobile .swiper-slide h2 div{
    display: inline;
}
/* .testimonial-style .swiper-slide p {
    font-family: Avenir Next LT Pro Demi;
} */
.testimonial-style .swiper-slide-active h2 div br, .testimonial-style-mobile .swiper-slide-active h2 div br {
    display: none;
}
/* .testimonial-style .swiper-slide h2 span {
    font-family: Avenir Next LT Pro Demi;
} */
@media (max-width: 1100px) {
    #full-width .testimonial-container .left-content {
        padding: 30px 10px 30px 32px !important;
    }
    #full-width .testimonial-container .left-content p br,
    #full-width .testimonial-container .left-content p:empty {
        display: none;
    }
    #full-width .testimonial-container .left-content p {
        margin-bottom: 0;
        line-height: 1.2;
    }
    #full-width .testimonial-container .left-content img {
        width: 90px;
    }
    #full-width .testimonial-container .left-content h2 {
        line-height: 1.1 !important;
    }
    p.disclaimer {
        line-height: 1.2;
    }
    /*.testimonial-style .swiper-button-next {
        right: calc(24.5% - 22px);
    }
    .testimonial-style .swiper-button-prev {
        left: calc(24.5% - 22px);
    }*/
}
@media (max-width: 767px) {
    .testimonial-style-mobile{
        display: block;
    }
    #full-width .testimonial-container .left-content {
        position: static;
        width: 100%;
        height: auto;
        padding: 30px 32px 0 32px !important;
        /*padding-bottom: 0 !important;*/
    }
    .testimonial-style {
        display: none;
        padding: 30px 0!important;
    }
    .testimonial-style .swiper-button-next,
    .testimonial-style .swiper-button-prev {
        display: none;
    }
    .tdesktop-btn{
        display:none!important;
    }
    .tmobile-btn{
        display:inline-block !important;
    }
    .expand-testimonial-content[class] .theading {
    font-size: 18px !important;
            line-height: 1.2 !important;
}
    .testimonial-container .col-12 {
    padding: 0 7px;
}
    .home .testimonial-container .col-12 {
    padding: 0;
}
     .testimonial-container .swiper-button-prev, .testimonial-container .swiper-button-next {
            top: 50%;
            transform: translateY(-50%);
    }
    .testimonial-slider-style[class] > .fusion-row[class],
    .testimonial-slider-style > .fusion-row .fusion-column-wrapper{
        margin: 0 !important;
    }
    .testimonial-slider-style.hundred-percent-fullwidth > .fusion-row[class]{
        padding: 0 2% !important;
    }
}
