.booking-form-wrap {
  border-radius: 10px;
 background-image: url(https://www.newstrend.news/wp-content/uploads/2021/06/rules-of-hajj-yatra-in-saudi-arabia--768x576.jpeg);
/*  background-image: linear-gradient(10deg, rgba(0, 108, 53, 0.9), rgba(0, 108, 53, 9), rgba(33, 148, 89, .9));*/
  border-radius: 5px;
  padding: 25px 25px;
  position: relative;
}
.booking-form-wrap::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);

}.booking-form-wrap form{
    z-index: 5;
    position: relative;
} .booking-form-wrap form label{   color: white;} 
.booking-form-wrap h6 {
  color: var(--white-color);
  font-family: var(--font-rubik);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 7px;
}
.booking-form-wrap h4 {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-rubik);
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.booking-form-wrap p {
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.booking-form-wrap .nav-pills {
  justify-content: space-between;
}
.booking-form-wrap .nav-pills .nav-link {
  color: var(--primary-color1);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 48%;
  padding: 5px 15px;
}
.booking-form-wrap .nav-pills .nav-link.active {
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  color: var(--white-color);
}
.booking-form-wrap .sidebar-booking-form label{color:var(--white-color);}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap h6 {
  margin-bottom: 15px;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate {
  display: flex;
  width: 100%;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate .form-check-label {
  width: 0 !important;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .customdate .form-group {
  width: 100%;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group {
  position: relative;
  display: block;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--title-color);
  margin-bottom: 10px;
  display: block;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group input {
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 13px;
  font-weight: 400;
  padding: 8px 25px;
  height: 40px;
  border: 1px solid #eee;
}
.booking-form-wrap .sidebar-booking-form .form-inner select.select-box{
  width: 100%;
  border-radius: 0px;
  background: #FFF !important;
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 13px;
  font-weight: 400;
  padding: 10px 25px;
  height: 40px;
  border: 1px solid #eee;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-group svg {
  fill: var(--primary-color1);
  position: absolute;
  right: 15px;
  bottom: 18px;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input {
  display: none;
  visibility: hidden;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:focus {
  box-shadow: none;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked:focus {
  box-shadow: none;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked ~ .form-check-label::brfore {
  border-color: var(--primary-color1);
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-input:checked ~ .form-check-label::after {
  background-color: var(--primary-color1);
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label::before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #bbb3b3;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label::after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #bbb3b3;
  position: absolute;
  left: -26.5px;
  top: 50%;
  transform: translateY(-50%);
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date i {
  color: var(--primary-color1);
  font-size: 20px;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .start-date, .booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .end-date {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-rubik);
  line-height: 1;
}
.booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .start-date span:first-child, .booking-form-wrap .sidebar-booking-form .tour-date-wrap .form-check .form-check-label .tour-date .end-date span:first-child {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: var(--title-color);
  margin-bottom: 7px;
}
.booking-form-wrap .sidebar-booking-form .form-inner .form-group {
  position: relative;
}
.booking-form-wrap .sidebar-booking-form .form-inner .form-group span {
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.booking-form-wrap .sidebar-booking-form .form-inner .form-group i {
  color: var(--primary-color1);
  position: absolute;
  right: 15px;
  bottom: 0px;
}
.booking-form-wrap .sidebar-booking-form .form-inner .form-group svg {
  fill: var(--primary-color1);
  position: absolute;
  right: 15px;
  bottom: 18px;
}
.booking-form-wrap .sidebar-booking-form .number-input-item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable {
  min-width: 155px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-rubik);
  font-size: 18px;
  font-weight: 400;
  color: var(--title-color);
  gap: 15px;
}
.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable span {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px;
  line-height: 1;
  font-weight: 500;
}
.booking-form-wrap .sidebar-booking-form .number-input-item .number-input-lable span del {
  font-size: 15px;
  color: var(--text-color);
}
.booking-form-wrap .sidebar-booking-form .number-input-item small {
  font-size: 13px;
  //display: table;
  line-height: 0.5;
  color: rgba(255, 255, 255, 0.7);
 // color: (var(--white-color), 0.3);
}
.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter {
  border-radius: 17px;
  border: 1px solid rgba(144, 185, 86, 0.2);
  background: #FAFAFA;
  width: 125px;
  display: flex;
  align-items: center;
  padding: 5px 8px;
}
.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter a {
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  font-size: 18px;
  color: var(--primary-color1);
}
.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter a:hover {
  color: var(--white-color);
  background-color: var(--primary-color1);
}
.booking-form-wrap .sidebar-booking-form .number-input-item .quantity-counter input {
  width: 100%;
  background-color: transparent;
  padding: 0px 15px;
  text-align: center;
  line-height: 1;
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 15px;
  font-weight: 500;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container {
  padding-top: 10px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 15px;
  font-weight: 500;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container:last-child {
  margin-bottom: 0;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .checkmark {
  height: 18px;
  width: 18px;
  border: 1px solid #bbb3b3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .checkmark:after {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #bbb3b3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check {
  display: none;
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check:checked ~ .checkmark {
  border-color: var(--primary-color1);
}
.booking-form-wrap .sidebar-booking-form .checkbox-container .check-container .services_check:checked ~ .checkmark:after {
  background-color: var(--primary-color1);
}
.booking-form-wrap .single-total {
  border: 1px solid #ddd;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.booking-form-wrap .single-total span {
  position: absolute;
  left: 12px;
  top: -10px;
  color: var(--title-color);
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 0px 8px;
  background-color: #f7f6eb;
}
.booking-form-wrap .single-total ul {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1;
}
.booking-form-wrap .single-total ul li {
  color: #666;
  font-family: var(--font-jost);
  font-size: 12px;
  font-weight: 400;
}
.booking-form-wrap .single-total ul li strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.booking-form-wrap .single-total ul li i {
  color: var(--title-color);
}
.booking-form-wrap .single-total svg {
  fill: #b1afaf;
}
.booking-form-wrap .single-total .total {
  color: var(--title-color);
  font-family: var(--font-rubik);
  font-size: 16px;
  font-weight: 600;
}
.booking-form-wrap .total-price {
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-jost);
  font-size: 28px;
  font-weight: 700;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.booking-form-wrap .total-price span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.booking-form-wrap .primary-btn1 {
  width: 100%;
  justify-content: center;
  padding: 18px 34px;
}

.review-box {
  border: 1px solid rgba(238, 238, 238, 0.4);
  background: #F8F8F8;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 50px;
  gap: 15px;
}
.review-box .total-review {
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-box .total-review h2 {
  color: var(--title-color);
  font-family: var(--font-rubik);
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 0;
}
.review-box .total-review .review-wrap .star-list {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin-bottom: 5px;
}
.review-box .total-review .review-wrap .star-list li {
  color: #DDA701;
}
.review-box .total-review .review-wrap span {
  color: #666;
  font-family: var(--font-jost);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.review-box .modal .modal-dialog {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .review-box .modal .modal-dialog {
    max-width: 570px;
  }
}
.review-box .modal .modal-dialog .modal-content {
  border: none;
}
.review-box .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0%, rgba(251, 176, 59, 0.1) 100%);
  border-radius: 10px;
  position: relative;
}
.review-box .modal .modal-dialog .modal-content .modal-body .btn-close {
  height: 28px;
  width: 28px;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 18px;
  --bs-btn-close-bg: none;
  font-size: 14px;
  color: var(--title-color);
  transition: 0.35s;
}
.review-box .modal .modal-dialog .modal-content .modal-body .btn-close:hover {
  background-color: red;
  color: var(--white-color);
}.form-group {
    position: relative;
}.form-group i {
    color: black !important;
    position: absolute;
    right: 15px;
    bottom: 0px;
}

 .number-input-item {
    cursor: pointer;
    display: flex
;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

 .number-input-item .quantity-counter {
/*    border-radius: 17px;*/
    border: 1px solid rgba(144, 185, 86, 0.2);
    background: #FAFAFA;
     width: 135px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
}
 .number-input-item .quantity-counter a {
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    font-size: 18px;
    color: var(--primary-color1);
}.quantity-counter input {
    width: 100%;
    background-color: transparent;
    padding: 0px 15px;
    text-align: center;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500;
}.number-input-item .quantity-counter a {text-decoration: unset !important;}

 .pg-note {font-size: 8px;}