    .border-gradient { 
        border: 10px solid;
        border-image-slice: 1;
        border-width: 2px;
    }
    .border-gradient-purple {
        border-image-source: linear-gradient(to left, #e66874d9, #ca9bb9);
        position: relative;
        padding-bottom: 43px;
        width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin: 0 auto;
        margin-bottom: 38px;
    }
    .images
    {
        width: 250px;
        margin-top: 10px; 
        margin-bottom: 100px;
        position: relative;
    }


    .btn-testimonial .btn {
        border-radius: 20px;
        padding: 7px 20px;
    }
    .btn-testimonial .btn:hover{
        color: #000;
    }
    .btn-testimonial .btn:before, .btn-testimonial .btn:after{
        border-radius: 20px;
    }
    
    .btn-testimonial {
        position: absolute;
        bottom: -23px;
        left: 0;
        width: 100%;
    }
    .btn-2 {
        background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
    }
    .images1
    {
        width: 85%;
        position: relative;
    }

    .right-border
    {
        border-right: 1px solid #f5f5f5;
    }
    .size-custom-h5{
        font-size: 23px;
        line-height: 30px;
        padding-top: 20px;
    }
    .testimonial-section .fa {
       color: rgb(201 31 37 / 46%);
        font-size: 22px;
        margin-right: 8px;
        position: absolute;
    }
    .testimonial-quote {
        position: relative;
        display: inline-block;
        font-style: italic;
        font-weight: 500;
        font-size: 14.5px;
        line-height: 1.6;
    }
    .testimonial-section  i.fa.fa-quote-left {
        left: -22px;
        top: -12px;
    }
    .testimonial-section  i.fa.fa-quote-right {
        bottom: -9px;
        right: -26px;
    }
    .border-bottom-style {  
        border-bottom: 1px dotted #d3c1c1;
    }
    .testimonial-person {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }
    .testimonal-hospital-name {
      padding: 42px 14px 0px 14px;
     
    }
    .testimonial-section .owl-nav {
        top: initial;     
        bottom: 11px;
        text-align: center;
    }
    .testimonial-section  .owl-carousel .owl-nav button.owl-prev ,
    .testimonial-section  .owl-carousel .owl-nav button.owl-next{  
        float: none;
        padding: 10px;
        top: 45%;
        width: 30px;
        height: 30px;
        margin: 3px;
        line-height: 8px;
    }
    .testimonial-section  .owl-item, .owl-item.active,
    .testimonial-section .owl-item:not(.center) > div:hover {
         opacity: 1!important;
    }

                    /* Small devices (portrait tablets and large phones, 600px and up) */
    
    @media only screen and (max-device-width:767px) {
  
        .testimonial-section {
            text-align: center;
        }
        .testimonial-section .padding-30px-all {
        padding: 25px 0px;
       }
       
    }

    @media only screen and (max-width: 800px) {
    .border-gradient-purple {
        -ms-flex: 0 0 94%;
         flex: 0 0 94%;
         max-width: 94%;
         margin-bottom: 38px;
     }
    }
    @media only screen and (max-width: 767px) {
        .testimonal-hospital-name {
            padding: 0px 14px 0px 14px;
        }
        .padding-20px-tb {
            padding-top: 9px;
            padding-bottom: 5px;
        }
        .size-custom-h5 {
            font-size: 19px;
            line-height: 21px;
            margin-top: 9px !important;
        }
        .testimonial-section i.fa.fa-quote-left {
            left: 0px;
        }
        .testimonial-section i.fa.fa-quote-right {
            right: -6px;
        }
        
        

    }