.margin-bt-60{
    margin-bottom: -60px !important;
}

.margin-bt10{
    margin-bottom: 10px !important;
}

.margin-tp25{
    margin-top: 25px !important;
}

.margin-tp20{
    margin-top: 20px !important;
}

.margin-tp40{
    margin-top: 40px !important;
}

.margin-rt10{
    margin-right: 10px !important;
}

@media only screen and (max-width: 800px) {
    .margin-bt-60{
        margin-bottom: 0px !important;
    }
  }

.card-height-150px{
    height: 140px !important;
}
@media only screen and (max-width: 800px) {
    .card-height-150px{
        height: 180px !important;
    }
  }

.h-md-200 {
    height: 200px !important;
  }

.text-gray-600{
    color:#000 !important;
}