.text-underline{
   text-decoration: underline;
    cursor: pointer;
}
.percent{
    color: green;
    font-size: 13px;
    width: 43px;
    line-height: 36px;
    border-radius: 50%;
    border: 3px solid green;
    text-align: center;
    display: inline-block;
}
.text-black{
    color: black;
}
#comments .carousel-control-prev {
    left: -30px;
}
#comments .carousel-control-next {
    right: -30px;
}
#comments .carousel-indicators {
    bottom: -45px;
}
#comments .carousel-indicators .active {
    background-color: #c7b77c;
}
#comments .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.watchTab .nav-item .active{
    border-left: 3px solid #c7b77c;
    font-weight: bold;
}
.watchTab .nav-link{
    padding: 1rem;
}
.bgwatch{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px;
}
.ladiesbtn{
    position: absolute;
    bottom: 125px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 326px;
}
@media screen and (max-width: 576px) {
    #comments .carousel-control-prev {
        left: 0 !important;
    }

    #comments .carousel-control-next {
        right: 0 !important;
    }
}