.writerBio {
    padding: 40px 0;
}

.writerBioWrapper {
    display: flex;
    align-items: flex-start;
}

.aboutWriterWrapper {
    max-width: 275px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    max-height: 375px;
    height: 100%;
    position: sticky;
    top: 90px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(237, 240, 244);
    border-image: initial;
    border-radius: 20px;
    padding: 35px 20px;
}

.writerImage {
    max-width: 80px;
    width: 100%;
    padding: 5px;
    border: 1px solid #EDEDEE;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 auto;
}

.writerImage img {
    width: 100%;
    border-radius: 50%;
}


.aboutWriterHead {
    padding-bottom: 20px;
    border-bottom: 1px solid #CFDEF0;
}

.aboutWriterHead h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 7px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #92ABC9;
    padding-right: 10px;
    text-align: center;
}

.totalReviews {
    color: #92ABC9;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-top: 7px;
    text-align: center;
}

.totalOrders {
    padding-top: 25px;
    width: 100%;
}

.totalOrders {
    padding: 25px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.totalOrders span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #1787E4;
}

.hireWriter {
    background-color: #117BD4;
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.writerInfoWrapper h2,.writerInfoWrapper h1 {
    color: #01305C;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    padding-bottom: 20px;
}

.writerInfoWrapper .desc {
    font-weight: 450;
    font-size: 15px;
    line-height: 25px;
    color: #14181B;
    padding-bottom: 40px;
}

.ordersHistory {
    background: #f5f9ff;
    padding: 32px 60px 15px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.ordersHistory ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ordersHistory ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 211px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 5px solid #fff;
    position: relative;
    margin-right: 30px;
}

.ordersHistory ul li span {
    font-weight: 450;
    font-size: 13px;
    line-height: 20px;
    color: #34383C;
}

.filled {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    height: 5px;
    background-color: #117BD4;
    border-radius: 100px;
}

.customReviewsWrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}

.reviewCard {
    max-width: 48%;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EDF0F4;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 32px 20px;
    margin-bottom: 20px;
    text-align: center;
    display: none;
}

p.cust_id {
    color: #92ABC9;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CFDEF0;
    margin-bottom: 20px;
}

p.category {
    color: #117bd4;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}

p.date {
    font-weight: 450;
    font-size: 16px;
    line-height: 20px;
    color: #92abc9;
    margin-top: 50px;
}

p.review {
    font-weight: 450;
    font-size: 15px;
    line-height: 20px;
    color: #34383C;
    text-align: center;
}

.showReviews {
    outline: none;
    max-width: 130px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #99B0CC;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #99B0CC;
    margin: 20px auto;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s ease all;
}

.showReviews:hover {
    border-color: #658DBE;
}
.ordersHistory ul li:nth-child(3n+0) {
    margin-right: 0;
}
.ordersHistory ul li:last-child {
    margin-right: 0;
}

.writerBlogs{
    padding: 30px 0 60px 0;
    width: 100%;
}
.writerBlogs h2{
font-weight: 700;
font-size: 22px;
line-height: 20px;
color: #01305C;
}
.singleBlog{
    background-color: #FFFFFF;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
    border-radius: 7.31922px;
    padding: 40px 25px;
    display: block;
    max-width: 99%;
    margin: 0 auto;
}
.writerInfoWrapper {
    max-width: 74%;
    width: 100%;
}

.blogTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #01305C;
    padding-bottom: 24px;
    min-height: 85px;
}
.readBtn {
    display: flex;
    align-items: center;
}
.readBtn img{
    max-width:20px;
    width: 100%;
    height:20px;
    margin-right: 8px;
    display: block;
}
.readBtn span{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #01305C;
}
.blogswrapper {
    position: relative;
    width: 100%;
}
.blogSwiperBtns {
    max-width: 70px;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0;
}
.blogswrapper .swiper-wrapper {
    padding: 30px 0;
}
.blogSwiperBtns .swiper-button-next,
.blogSwiperBtns .swiper-button-prev {
    max-width: 29px;
    width: 100%;
    height: 29px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #117BD4;
    background-color: #117BD4;
    opacity: 1;
}
.blogSwiperBtns .swiper-button-next{
    right:0;
}
.blogSwiperBtns .swiper-button-prev{
    left:0;
}
.blogSwiperBtns  .swiper-button-next:after{
    content: 'next';
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.blogSwiperBtns  .swiper-button-prev:after{
    content: 'prev';
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
.blogSwiperBtns .swiper-button-prev.swiper-button-disabled,
.blogSwiperBtns .swiper-button-next.swiper-button-disabled {
    background-color: #fff;
    opacity: 0.3;
    pointer-events: auto;
    cursor:not-allowed;
}
.blogSwiperBtns .swiper-button-prev.swiper-button-disabled:hover,
.blogSwiperBtns .swiper-button-next.swiper-button-disabled:hover {
    background-color: #fff;

}

.blogSwiperBtns .swiper-button-prev.swiper-button-disabled::after {
    color: #117BD4;
}
.blogSwiperBtns .swiper-button-next.swiper-button-disabled::after {
    color: #117BD4;
}
.blogSwiperBtns .swiper-button-next:hover,
 .blogSwiperBtns .swiper-button-prev:hover{
background-color:#0463B2;
}
@media (max-width:1200px) {
    .ordersHistory ul li:nth-child(3n+0) {
        margin-right: 0;
    }
    .ordersHistory ul li {
        max-width: 40%;
        margin-right: 0;
    }
}
@media (max-width:991px) {
    .writerBioWrapper {
        flex-direction: column;
    }
    .aboutWriterWrapper {
        max-width: 40%;
        position: static;
        top: 0;
        margin: 0 auto 40px;
    }
    .writerInfoWrapper {
        max-width: 100%;
    }
    .ordersHistory {
        padding:30px;
    }
    .ordersHistory ul li {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .ordersHistory ul li:nth-child(3n+0) {
        margin-right: auto;
    }

}
@media (max-width:767px) {
    .reviewCard {
        margin: 0 auto 20px;
    }
    
    .aboutWriterWrapper {
        max-width: 60%;
    }
    
    .writerInfoWrapper .desc {
        font-size: 14px;
    }
    
    
    .ordersHistory ul {
        width: 100%;
        justify-content: space-between;
    }
    .ordersHistory ul li:nth-child(even) {
        margin-right: 0;
    }
    .writerInfoWrapper h2,.writerInfoWrapper h1 {
        font-size: 20px;
    }
    .writerBioWrapper {
        flex-wrap: wrap;
    }
}
@media (max-width:575px) {
    .ordersHistory ul li {
        max-width: 100%;
        margin-right: 0;
    }
    .aboutWriterWrapper {
        max-width: 100%;
        padding: 25px 20px;
    }
    .totalOrders {
    padding: 25px 10px;
    }
    .reviewCard {
        max-width: 80%;
    }
    .singleBlog {
        max-width: 80%;
    }
    .blogSwiperBtns {
        bottom: -20px;
        right: 40px;
        top: unset;
    }

}