.gotdirt-mostbookservices {
    padding: 0 0 100px;
    position: relative;
}

.mostbookservices-slider {
    padding-top: 50px;
}

.gotdirt-mostbookservices .heading-with-content h2 {
    margin-bottom: 15px;
    line-height: 1;
}

.gotdirt-mostbookservices .heading-with-content p {
    max-width: 720px;
    line-height: 27px;
}

.gotdirt-mostbookservices .swiper {
    width: 100%;
    height: 100%;
}

.heading-with-content {
    position: relative;
}

.gotdirt-mostbookservices .swiper-slide {

    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px !important;
}

.gotdirt-mostbookservices .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gotdirt-mostbookservices .reviews-line {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.gotdirt-mostbookservices .reviews-line span {
    color: #a1a1a1;
    margin-right: 5px;
    font-size: 12px;
}

.gotdirt-mostbookservices .reviews-line span strong {
    color: #000;
}

.gotdirt-mostbookservices h3 {
    max-width: 333px;
    line-height: 28px;
    margin-top: 15px;
}

.gotdirt-mostbookservices .mostbookservices-slide span.services-name {
    font-size: 14px;
    color: #a1a1a1;
    margin: 10px 0;
    display: block;
}



.slider-arrows {

    position: absolute;
    right: -10px;
    top: 23px;

}

.slider-arrows .swiper-button-next {
    position: inherit;
}

.slider-arrows .swiper-button-next .swiper-button-prev {
    position: inherit;
}

.slider-arrows .swiper-button-next {
    background: linear-gradient(to right, #EC1F27, #770000);
    width: 32px;
    height: 36px;
    border-radius: 5px;
    display: flex;
}

.slider-arrows .swiper-button-next::after {
    content: none;
}

.slider-arrows .swiper-button-next img {
    /* position: relative;
    right: -5px; */
}

.slider-arrows .swiper-button-prev {
    background: linear-gradient(to right, #EC1F27, #770000);
    width: 32px;
    height: 36px;
    border-radius: 5px;
    left: -90px;
    display: flex;
}

.slider-arrows .swiper-button-prev::after {
    content: none;
}

.slider-arrows .swiper-button-prev img {
    /* position: relative;
    right: -5px; */
}

.slider-arrows .swiper-button-prev img {
    transform: rotate(180deg);
}

.mostbookservices_image{
    height: 300px;
    border: 2px solid #EC1F27;
    border-radius: 15px;
}

.mostbookservices_image img{
    border-radius: 13px;
}