/*
First Line Support CSS
*/
.test-image {
    height: 64px;
    width: 64px;
}

.rating {
    color: #aaa;
    /* Default star color */
}

.rating .filled {
    color: #ff9c00;
    /* Yellow color for filled stars */
}

@media (max-width: 600px) {
    .reverse {
        flex-direction: column-reverse !important;
    }
}

.model_bg {
    background-color: #fff;
    z-index: 99999;
}
.fee_area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.fee_area p {
    font-size: 20px;
    color: #83b831;
    font-weight: 700;
}

@media (max-width: 600px) {
    .reverse {
      display: flex;
      flex-direction: column-reverse !important;
    }
  }

  a.btn.white_btn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    width: 120px !important;
}
a.btn.white_btn:hover{
    background-color:#fff;
    border: 1px solid #fff;
    color: #83b831;
}