table,
th,
td {
  /* border:1px solid black; */
  padding: 8px;
}

.rservicepage .section_tittle {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .rservicepage .learning_part {
    padding: 60px 0px 50px 0px;
  }
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #65bb4a;
  color: white;
}

/*slider*/
.slider {
  margin-top: 100px;
}

.carousel-inner {
  min-height: 100px;
}
/* font color*/
.blog_part .single-home-blog .card h5 {
  color: #0c2e60;
}
.testimonial_part h4 {
  color: #0c2e60;
}
.learning_part .learning_member_text h2 {
  color: #0c2e60;
}
.feature_part .single_feature_text h2 {
  color: #0c2e60;
}
.feature_part .single_feature_part h4 {
  color: #0c2e60;
}

.white-text {
  color: #ffffff !important;
}

.footer-area .single-footer-widget h4 {
  color: #0c2e60;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.form-bg {
  background-image: url("../img/recd-image.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.landing-header {
  font-size: 50px;
  color: #ffffff;
}

@media only screen and (min-width: 300px) and (max-width: 1200px) {
  /* line 36, E:/172 Etrain Education/172_Etrain_Education_html/sass/_feature_part.scss */
  .landing-header {
    margin-top: 40px;
    font-size: 30px;
    color: #ffffff;
  }
  .recd-but {
    background-color: #f2f2f2;
    color: #63bd46;
    width: 100% !important;
    border-radius: 4px;
    padding: 4px 8px;
  }
}

.recd-feature {
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

.p-header {
  color: #fff;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 550;
}

.recd-but {
  background-color: #f2f2f2;
  color: #63bd46;
  width: 50%;
  border-radius: 4px;
  padding: 4px 8px;
}
