.startRate {
    cursor: pointer;
}

.startRate i {
    display: inline-block;
    margin: 0;
}

/* ----------------------------------------
Testimonial Card #COMPONENT
---------------------------------------- */


/* Slick Slider Styling */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li {
    margin: 0;
}

.slick-slide {
    outline: none !important;
}

.idesk-testimonial-card h4 {
    color: #4275f4;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.idesk-testimonial-card > h4:before,.idesk-testimonial-card > h4:after {
    content: '"';
}

.idesk-testimonial-card p {
    margin: 25px 0;
    color: #777777;
    font-size: 15px;
    font-weight: 400;
    max-width: 500px;
}

.idesk-testimonial-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    max-width: none;
}

.idesk-testimonial-icon img {
    width: 100%;
    height: 100%;
}

.idesk-testimonial-card .media-left {
    margin-top: 50px;
    padding-right: 0;
}



.idesk-testimonial-slider .slick-slide {
    background: #fff;
    padding: 30px;
    margin-right: 30px;
}

.idesk-testimonial-slider .idesk-testimonial-card p {
    line-height: 30px;
    font-style: italic;
    margin: 0 0 35px 0;
    position: relative;
}


.idesk-testimonial-card .media {
    margin-top: -15px;
    position: relative;
}

.idesk-testimonial-card .media .media-body {
    padding-bottom: 0px;
    padding-top: 35px;
}


.idesk-testimonial-slider .idesk-testimonial-card p::before {
    content: '\f10d ';
    font-family: 'FontAwesome';
    color: #f1f1f199;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.idesk-testimonial-card .media:before {
    content:'';
    display: block;
    width: calc(100% - 70px);
    height: 1px;
    position:absolute;
    top: 15px;
    left:0;
    background: #eee;
}

.idesk-testimonial-slider .slick-dots li button::before {
    border: 2px solid #c9c9c9;
    background: #f6f6f6;
    content: '';
    border-radius: 50%;
    height: 10px;
    width: 10px;
    opacity: 1;
}

.idesk-testimonial-slider .slick-dots li.slick-active button::before {
    background: #4275f4;
    border-color: #4275f4;
}

.idesk-testimonial-slider.slick-slider .slick-list {
    height: auto;
    padding-bottom: 75px;
}

@media(max-width:1200px) {
    .idesk-testimonial-card {
        padding: 20px;
    }
}
