.Give_rating_modal .modal-content {
  background-color: transparent !important;
  border: none !important;
}

.Give_rating_modal .modal-body {
  padding: 0px;
}

.Give_rating_modal .card_body_holder {
  height: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 11px;
}

.Give_rating_modal .card_body_holder .btn_holder {
  text-align: end;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  font-size: 20px;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn:hover span {
  color: #000;
  position: relative;
  z-index: 99;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  top: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn:hover::after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  top: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 50%;
  right: 0px;
  background-color: #fed015;
  transition: 0.4s;
}

.Give_rating_modal .card_body_holder .btn_holder .bookbbtn:hover::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0px;
  background-color: #fed015;
  transition: 0.4s;
}
.Give_rating_modal .modal-body .titt {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 13px;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
}

.Give_rating_modal .modal-body .innesec {
  padding: 20px 50px;
}

.Give_rating_modal .modal-body .form_holder {
  padding: 20px 50px;
}

.Give_rating_modal .modal-body .textp {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.Give_rating_modal .modal-body .textp-b {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
}

.Give_rating_modal .modal-body .bdcenter {
  border-bottom-style: dashed;
  padding: 15px 0px;
  margin-bottom: 10px;
}

.Give_rating_modal .modal-body .totall-b {
  font-weight: 500;
  font-size: 18px;
  color: #fe0000;
}

.Give_rating_modal .modal-body .proceedbtn {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 8px;
  width: 100%;
  color: #000;
}

.Give_rating_modal .react-stars-wrapper {
  justify-content: center;
}

.Give_rating_modal .imgdiv {
  display: flex;
  position: relative;
}

.Give_rating_modal .imgdiv .img1 {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  position: relative;
  z-index: 999;
}

.Give_rating_modal .car-img .img2 {
  height: 40px;
  margin: 10px 0px 0px -20px;
}

.Give_rating_modal .meetpp {
  margin-bottom: 0px;
  font-size: 14px;
}

.Give_rating_modal .minpp {
  color: #fff;
  background: #000;
  padding: 10px 3px;
  margin-bottom: 0px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 5px;
}

.Give_rating_modal .name {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
}

.Give_rating_modal .star {
  width: 14px;
  margin-left: 5px;
}

.Give_rating_modal .numberp {
  font-size: 15px;
  color: #000;
  margin-bottom: 0px;
}

.Give_rating_modal .picode {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0px 2px;
}

.Give_rating_modal .form-control {
  font-size: 14px;
  width: 100%;
}

.Give_rating_modal .callbtn {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0px 0px 0px 10px;
}

.Give_rating_modal .callicon {
  width: 15px;
}

.Give_rating_modal .ratingdiv {
  display: flex;
  justify-content: center;
}

.Give_rating_modal .starr {
  width: 15px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Give_rating_modal .modal-body .innesec {
    padding: 15px 15px;
  }

  .Give_rating_modal .modal-body .totall-b {
    font-size: 15px;
  }

  .Give_rating_modal .modal-body .proceedbtn {
    font-size: 14px;
  }
}
