
/*-------------- Feedback starts -----------------*/

.real-results .e-booking-head h3 {
  color: #000;
}

.real-results .e-booking-head p {
  font-size: 18px;
  text-align: center;
  color: #000000;
  width: 486px;
  margin: 0 auto;
}

.real-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.first-col {
  width: 25%;
}

.second-col {
  width: 45%;
}

.real-box-list .second-col:nth-child(3) {
  width: 25%;
}

.real-box {
  border: 1.2px solid #E9ECF2;
  border-radius: 19px;
  margin-bottom: 20px;
}

.e-r-boxed p {
  font-size: 14px;
  color: #232527;
  line-height: 175%;
  margin: 0;
  margin-bottom: 0px;
}

.e-r-boxed {
  padding: 16px;
}

.e-user-detail {
  padding: 0px 16px 16px 16px;
}

.e-r-box-1 img {
  width: 100%;
}

.e-user-detail h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.e-user-detail img {
  width: auto;
  margin-top: -10px;
}

.e-user-detail p {
  margin: 0;
  color: #7D7A7A;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.e-r-box-2 .e-user-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 0;
}

.e-r-box-2 .e-user-detail span img {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  object-fit: cover;
}

.real-box.e-r-box-3 {
  display: flex;
}

.real-box.e-r-box-3 .e-user-detail {
  padding-top: 10px;
}

.real-box.e-r-box-3 img {
  height: auto;
  width: 48%;
  object-fit: cover;
  border-radius: 20px;
}

.e-r-box-3 .e-user-detail {
  padding: 0;
}

.e-r-box-3 .e-user-detail img {
  width: auto;
}

.real-results .e-booking-head {
  margin-bottom: 36px;
}

.sec_title {
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 30px;
}



.feedback_2 {
  margin: 45px 0px;
}

.feedback_2 .client-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecf2;
  border-radius: 15px;
  position: relative;
}

.feedback_2 .col-lg-3:first-child .client-item:nth-child(1) .review_para,
.feedback_2 .col-lg-5 .client-item:nth-child(1) .review_para {
  color: #232527;
}

.feedback_2 .client-item .review_para_1 {
  padding: 0px 10px 10px 73px;
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  line-height: 23px;
  margin: unset;
}

.feedback_2 .client-item .review_para {
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  padding: 15px 10px 10px 15px;
  line-height: 23px;
  margin: unset;
}

.feedback_2 .client-item h6 {
  color: #293238;
  font-family: "Poppins";
}

.feedback_2 .client-item .reviewer_name_type1 {
  padding: 15px;
}

.feedback_2 .client-item .reviewer_name_type1 h6 {
  font-size: 10px;
  font-weight: 700;
  margin: unset;
}

.feedback_2 .client-item .reviewer_name_type1 p {
  font-size: 10px;
  font-weight: 300;
  color: #7d7a7a;
  padding: unset;
  margin: unset;
}

.feedback_2 .client-item .verify_icon {
  color: #758090;
  margin: 5px 0px;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.feedback_2 .client-item .reviewer_name_type2 {
  display: flex;
  gap: 5px;
  padding: 10px 0px 0px 15px;
}

.feedback_2 .client-item .reviewer_name_type2 img {
  width: 40px;
  height: 40px;
}

.feedback_2 .client-item .reviewer_name_type2 .review_header h6 {
  font-size: 9px;
  font-weight: 700;
  margin: unset;
}

.feedback_2 .client-item .reviewer_name_type2 .review_header p {
  font-size: 9px;
  font-family: "Poppins";
  font-weight: 300;
  margin: unset;
}

.feedback_2 .client-item-2 {
  flex-direction: row;
}

.feedback_2 .client-item-2 img {
  width: 36%;
}

.feedback_2 .col-lg-5 .client-item {
  padding: 0px 20px;
}

.feedback_2 .col-lg-5 .client-item:first-child {
  padding: unset;
}

.feedback_2 .col-lg-4 .client-item img {
  width: 45px;
  height: 45px;
  margin: 10px 0px 0px 10px;
}

.feedback_2 .col-lg-4 .client-item .reviewer_name_type1 .review_para {
  font-size: 13px;
  color: #293238;
  font-weight: 400;
  line-height: 23px;
}

/* Feedback ends */