/* Testimonials slide video 1.0.0 */
.lvd-testimonials-sv .lvd-container                             {border-radius:var(--lvd-rounded-md);}
.lvd-testimonials-sv .lvd-section-title                         {color:var(--lvd-color-black); }

/*swiper*/
.lvd-testimonials-sv-swiper                                     {border-radius:var(--lvd-rounded-md);}
.lvd-testimonials-sv .swiper                                    {position:relative;}
.lvd-testimonials-sv .swiper-wrapper                            {z-index:2; position:relative; margin:0 auto;}
.lvd-testimonials-sv .swiper-button-next                        {top: 20px !important; right:20px !important; width: 40px !important; height: 40px !important; border-radius:20px; margin-top: auto !important;color: var(--lvd-color-black) !important; text-align: center!important; vertical-align:middle;}
.lvd-testimonials-sv .swiper-button-next:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-sv .swiper-button-next:after                  {font-size:18px !important;}
.lvd-testimonials-sv .swiper-button-prev                        {top: 20px !important;left:auto !important; right:70px !important; width: 40px !important;height: 40px !important; border-radius:20px; margin-top: auto !important;color: var(--lvd-color-black) !important;  text-align: center!important; vertical-align:middle;}
.lvd-testimonials-sv .swiper-button-prev:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-sv .swiper-button-prev:after                  {font-size:18px !important;}

.lvd-testimonials-sv .lvd-details                               {text-align:center; order:2; }  
.lvd-testimonial-video .lvd-video                               {border-radius:var(--lvd-rounded-md);} 
.lvd-testimonials-sv .lvd-testimonial-text .lvd-text-container  {padding:60px 0 60px 80px; position:relative;}                    
.lvd-testimonials-sv .lvd-q                                     {font-size:120px; height:120px; position:absolute; top:-16px; left:50%; margin-left:-16px; z-index:1; opacity:0.1; line-height:1;}
.lvd-testimonials-sv .lvd-text-container .lvd-text              {z-index:2;}

.lvd-testimonials-sv .lvd-img.lvd-image-filter img              {filter: brightness(1.2) grayscale(100%); transition: all .3s;}
.lvd-testimonials-sv .lvd-img.lvd-image-filter img:hover        {filter: none;}
.lvd-testimonials-sv .lvd-img img                               {width:150px; height:150px; object-fit: cover; object-position: center; border-radius:75px; }

.lvd-testimonials-sv .lvd-stars                                 {margin-bottom:20px; color:var(--lvd-color-success);} 
.lvd-testimonials-sv .lvd-stars span                            {margin-right:6px;}
.lvd-testimonials-sv .lvd-4stars                                {width:87px; overflow:hidden;}
.lvd-testimonials-sv .lvd-3stars                                {width:64px; overflow:hidden;}

.lvd-testimonials-sv .lvd-metadata                              {font-weight:700; color:var(--lvd-color-black);}

/* transparent */
.lvd-testimonials-sv .lvd-style-transparent.lvd-testimonials-sv-swiper       {box-shadow:unset; background:none;}
/* accent */
.lvd-testimonials-sv .lvd-style-accent.lvd-testimonials-sv-swiper .lvd-metadata    {color:var(--lvd-color-white);}
.lvd-testimonials-sv .lvd-style-accent.lvd-testimonials-sv-swiper .swiper-button-next {color: var(--lvd-color-white) !important;}
.lvd-testimonials-sv .lvd-style-accent.lvd-testimonials-sv-swiper .swiper-button-next:hover {color: var(--lvd-color-primary) !important;}
.lvd-testimonials-sv .lvd-style-accent.lvd-testimonials-sv-swiper .swiper-button-prev   {color: var(--lvd-color-white) !important;}
.lvd-testimonials-sv .lvd-style-accent.lvd-testimonials-sv-swiper .swiper-button-prev:hover {color: var(--lvd-color-primary) !important;}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-testimonials-sv                                             {margin-right:10px !important; margin-left:10px !important;}
.lvd-testimonials-sv .lvd-section-title                          {padding:0 40px;}
.lvd-testimonials-sv .lvd-video-container, .lvd-testimonials-sv .lvd-text-container  {order:2;}
.lvd-testimonials-sv .lvd-details                                {order:1;} 
.lvd-testimonials-sv .lvd-testimonial-text .lvd-text-container   {padding:0 20px 40px 20px;}  
.lvd-testimonials-sv .lvd-img                                    {margin:0 auto 40px auto; text-align:center;}
.lvd-testimonials-sv .lvd-img img                                {margin-right:0;}
.lvd-testimonials-sv .lvd-content                                {width:100%;}
.lvd-testimonials-sv .lvd-stars                                  {margin:0 auto 20px auto;} 
.lvd-testimonials-sv .lvd-stars span:first-child                 {margin-left:6px;}
.lvd-testimonials-sv .lvd-q                                      {font-size:120px; top:-130px; }  
}

/* Bt */
@media (min-width:768px) and (max-width:1023px)
{
.lvd-testimonials-sv                                             {margin-right:20px !important; margin-left:20px !important;}
.lvd-testimonials-sv .lvd-section-title                          {padding:0 40px;}
.lvd-testimonials-sv .lvd-video-container, .lvd-testimonials-sv .lvd-text-container  {order:2;}
.lvd-testimonials-sv .lvd-details                                {order:1;} 
.lvd-testimonials-sv .lvd-testimonial-text .lvd-text-container   {padding:0 60px 60px 60px;}  
.lvd-testimonials-sv .lvd-img                                    {margin:0 auto 40px auto; text-align:center;}
.lvd-testimonials-sv .lvd-img img                                {margin-right:0;}
.lvd-testimonials-sv .lvd-content                                {width:100%;}
.lvd-testimonials-sv .lvd-stars                                  {margin:0 auto 20px auto;} 
.lvd-testimonials-sv .lvd-stars span:first-child                 {margin-left:6px;}
.lvd-testimonials-sv .lvd-q                                      {font-size:120px; top:-130px; }  
}