/* Testimonials swiper video 1.0.0 */
.lvd-testimonials-sv .lvd-container                             {position:relative; 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                        {z-index:4; position:absolute; right:-25px !important; top: calc(50% - 25px); width: 50px !important; height: 50px !important; border-radius:25px; background: var(--lvd-color-white); color: var(--lvd-color-black) !important; text-align: center!important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-testimonials-sv .swiper-button-next:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-sv .swiper-button-next:after                  {font-size:24px !important;  font-family: 'icomoon' !important; content: "\e94e"; line-height: 50px; margin-right:-4px;}
.lvd-testimonials-sv .swiper-button-prev                        {transform: rotate(180deg); z-index:4; position:absolute; left:-25px !important; top: calc(50% - 25px); width: 50px !important; height: 50px !important; border-radius: 25px; background: var(--lvd-color-white); color: var(--lvd-color-black) !important;  text-align: center!important; vertical-align:middle; box-shadow: var(--lvd-shadow-100);}
.lvd-testimonials-sv .swiper-button-prev:hover                  {background:var(--lvd-color-gray-200);}
.lvd-testimonials-sv .swiper-button-prev:after                  {font-size:24px !important;  font-family: 'icomoon' !important; content: "\e94e"; line-height: 50px; margin-right:-4px;}

.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:64px 0 64px 72px; 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:16px; 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:24px !important; margin-left:24px !important; padding-left:0; padding-right:0;}
.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; }  
.lvd-testimonials-sv .swiper-button-next                         {top: calc(50% - 96px);  right: -16px !important; width: 40px !important; height: 40px !important; border-radius:20px;}
.lvd-testimonials-sv .swiper-button-next:after                   { font-size:20px !important; line-height: 40px; margin-right:-3px;}
.lvd-testimonials-sv .swiper-button-prev                         {top: calc(50% - 96px); left: -16px !important; width: 40px !important; height: 40px !important; border-radius:20px;}
.lvd-testimonials-sv .swiper-button-prev:after                   {font-size:20px !important; line-height: 40px; margin-right:-3px; }
}

/* 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; }  
}

/* Full HD */
@media (min-width:1024px) and (max-width:1344px)
{
.lvd-testimonials-sv                                             {padding-right:32px !important; padding-left:32px !important;}
}