.container-price{
    background-image: url(/assets/images/pub/priceHeader.png);
    min-height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 60px;
    position: relative;
}

.nav-link{
    color: #000;
}

.span-copy{
    cursor: pointer;
}

.transer-title-text {
    color: #56595C;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.left-transer-text {
    font-size: 13px;
    font-weight: 500;
    color: #ABB2B8;
}

.right-transer-text-red-bold {
    color: #E04330;
    font-size: 13px;
    font-weight: 500;
}

.container-fluid{
    padding: 0 0;
}

.price-size{
    font-size: 48px;
}

@media only screen and (max-width: 769px) {
    #pills-home .user-profile{
        padding: 0 3px;
    }
    .price-size{
        font-size: 28px;
    }
    .profile-button ul li{
        margin-top: 1rem;
        display: inline-block;
    }
    .pill-price{
        padding: 0 3px;
    }
    .pill-price .card-body{
        padding: 0 0;
    }

}
