.reviews-left_container .lSPager li.active {
    background-color: #0055a5;
    border: 1px solid inherit;
}
.reviews_container {
    position: relative;
    width: 100%;
    justify-content: center;
    /*added acf color field*/
    background: #f3f3f3;
    overflow: hidden;
}

.single-veterinarians .reviews_container{
    margin-top:-20px;
}


i[class*="fa-"], span[class*="fa-"] {
    display: inline-block;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    top: -10px;
    vertical-align: middle;
    max-width: 100%;
}
.reviews-top_triangle {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    position: absolute;
    z-index: 10;
    background: #fff;
    left: -10%;
    height: 31%;
    width: 150%;
    top: -5%;
}

.reviews-review_main_container li{
    height: 300px;
}

.reviews-left_container {
    position: relative;
    padding-top: 9vh !important;
    padding-bottom: 9vh !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reviews-right_container {
    height: 100%;
}

.reviews-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.reviews-background_image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.reviews-review_title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom:0px;
    color: #2B4360;
}

.reviews-review_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: left;
}

.reviews-review_bubble {
    text-align:center;
    width: 80%;
    /*added acf color option*/
    border-radius: 4px;
    width: 65%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.reviews-review_quote {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.reviews-review_text {

    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    /*max-height: 70px;*/
    /*overflow: hidden;*/
}
.hidden-review{
    display: none;
}
.rm-link{

    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.reviews-review_triangle {
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    /*added acf color option*/
    border-color: #5598CA transparent transparent transparent;
    margin: 0;
}

.review-reviewer_name {

    font-size: 18px;
    line-height: 32px;
    /*added acf color option*/
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:0px;
}

.review-reviewer_source {

    font-weight: 300;
    font-size: 16px;
    color: #5598CA;

}

.reviews-left_container .lSPager li {
    display: inline-block;
    height: 10px;
    width: 40px;
    margin: 3px;
    background: #fff;
    border: 1px solid #cecece;
}

.review_quotes {
    padding: 12px;
    width: 80px !important;
    height: 80px !important;
    opacity: 100%;
}

.lSPager>li {
  height: 15px !important;
  width: 15px !important;
  border-radius: 50px;
  border:1px solid #e2e2e2;
}

.lSPrev {
  left: 8vw !important;
}
.lSNext {
  right: 8vw !important;
}



.reviews-left_container .lSAction > a {
    border: none;
}

.reviews-left_container .lSPager li a {
    display: none !important;
}
@media all and (max-width:500px){
    .reviews-review_container {
      height:auto !important;
    }
    .reviews-review_title {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1em;
        padding: 10px;
    }
}
@media all and (max-width:767px){
    .reviews-top_triangle {
        height: 20%;
    }

    .reviews-left_container {
    }

    .reviews-background_image {
        display: none;
    }
}

@media all and (min-width:768px){
    .single-veterinarians .reviews_container{
        margin-top:-50px;
    }
    .reviews-left_container {
    }
}

@media all and (max-width:999px){

}

@media all and (min-width:1000px){
    .single-veterinarians .reviews_container{
        margin-top:-80px;
    }
}

@media all and (min-width:1300px){

    .reviews-left_container {
        padding-top: 13%;
    }
}
