/* @font-face {
    font-family: 'Poppins-Regular';
    src: url('/fonts/Poppins-Regular.eot');
    src: url('/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/Poppins-Regular.woff') format('woff'),
        url('/fonts/Poppins-Regular.ttf') format('truetype'),
        url('/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AdobeGurmukhi-Bold';
    src: url('/fonts/AdobeGurmukhi-Bold.eot');
    src: url('/fonts/AdobeGurmukhi-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AdobeGurmukhi-Bold.woff2') format('woff2'),
        url('/fonts/AdobeGurmukhi-Bold.woff') format('woff'),
        url('/fonts/AdobeGurmukhi-Bold.ttf') format('truetype'),
        url('/fonts/AdobeGurmukhi-Bold.svg#AdobeGurmukhi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h5 { 
    font-family: 'AdobeGurmukhi-Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 46px;
    padding: 0px;
    margin: 0;
  }
  
  img {
    display: block;
    max-width: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;  
  }

   p {   
    font-family: 'Poppins-Regular';
    font-size: 17px;
    font-weight: 400;
    line-height: 27px; 
    color: #909090;
    padding: 0px;
    margin: 0;
  }
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

body {
    overflow-x: hidden;
}

.testimonial_section .testimonial__inner {
    padding: 68px;
    box-shadow: 0px 0px 10px #0000001F;
    border-radius: 15px;
}
.testimonial_box {
    display: flex;
    flex-direction: row;
}
.testimonial_imagebox {
    width: 35%;
}
.testimonial_content {
    width: 65%;
}

.testimonial_section .testimonial_imagebox .testimonial_img {
    margin-bottom: 30px;
}
.testimonial_section .testimonial_imagebox .testimonial_info {
    text-align: center;
}
.testimonial_section .testimonial_imagebox .testimonial_info h5 {
    
}
.testimonial_section .testimonial_imagebox .testimonial_info p {
    color: #505050;
}
.testimonial_section .testimonial_content .testimonial_content_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0px 90px;
}
.testimonial_section .testimonial_content .testimonial_content_text {
    margin-bottom: 54px;
}
.testimonial_section .testimonial_content .testimonial_content_img {
    margin-bottom: 80px;
}
.testimonial_section .testimonial_content .testimonial_content_img img {
    width: auto;
}


.testimonial_section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.testimonial_section .sliderbtn {
    position: relative;
    z-index: 51;
}
  .testimonial_section .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    background-color: transparent;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000029;
  }
  .testimonial_section .prev , .testimonial_section .next {
    position: absolute;
    z-index: 25;
    top: unset;
    bottom: 52px ;
  }
  .testimonial_section .prev  {
    right: 0 !important;
    left: 0 !important; 
  }
  .testimonial_section .prev::before {
    font-family: FontAwesome;
    content: "\f104";
    color: #5FB2AA;
    opacity: 1 !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .testimonial_section .prev:hover:before , .testimonial_section .next:hover:before {
    color: #fff !important;
    opacity: 1 !important;
  }
  .testimonial_section .prev:hover , .testimonial_section .next:hover{
    opacity: 1 !important;
    background-color: #5FB2AA !important;
  }
  .testimonial_section .next::before {
    font-family: FontAwesome;
    content: "\f105";
    color: #5FB2AA;
    opacity: 1 !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .testimonial_section .next {
    right: 0 !important ;
    left: 53px !important;
  } */