.align-center{align-items: center;}

.f1:hover {
  background: #fff;
}
.content span {
    color: #5d008f;
}
.ff-title h2{
    font-weight: bold;
    font-size: 34px;
    line-height: 39px;
    text-align: center;

    padding-bottom: 15px;
}
.ff-title b{
    background: #e9f4f9;
}
.detailscard {
    display: grid;
    grid-template-columns: 30% auto;
    grid-gap: 30px;
}
.lrs-img img{margin: 0 auto;}
.ff{
    text-align: center;
    margin-top: 30px;
}
.ff h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2A262C;
}
.ff p{
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(23, 27, 47, 0.6);
    padding: 0px 10px;
}
.lrs-pad {
    padding-top: 30px;
}
.ff-p-bg{
    background: #F5F5F5;
}
.ff-title1 h2{
    font-weight: bold;
    font-size: 34px;
    line-height: 39px;
    text-align: center;

}
.ff-title1 b{
    background: #FBFFE9;
}
.fp-card{
    background: #FFFFFF;
    height: 220px;
    margin-top: 30px;
}
.b1{
    border-top: 5px solid #FBC42D;
}
.b2{
    border-top: 5px solid #23A3FF;
}
.fp-detail{
    padding: 20px;
}
.fp-detail b{
    font-weight: bold;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    color: #5D008F;
}
.fp-detail span{
    color: #5D008F;
    margin-left: 15px;
    font-weight: 900;
}
.fp-detail h4{
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;

}
.fp-detail p {
    font-size: 15px;
    line-height: 20px;
}
.fp-line{
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    border: 1px solid #e6e6e6b0;
}
.fp-price b{
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;

}
.fp-price p {
    font-size: 14px;
    line-height: 18px;
}
.fp-btn {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.fp-content{
    padding-top: 50px;
}

.fp-btn1{
    margin-top: 25px;
}

.tick h4{
    padding-left: 60px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;

}
.tick h4:before{
    background-image: url(../img/freelancer/tick.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
}
.bg-black{
    background: #673ab7;
    border-radius: 10px;
}
.top-img img {
    margin: 0 auto;
}

.ss h2{
    color: #FFFFFF;
}

.ss-point h4{
    padding-left: 60px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.ss-point h4:before{
    background-image: url(../img/freelancer/black-tick.svg);
    width: 50px;
    height: 50px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
}

.qute h2{
margin-top: 20px;
}
.item img{
    border-radius: 50%;
    width: 100px;
}
.item .content{
    background: #F5F5F5;
    border-radius: 20px;
    padding: 40px;
}
.item .content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.item .content h4 {
    padding-top: 15px;
    margin-bottom: 6px;
}
.item .content span {
    font-size: 15px;
    line-height: 20px;
    color: rgba(23, 27, 47, 0.6);
}
.controls .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 50%;
    padding: 10px 13px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.controls .bi{
    color: #8158E8;
    font-weight: 900;
}
.fw900{
    font-weight: 900!important;
}
.controls{
    margin-top: 40px;
}
.controls .left{
    margin-right: 20px;
}
.ff-box {
    border-radius: 10px;
    padding: 30px;
    font-weight: bold;
    margin-top: 30px;
    background: #faf1ff;
}
.ff-box-img {
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
}
.ff-box-img h3{
  font-weight: 600;
font-size: 24px;
line-height: 29px;
}
.ff-box-img a {
    font-size: 17px;
    font-weight: 500;
    display: block;
}
