.slick-prev_blue:before ,.slick-next_blue:before {
    color: #004665 !important; 
  }
    .slick-dots {
        text-align: center; 
        margin-top: 20px; 
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 5px; 
        width: 12px;
        height: 12px; 
        border-radius: 10px; 
        background-color: #6fa6b4; 
        transition: background-color 0.3s ease-in-out; 
    }


    .slick-dots li.slick-active {
        background-color: white; 
    }
    .slick-prev,
    .slick-next {
        font-size: 0; 
        line-height: 0;
        height: 30px;
        width: 30px;
    }
    .slick-prev:before {
        content: "\f053";
        font-size: 28px;
        color: white; 
        font-weight: bold; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .slick-next:before {
        content: "\f054"; 
        font-size: 28px;
        color: white; 
        font-weight: bold; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    .testimonial-name{
        margin-bottom: -20px !important;
    }
    .testimonial {
        display: flex;
        align-items: stretch;
        margin-bottom: 20px; 
        padding-left: 70px;
        padding-right: 70px;
    }
    .testimonial-info {
        flex-grow: 1;
        background-color: rgba(255, 255, 255, 1); 
        justify-content: center;
        padding-top: 20px;
        border-top-left-radius: 30px; 
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px; 
        border-bottom-right-radius: 30px;
        margin-left: -30px;
    }
    .testimonial-text h3 {
        font-size: 30px;
        color: rgba(0,71,101,255);
        margin-bottom: 20px;
        font-weight: 500;
        margin-left: 20px;
    }

    .testimonial-comment p {
        font-size: 16px;
        color: rgba(0,71,101,255);
        line-height: 1.4;
        margin-left: 20px;
    }
    .testimonial-img-carrousel {
        min-width: 300px; 
        width: 300px; 
        object-fit: cover;
        border-top-left-radius: 30px; 
        border-bottom-left-radius: 30px;
    }
    .testimonial-img-min{
        width: 0px; 
        height:  0px; 
        align-self: center;

    }
    .testimonial-img-container {
        display: flex;
        justify-content: center; 
        align-items: center; 
        padding-top: 0px;

    }
    .testimonial-text h3,
    .testimonial-text p {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    @media (max-width: 560px) {
    	.slick-dots {
	    bottom: -50px;
	}
    }
    @media (max-width: 768px) {
        .testimonial {
            padding-left: 10px;
            padding-right:  10px;
            align-items: center;
        }
        .testimonial-img-carrousel{
            width: 0px;
	    min-width: 0;
            height:  0px; 
        }
        .testimonial-info   {
            height:  auto; 
            margin-left: 00px;
            padding-top: 0px;
        }
        .testimonial-text h3 {
            font-size: 30px;
            margin-bottom: 1px;
            padding-top: 20px;
        }
        .testimonial-comment p {
            font-size: 20px;
            padding-top: 20px;
            margin-right: 20px;
        }
        .testimonial-img-min{
            width: 140px; 
            height:  140px; 

        }
        .testimonial-img-container {
            padding-top: 20px;
        }
    
    }
