/* Enter Your Custom CSS Here */
.et_parallax_bg {
  /*background-position: botttom center !important;*/
}
#top-header .et-social-icon .icon {
  color: #0D536F;
}
.rpt_5_plans .rpt_plan .rpt_title {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: #f9cb3a;
}
.rpt_style_basic .rpt_plan .rpt_title {
  background: rgba(0, 0, 0, 0.75);
}
.rpt_style_basic .rpt_recommended_plan .rpt_head,
.rpt_style_basic .rpt_plan .rpt_head {
  background: rgba(0, 0, 0, 0.15); 
}
.rpt_style_basic .rpt_plan .rpt_head .rpt_price {
  color: #000;
}
.rpt_style_basic .rpt_plan .rpt_title img {
  display: none;
}

.archive .et_pb_post a img {
  float: left;
  margin-right: 11px;
  max-width: 30%;
}

.archive .et_pb_post {
  clear: both;
}

@media screen and (max-width: 1460px) {
  .rpt_5_plans .rpt_plan {
    width: 32.5%;
  }
  .rpt_5_plans .rpt_plan.rpt_plan_3 {
    clear: both;
  }
}
@media screen and (max-width: 809px) {
  .rpt_5_plans .rpt_plan {
    width: 48.5%;
  }
  .rpt_5_plans .rpt_plan.rpt_plan_2 {
    clear: both;
  }
  .rpt_5_plans .rpt_plan.rpt_plan_3 {
    clear: none;
  }
}
@media screen and (max-width: 641px) {
  .rpt_5_plans .rpt_plan {
    width: 96%;
  }
  .rpt_5_plans .rpt_plan.rpt_plan_2 {
    clear: none;
  }
  .rpt_5_plans .rpt_plan.rpt_plan_3 {
    clear: none;
  }
}