.class_catagory li a.active{
color: #ea1b29;
}

.about-tpcounter {
    margin-top: -75px;
}

.tp-about-area .page-content{
    text-align: justify;
}

.calculate-form-wrapper textarea{
    border-radius: 3px;
}

.error {
    color: #dc3545;
}

.tp-calculate .text-danger{
    color: #000000 !important;
}

.sponsor-area h6 {
    font-size: 56px;
    color: #ffffff;
}


/* 404 page */
.notFound h5 {
    font-size: 7rem;
    color: #cf0f0f;
}

@media only screen and (min-width: 768px) {
    .notFound h5 {
        font-size: 10rem;
    }
}

@media only screen and (min-width: 1140px) {
    .notFound h5 {
        font-size: 15rem;
    }
}


@media only screen and (min-width: 1024px) {

  .about-info{
    background-color: rgb(255, 255, 255, 0.7);
    padding: 25px;
    color: #000000;
  }

  .about-info p{
    color: #000000;
  }

  .about-info-col{
    position: absolute; 
    right: 0;
  }

}


.like-review-btn {
    padding: 0 32px;
    background: #ea1b29;
    font-family: "Teko", sans-serif;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    height: 60px;
    line-height: 60px;
    width: auto;
    cursor: pointer;
}

.like-review-btn:hover {
    background: #ffffff;
    color: #ea1b29;
}
