/*
Theme Name: EyeCare Partners Child
Description: Child theme for Eye Care Partners
Author: Glacial Multimedia
Author URI: https://www.glacial.com
Template: eye-care-partners
Version: 1.0.0
*/


.breadcrumbs-custom.default-page-title {
    margin-top: 180px;
}



  /* Testimonial Page start */

.page-id-1380 .testimonial-section .testimonial-text, .page-id-1380 .testimonial-section .testimonial-name{
    color:#fff;
}
.page-id-1380 .testimonial-section .testimonial-name{
    margin-bottom:30px;
    font-weight:500;
}
.page-id-1380 .testimonial-card{
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content:space-between;
    flex-direction:row;
    padding:20px;
    border:1px solid #fff;
    margin-bottom:30px;
    align-items:center;
    border-radius:20px;

}
.page-id-1380 .testimonial-text{
    width:85%;
}
/* Testimonial Page End */

@media (max-width: 768px) {
    ul.related-accordion-ul {
        column-count: 2 !important;
    }
    .page-id-1380 .testimonial-card{
        flex-wrap:wrap;
    }
    .page-id-1380 .testimonial-text{
        width:100%;
    }
}
@media (max-width: 480px) {
    ul.related-accordion-ul {
        column-count: 1 !important;
    }
}