/*your custom css goes here*/

.card-img-overlay {
    background: rgb(0 0 0 / 50%);
    padding: 2.25rem!important;
}

.seller_card_margin{
  margin-bottom: 10px;
  
}

.seller_btn-circle {
    padding: 20px;
    border-radius: 50%;
    text-align: center;
}

.btn-outline-light {
    color: #fff!important;
}
.btn-outline-light:hover {
    color: #000000!important;
}

.influncer_profile_pic .rounded-content{
   margin-top: -100px;
}

.influncer_pagination active{
    background: rgb(237, 27, 36);
    background: linear-gradient(90deg, rgba(237, 27, 36, 1) 0%, rgba(244, 235, 49, 1) 100%);
}



.catbg{
    background: #fafafa;
}
.catbg_red{
    background: #e91e20;
}

.height-md-340px,
.sizefor-md-340px {
    height: 475px;
}
.height-md-300px,
.sizefor-md-300px {
    height: 300px;
}
.height-md-410px,
.sizefor-md-410px {
    height: 445px;
}

.card-img-overlay-one {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.influncer_input_width{
    width: 60%!important;
}

.three-col .card-img-overlay{
    background-color: rgb(233 30 32 / 65%)!important;
}

.lat-footer-bg{
    background: rgb(237,27,36);
background: linear-gradient(0deg, rgba(237,27,36,1) 0%, rgba(245,226,49,1) 100%);
}

.review_bg{
    background-color: #fafafa!important;
}


.service-font-s{
    font-size: 80px!important;
}

@media (max-width: 480px) {
    .service-font-s{
    font-size: 55px!important;
}
}