.booking-main {
  width: 100%;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF6E8 100%) 0% 0% no-repeat padding-box;
}
.booking-main .top-hdr {
  width: 100%;
  padding: 20px 0 0 0;
}
.booking-main .top-hdr h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
}
.booking-main .top-hdr .back-btn {
  width: 45px;
  height: 30px;
  border: 2px solid #B2B2B2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #B2B2B2;
}
.booking-main .top-hdr .back-btn:hover {
  opacity: 0.6;
}
.booking-main .top-hdr .back-btn svg {
  width: 15px;
  height: 15px;
}
.booking-main .inner-content {
  width: 100%;
  display: flex;
  gap: 25px;
  padding: 40px 0;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .booking-main .inner-content {
    padding: 15px 0;
  }
}
@media (max-width: 1000px) {
  .booking-main .inner-content {
    flex-direction: column;
  }
}
.booking-main .inner-content .left-section {
  width: 40%;
  position: relative;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .left-section {
    width: 100%;
    height: 482px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .booking-main .inner-content .left-section {
    width: 50%;
  }
}
.booking-main .inner-content .left-section img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.booking-main .inner-content .left-section .content-view {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 25px;
  /* background: transparent linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(360deg, #0000000d 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 340px) and (max-width: 420px) {
  .booking-main .inner-content .left-section .content-view {
       padding: 37px 15px;
  }
}
.booking-main .inner-content .left-section .content-view .topview {
  width: 100%;
}
.booking-main .inner-content .left-section .content-view .topview h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.booking-main .inner-content .left-section .content-view .topview p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.booking-main .inner-content .left-section .content-view .bottomview {
  width: 100%;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-ctp {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-ctp span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-ctp span .petrol-img {
  width: 15px;
  height: 21px;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-ctp span img {
  width: 26px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-cbt {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-cbt p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
.booking-main .inner-content .left-section .content-view .bottomview .bt-cbt p img {
  width: 23px;
  height: 15px;
}
.booking-main .inner-content .left-section .tcapply {
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 7px;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  color: #858585;
  right: 20px;
}
.booking-main .inner-content .right-section {
  width: 60%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 63px rgba(0, 0, 0, 0.1215686275);
  border-radius: 10px;
  padding: 45px 45px;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section {
    width: 100%;
    padding: 20px 15px;
  }
}
.booking-main .inner-content .right-section .top-hdr-section {
  width: 100%;
}
.booking-main .inner-content .right-section .top-hdr-section h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0px;
}
.booking-main .inner-content .right-section .items-view {
  width: 100%;
}
.booking-main .inner-content .right-section .items-view .list {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ADADAD;
  border-radius: 10px;
  display: flex;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.booking-main .inner-content .right-section .items-view .list .check-section {
  width: 15%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .list .check-section {
    width: 20%;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox {
  margin: 4px 0 0 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox input:checked ~ .checkmark {
  background-color: #000000;
  border: 0;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox input:checked ~ .checkmark::after {
  display: block;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px #C1C1C1;
  border-radius: 50%;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
}
.booking-main .inner-content .right-section .items-view .list .check-section .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.booking-main .inner-content .right-section .items-view .list .content-det {
  width: 100%;
}
.booking-main .inner-content .right-section .items-view .list .content-det .content-det-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .list .content-det .content-det-mobile {
    display: block;
  }
}
.booking-main .inner-content .right-section .items-view .list .content-det .h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #000000;
  display: none;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .list .content-det .h3 {
    display: block;
  }
}
.booking-main .inner-content .right-section .items-view .list .content-det h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  color: #000000;
}
@media (max-width: 480px) {
  .booking-main .inner-content .right-section .items-view .list .content-det h2 {
    font-size: 12px;
  }
}
.booking-main .inner-content .right-section .items-view .list .content-det p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.booking-main .inner-content .right-section .items-view .list .rate-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .list .rate-section {
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .booking-main .inner-content .right-section .items-view .list .rate-section {
    position: absolute;
    right: 50px;
  }
}
.booking-main .inner-content .right-section .items-view .list .rate-section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  margin: 0;
  color: #000000;
  position: relative;
  top: 2px;
  display: none;
}
@media (min-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .list .rate-section h2 {
    display: block;
  }
}
@media (max-width: 480px) {
  .booking-main .inner-content .right-section .items-view .list .rate-section h2 {
    font-size: 12px;
  }
}
.booking-main .inner-content .right-section .items-view .list .rate-section button {
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 5px;
}
.booking-main .inner-content .right-section .items-view .bottomview {
  width: 100%;
  padding: 10px 0;
}
.booking-main .inner-content .right-section .items-view .bottomview h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}
.booking-main .inner-content .right-section .items-view .total-section {
  width: 100%;
  display: flex;
  gap: 10px;
  padding-top: 25px;
}
@media (min-width: 763px) and (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .total-section {
    bottom: 0px !important;
  }
}
@media (max-width: 1000px) {
  .booking-main .inner-content .right-section .items-view .total-section {
    position: fixed;
    bottom: 55px;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 17px 23px 50px 23px;
    z-index: 1;
    box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.0784313725);
  }
}
.booking-main .inner-content .right-section .items-view .total-section .left-side {
  width: 100%;
}
@media (max-width: 480px) {
  .booking-main .inner-content .right-section .items-view .total-section .left-side {
    width: 50%;
  }
}
.booking-main .inner-content .right-section .items-view .total-section .left-side h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  display: flex;
  gap: 8px;
}
@media (min-width: 340px) and (max-width: 666px) {
  .booking-main .inner-content .right-section .items-view .total-section .left-side h2 {
    display: inline-block;
  }
}
.booking-main .inner-content .right-section .items-view .total-section .left-side h2 .rate {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #0E1218;
}
@media (max-width: 480px) {
  .booking-main .inner-content .right-section .items-view .total-section .left-side h2 .rate {
    font-size: 24px;
  }
}
.booking-main .inner-content .right-section .items-view .total-section .left-side h2 span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 33px;
  color: #607279;
}
.booking-main .inner-content .right-section .items-view .total-section .left-side p {
  text-decoration: underline;
  margin: 0;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.booking-main .inner-content .right-section .items-view .total-section .right-side {
  width: 50%;
  display: flex;
  align-items: center;
}
.booking-main .inner-content .right-section .items-view .total-section .right-side button {
  width: 100%;
  height: 45px;
  background: #FFCF2E 0% 0% no-repeat padding-box;
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border: 0;
  letter-spacing: 2.4px;
}
.booking-main .inner-content .right-section .items-view .total-section .right-side button:hover {
  color: #fff;
}

.modal .modal-header {
  border: 0;
  padding: 20px 40px 10px 40px;
}
.modal .modal-body {
  padding: 20px 40px;
}
.modal .modal-body .modal-content-hdr {
  width: 100%;
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.modal .modal-body .modal-content-hdr h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.modal .modal-body .modal-content-hdr p {
  display: flex;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  justify-content: space-between;
}
.modal .modal-body .modal-content {
  border: 0;
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 0;
}
.modal .modal-body .modal-content h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.modal .modal-body .modal-content p {
  display: flex;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  justify-content: space-between;
}
.modal .modal-body .modal-footer {
  width: 100%;
  border: 0;
  padding: 0;
}
.modal .modal-body .modal-footer h2 {
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 33px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal .modal-body .modal-footer h2 span.rate {
  font-weight: bold;
  font-size: 22px;
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 !important;
}

@media (max-width: 1000px) {
  footer {
    margin-bottom: 220px;
  }
}

.bdr-add {
  border: 2px solid #000000 !important;
}/*# sourceMappingURL=custom-booking.css.map */


/* extra added */

.booking-main .inner-content .left-section .content-view .topview .smcar {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  font-weight: normal;
  font-size: 11px;
  line-height: normal;
  font-family: "Montserrat";
  border: 1px solid #E3E7EC;
  border-radius: 13px;
  padding: 7px 15px;
  margin: 0 0 10px;
  display: block;
  width: fit-content;
}

/* 28-07-2025 feedback points */

.booking-main .list.disabled-option .checkbox {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed !important;
}
.booking-main .list.disabled-option h2 {
  color: #C4C4C4 !important;
}
.booking-main .list.disabled-option p {
  color: #C4C4C4 !important;
}