.blog-details-section img {
    width: 100%;
}

/* close */

/* heading */
.bike-detailing-heading {
    text-align: center;
}

.section-bike-detailing {
    padding: 40px 10px 0px 10px;
}

.bike-detailing-heading h1 {
    font-size: 30px;
    font-style: italic;
    text-transform: capitalize;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 800;
}

.bike-detailing-heading h1 span {
    color: #222;
}

@media (max-width:997px) {
    .bike-detailing-heading h1 {
        font-size: 30px;
    }
}

@media (max-width:768px) {
    .bike-detailing-heading h1 {
        font-size: 25px;
    }
}

@media (max-width:500px) {
    .bike-detailing-heading h1 {
        font-size: 22px;
    }
}

/* close */





/* section blog */
.blog-section {
    padding: 20px 10px;
}


.testimonials .item .profile0 img {
    /* border: 5px solid #222; */
    width: 100%;
    height: 100% auto;
    font-weight: 800;
    border-radius: 5px;
}

.testimonials .item .profile0 {
    margin-top: 0rem;
}

.testimonials .item h4 {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    margin: 17px 0px;
}

.testimonials .item a {
    text-decoration: underline;
    /* color: #222; */
    font-size: 15px;
    font-weight: bold;
}

.testimonials .item p {
    margin-bottom: 15px;
    font-size: 13px;
    /* line-height: 1.6em; */
    display: block;
    z-index: 2;
    /* font-style: italic; */
    color: #6c6c6c !important;
    /* text-align: justify; */
    width: 100%;
}

.testimonials .item a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: bold;
}

.testimonials .item span {
    color: #737070;
    font-size: 10px;
    float: right;
}

.testimonials .item {
    margin-top: 1rem;
}


/* blog style */
.testimonials #colum .bloggs {
    transition: 0.4s;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* margin-top: 3rem; */
}

.testimonials #colum .bloggs:hover {
    transition: 0.4s;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    margin-top: -25px;
}

/* pagination */
.pagination {
    justify-content: center;
    margin: 2rem 0rem;
}

#page-number {
    padding: 8px 15px;
    border: 1px solid #0000004f;
}

#pageNumbers {
    margin: 7px;
}

.page-number.active {
    background-color: #222;
    color: white;
    border: 1px solid #0000005c;
    margin: 0px 2px;
    padding: 7px 14px;
    cursor: pointer;
}

.page-number {
    border: 1px solid #0000005c;
    margin: 0px 2px;
    padding: 7px 14px;
    cursor: pointer;
}

.pagination button {
    background-color: #222;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #00000073;
}

.pagination button:disabled {
    background-color: #cfcfcf;
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 2px;
    color: black;
    border: 1px solid #00000073;
}


@media(max-width:998px) {
    #pageNumbers {
        margin: 7px;
        overflow-x: auto;
    }
}

/* close */