@charset "utf-8";
/* CSS Document */

.Rp-product-content-box {
  background: #f37e20;
  border-radius: 25px;
  border: 1px #f37e20 solid;
  padding-left: 65px;
  /* margin: 0 10px; */
}

.RP_Title {
    font-size: 30px;
    color: #ad1e23;
    font-weight: 800;
    font-family: 'Mulish';
    text-align: center;
}

.RP_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.RP_info p {
  font-size: 16px;
  color: #231f20;
  margin-bottom: 20px;
}

.RP_title {
  font-size: 18px;
  font-weight: 700;
  color: #db620a;
  margin-bottom: 20px;
}

.RP_content_body {
  background: #ffffff;
  border-radius: 0 25px 25px 0;
  padding: 20px 15px 20px 40px;
  min-height: 227px;
}

.RP_content_body img {
  width: 120px;
  height: 120px;
  margin: 0 20px 0 -100px;
}

.MainWrapper .ServiceWrapper .ExploreWrapper .RP_CTA {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  background-color: #ad1e23;
  border-radius: 20px;
  color: #ffffff;
}

.MainWrapper .ServiceWrapper .RecommendedCarosal .cardWrapper .RP_CTA {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  background-color: #f37e20;
  border-radius: 20px;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	 .mob-expolore-tab-wrap .tab-content .RP_CTA {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ad1e23;
    border-radius: 20px;
    color: #ffffff;
  }

  .RP_CTA {
    font-size: 15px !important;
    padding: 10px 15px !important;
  }
}

@media only screen and (max-width: 450px) {
	.RP_CTA {
    font-size: 15px !important;
    padding: 10px 15px !important;
  }
}


	.RP_CTA {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  background-color: #db620a;
  border-radius: 20px;
  color: #ffffff;
}


/**Mob Dot slider**/
.RP_list .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.25rem;
  background-color: #ffffff;
  border: 1px solid #db620a;
  border-radius: 50%;
}

.RP_list .slick-dots li.slick-active button,
.RP_list .slick-dots li.slick-active button {
  transform: scale(1.1);
  transform-origin: center;
  background: #db620a;
}


.RP_list .slick-dots li button:before {
  display: none;
}