.entry-content > .elementor {
    max-width: 100% !important;
}
/* section {
    background-color: #E5E5E5;
} */

.elementor-element-edit-mode .owl-carousel {
   display: block;
}
.elementor-element-edit-mode .inner_testi_slide{
    margin:20px 0px;
}
.testi_slide .inner_testi_slide{
  background: #fff;
  margin-left: 197px;
  /*padding: 65px 0;*/
}

.testi_slide .inner_testi_slide .col-3 {
    width: 29%;
    max-width: 100%;
    display: inline-block;
    margin-left: -142px;
}
.testi_slide .inner_testi_slide .col-9 {
    width: 71%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.testi_slide  .slider_thumb_img {
    position: relative;
}
.testi_slide  .slider_thumb_img::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    background-size: cover;
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    bottom: 0px;
}
.testi_slide .inner_testi_slide .slider_content {
    margin-left: 65px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 35px;
}
.testi_slide .inner_testi_slide .slider_content p {
    font-size: 24px;
    color: #000000;
    line-height: 35px;
    font-weight: 300;
    margin: 0;
}
.testi_slide .inner_testi_slide .slider_content .auth_det {
    display: block;
    margin-top: 35px;
}
.testi_slide .inner_testi_slide .slider_content .auth_det img {
    width: auto;
    height: 40px;
    max-width: 100%;
    display: inline-block;
    vertical-align: super;
}
.testi_slide .inner_testi_slide .slider_content .auth_det .auth_description {
  display: inline-block;
  margin-left: 24.285px;
  padding-left: 24.285px;
  vertical-align: top;  
  border-left: 1px solid #EBEBEB;
}
.testi_slide .inner_testi_slide .slider_content .auth_det .auth_description strong {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    display: block;
}

.testi_slide .inner_testi_slide .auth_det .auth_description div {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    color: #8D8D8D;
}

/* popup */
#popup_mem_vid {
    box-shadow: 5px 5px 25px #00000026;
    position: relative;
    background-color: #ddd;
    display: none;
    padding: 20px;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft img {
    display: inline;
    margin-right: 8px;
    vertical-align: middle;
    width: 17px;
    max-width: 100%;
}
.testi_slide .inner_testi_slide .slider_content .open-popup {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft a {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft div, .inner_testi_slide_ft a {
    border-bottom: 2px solid;
    padding: 2px;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft {
  margin-top: 20px;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft div {
    border-color: #0026A8;
    margin-right: 24px;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft #fancy-video a {
  border-color: #0026A8;
}
.testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft a {
    border-color: #6D9AF3;
}
.testi_slide .inner_testi_slide .slider_content .close-icon img {
    margin-right: 0;
    margin-left: auto;
    width: 16px;
    cursor: pointer;
}
.testi_slide .owl-nav button.owl-next {
  position: absolute;
  top: -1.2%;
  left: 99%;
}
.testi_slide .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    right: 103%;
}
.testi_slide .owl-nav .owl-prev::before {
    content: '';
    position: absolute;
    background-image: url(../img/left.png);
    height: 20px;
    width: 68px;
    background-repeat: no-repeat;
}
.testi_slide .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    background-image: url(../img/right-er.png);
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;    
    top: 46.5%;
}

.testi_slide .owl-nav .owl-prev span,
.testi_slide .owl-nav .owl-next span {
    display: none;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 50rem;
    height: 24rem;
    border-radius: 0.5rem;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button:hover {
    background-color: darkgray;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.slider_thumb_img img  {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 50%;
}


.slider_thumb_img{
  width: 260px;
 height: 260px;
 background-size: cover;
 display: block;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 
 margin: 70px 0;
  /* position: relative;
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #C4C4C4; */
}
.slider_thumb_img img {
  width: 100%;
  height: auto;
  border-radius: 0%!important;
}
.slider_thumb_img:hover{
  border-radius: 50%;
}
.slider_thumb_img img:hover {
  border-radius: 0%!important;
}
#fancy-video{
  margin-right: 24px;
}

.fancybox-toolbar {
  right: 25%!important;
  top: 11%!important;
}
.fancybox-button{
  border-radius: 50% !important;  
}

@media (max-width: 1199px) and (min-width: 1024px) {
  .testi_slide .inner_testi_slide .col-3 {
    margin-left: -130px;
  }
}
@media screen and (max-width:1024px) and (min-width:921px){
  .testi_slide .owl-nav button.owl-prev{
    right: 98%;
  }
  .testi_slide .owl-nav button.owl-next {
    left: 93%;
}
.fancybox-toolbar {
  right: 17%!important;
  top: 5%!important;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
  .testi_slide {
    padding: 40px;
  }
  .testi_slide .inner_testi_slide .col-3 {
    width: 23%;
    margin-left: -123px;
  }
  .testi_slide .inner_testi_slide .col-9 {
    width: 77%;
  }
  .testi_slide .inner_testi_slide .slider_content {
    margin-left: 35px;
  }
  .testi_slide .inner_testi_slide .slider_content .auth_det {
    margin-top: 15px;
  }
  .testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft {
    margin-top: 15px;
  }
}
@media (max-width: 921px) and (min-width: 768px) {
  .testi_slide .owl-nav .owl-next::after{
    left: -15px;
  }
  .slider_thumb_img{
    margin:100px 0;
  }
  .fancybox-toolbar {
    right: 5%!important;
    top: 4%!important;
}
  .testi_slide .inner_testi_slide{    
    margin-left: 160px;
  }
  .testi_slide .inner_testi_slide .slider_content,
  .testi_slide .inner_testi_slide .slider_content p{    
    font-size: 20px;
    line-height: 25px;
  }
  
  .slider_thumb_img {
    width: 200px!important;
    height: 200px!important;
  }
  .testi_slide .inner_testi_slide .col-9 {
    width: 90%;
}
.testi_slide .owl-nav button.owl-prev{  
  top: 46%;
  right: 98%;
}
.testi_slide .owl-nav button.owl-next{
  top: 7.1%;
  left: 92%;
  height: 81.6%!important;
}
  .testi_slide .inner_testi_slide .slider_content {
    margin-left: 95px;
}
  .testi_slide .owl-nav .owl-next::after{
    top: 42%;
  }
}
@media screen and (min-width:768px){

  .owl-item{
    height:400px;
  }
  
.testi_slide .owl-nav button.owl-next{
  background-color: #fff !important;
    width: 8.5%;
    height: 100%;
}
.display_desktop{
  display: block;
}
.display_mobile{
  display: none!important;
}
}

@media (max-width: 768px) {
  .owl-item{
    height:350px;
  }
  .slider_thumb_img{
    margin:75px 0;
  }
  .testi_slide .owl-nav button.owl-next {
    top: 8%;
    left: 92%;
    height: 79.5%!important;
}
}
@media (max-width: 767px) {

  .fancybox-toolbar {
    right: 0!important;
    top: 19%!important;
}

  .testi_slide .slider_thumb_img::before {
    width: 64px;
    height: 64px;
    top: 17%;
    left: 40%;
}
.owl-theme .owl-nav {
  margin-top: 23px!important;
}
  .display_desktop{
    display: none!important;
  }
  .display_mobile{
    display: block;
  }
  .owl-item .slider_thumb_img.display_mobile{
    position: initial;
    height: 160px;
    overflow: visible;
    z-index: 99999;
    width: 160px;
    margin-bottom: -60px!important;
    margin: auto;
    background-position: center;

  }
  .owl-item .inner_testi_slide{
    z-index: -9999;
    position: relative;
} 
.testi_slide .inner_testi_slide .slider_content{
  margin-top: 64px;
} .owl-item .item {
    position: relative;
    z-index: 9;
  }
  .owl-item{
    height:730px;
  }
  .owl-theme .owl-nav {
   background-color: #fff;
}
  /* section {
    padding-top: 200px;
  } */
  .testi_slide .inner_testi_slide .col-3 {
    width: 100%;
    margin: 0;
    display: block;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img {
    margin-top:-150px;
    margin-left: auto;
    margin-right: auto;
  }

  .testi_slide .inner_testi_slide .slider_thumb_img img {
    margin: 0 auto;
    position: relative;
    width: 160px;
    height: 160px;
    max-width: 100% ;
    top: -63px ;

  }
  .testi_slide .inner_testi_slide .slider_thumb_img::before {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .testi_slide {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img img {
    position: relative;
    top: -148px;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img::before {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 1;
    height: 64px;
    width: 64px;
    background-size: contain;
  }
  .testi_slide .inner_testi_slide .slider_content .auth_det .auth_description {
    margin-left: 0;   padding: 0;
    border-left-width: 0px;
  }
  /* .testi_slide .inner_testi_slide .slider_thumb_img {
    margin-bottom: -70px;
  } */
  .testi_slide .inner_testi_slide .col-9 {
    width: 100%;
  }
  .testi_slide .inner_testi_slide .slider_content {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .testi_slide .inner_testi_slide .col-9 {
    width: 100%;
    margin: 0;
  }
  .testi_slide .inner_testi_slide .slider_content {
    margin: 0;
  }
  .testi_slide .inner_testi_slide .slider_content .auth_det {
    display: block;
    text-align: center;
    margin-top: 32px;
  }
  .testi_slide .inner_testi_slide .slider_content .auth_det img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .testi_slide .inner_testi_slide .slider_content p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .testi_slide .inner_testi_slide .slider_content .inner_testi_slide_ft {
    text-align: center;
    margin-top: 48px;
  }

  .testi_slide .inner_testi_slide {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 130px;
  }
  .testi_slide .owl-nav button.owl-next {
    position: relative;
    left: 0;
    top: -20px;
  }
  .testi_slide .owl-nav button.owl-prev {
    position: relative;
    right: 50px;
  }
  .testi_slide .owl-nav {
    position: relative;
    top: -58px;
  }
  .testi_slide .owl-nav .owl-next::after{
    background-image: url(../img/mob-right-er.png);
    height: 18px;
    width: 30px;
  }
  .testi_slide .owl-nav .owl-prev::before{
    background-image: url(../img/mob-left-er.png);
    height: 18px;
    width: 30px;
    top: -20px;
  }
}
@media (max-width: 414px) {
  .testi_slide  {
    padding: 15px 0px 50px 0px;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img img {
    width: 160px;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img img {
    top: -50px;
  }
  .testi_slide .inner_testi_slide .slider_thumb_img::before {
    width: 64px;
    height: 64px;
    background-size: contain;
    bottom: 0;
  }
  .testi_slide .inner_testi_slide .slider_content .auth_det .auth_description {
    margin: 0;

  }
  .testi_slide .inner_testi_slide {
    padding-bottom: 60px;
  }
}
@media (max-width: 411px){
  .fancybox-toolbar {
  right: 0!important;
  top: 28%!important;
}}
@media (max-width: 375px){
  .fancybox-toolbar {
  top: 25%!important;
}}