.choosing-option-section {
  position: relative;
  padding-bottom:328px;
}
.choosing-option-section::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 328px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 248, 1) 14%, rgba(247, 247, 245, 1) 15%, rgba(241, 242, 237, 1) 23%, rgba(233, 234, 228, 1) 28%, rgba(211, 213, 200, 1) 52%, rgba(204, 212, 199, 1) 57%, rgba(201, 211, 200, 1) 57%, rgba(191, 209, 197, 1) 64%, rgba(188, 210, 198, 1) 64%, rgba(184, 207, 197, 1) 68%, rgba(181, 207, 196, 1) 69%, rgba(178, 208, 198, 1) 70%, rgba(176, 206, 196, 1) 71%, rgba(176, 208, 197, 1) 71%, rgba(169, 205, 195, 1) 75%, rgba(170, 205, 198, 1) 75%, rgba(169, 204, 197, 1) 76%, rgba(165, 205, 196, 1) 77%, rgba(158, 203, 196, 1) 82%, rgba(153, 203, 194, 1) 83%, rgba(150, 201, 192, 1) 86%, rgba(144, 201, 192, 1) 89%, rgba(142, 202, 194, 1) 89%, rgba(136, 199, 191, 1) 93%, rgba(135, 200, 194, 1) 94%, rgba(131, 198, 191, 1) 96%, rgba(125, 197, 193, 1) 100%);
}
.no-banner-page-body-section.choosing-option-body:before {
  content: "";
  height: 805px;
}
.choose-search-sec {
  box-shadow: 0px 10px 40px #262C6D14;
  border-radius: 8px;
  background: #fff;
  padding: 18px 54px;
  margin-bottom: 40px;
}
.choose-search-sec .input-sec {
  margin-bottom: 0;
}
.choose-search-sec .row {
  align-items: flex-end;
}
.choose-search-sec .input-sec input.datepicker {
  color: #262C6D;
  background: url(../images/calendar.svg) no-repeat right top;
}
.choose-search-sec .input-sec input {
  border-bottom: solid 1px #C2CDDF;
}
.choose-search-sec .input-sec select {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #262C6D;
  width: 100% !important;
  outline: none;
  box-shadow: none;
  padding: 0px 8px 11px;
  border: 0px;
  border-radius: 0px;
  border-bottom: solid 1px #C2CDDF;
  font-weight: 500;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-orlange-dwn-arw.svg) no-repeat center right;
  cursor: pointer;
}
.choose-search-sec .input-sec input::-webkit-input-placeholder {
  color: #262C6D;
}
.choose-search-sec .input-sec input::-moz-placeholder {
  color: #262C6D;
}
.choose-search-sec .input-sec input:-ms-input-placeholder {
  color: #262C6D;
}
.choose-search-sec .input-sec input:-moz-placeholder {
  color: #262C6D;
}
.choosing-option-section h3 {
  color: #262C6D;
  margin-bottom: 15px;
}
.choosing-option-section h6 {
  margin-bottom: 51px;
  color: #262C6D;
}
.itinerary-accordion.extras-accordion .accordion_in {
  padding: 21px 21px 17px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px #262C6D14;
  border-radius: 8px;
  margin-bottom: 10px;
}
.itinerary-accordion.extras-accordion .acc_section .acc_head {
  border-radius: 8px !important;
  background: url(../images/orange-dwn-arw.svg) right 30px center #fff no-repeat !important;
  padding: 0;
  border: 0px !important;
  background-size: 13px !important;
}
.itinerary-accordion.extras-accordion .acc_section.acc_active .acc_head {
  background: url(../images/orange-up-arw.svg) right 30px center #fff no-repeat !important;
  background-size: 13px !important;
}
.itinerary-accordion.extras-accordion .acc_section .acc_head label {
  margin-bottom: 0;
}
.itinerary-accordion.extras-accordion ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #262C6D;
  margin-bottom: 17px;
  padding-left: 20px;
  background: url(../images/organge-sm-right-arw.svg) no-repeat left 8px;
}
.itinerary-accordion.extras-accordion ul li a {
  color: #262C6D;
}
/* .itinerary-accordion.extras-accordion ul li a:hover{
  color: #E96736;
}added 02-12-24 */
.itinerary-accordion.extras-accordion ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.itinerary-accordion.extras-accordion .acc_section .acc_head label span {
  color: #787878;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.room-box-view {
  background: #F6F6F9;
  border-radius: 15px;
  padding-bottom: 23px;
  text-align: center;
}
.package-detail-right-sec-block-new {
  background: #FFFFFF 0% 0%;
  box-shadow: 0px 20px 20px #262C6D0F;
  border-radius: 13px;
  padding: 39px 20px 40px;
  text-align: center;
}
.package-detail-right-sec-block-new.extras-right-sec-block {
  padding: 0;
  text-align: left;
}
.package-detail-right-sec-block-inner {
  padding: 55px 20px 30px;
}
.row.guest_details {
  margin-bottom: 20px;
  position: relative
}
.row.guest_details:before {
  left: -15px;
  position: absolute;
  width: calc(100% + 36px);
  height: 1px;
  background: #EDEDF5;
  bottom: 0px;
  content: "";
}
.row.guest_details:last-child {
  margin-bottom: 0px;
}
.row.guest_details:last-child:before {
  display: none;
}
input.button.button--primary {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border: 0px;
  background: url(../images/submit-btn-right-arw.svg) no-repeat right 35px center #E96736;
  padding: 23px 83px 22px 36px;
  border-radius: 36px;
  transition: all 0.3s ease 0s;
}
input.button.button--primary:hover {
  background: url(../images/submit-btn-right-arw.svg) no-repeat right 35px center #262C6D;
}
a.link--previous {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  padding-left: 35px;
  background: url(../images/orange-right-arw.svg) no-repeat left center;
  text-decoration: none;
}
a.link--previous:hover {
  color: #262C6D;
}
.room-box-view img {
  box-shadow: 0px 15px 20px #262C6D14;
  margin-bottom: 20px;
  margin-top: -35px;
}
.room-box-view p {
  color: #01174A;
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 33px;
}
.room-box-view h5 {
  color: #262C6D;
  margin-bottom: 0;
  font-size: 26px;
  line-height: normal;
}
.room-box-view h5 span {
  color: #E96736;
  font-size: 14px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.extras-right-accordion {
  padding-top: 30px;
}
.extras-right-accordion h6 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 19px;
}
.itinerary-accordion.accordion-extras-right .acc_section .acc_head label, .itinerary-accordion.accordion-extras-right .acc_section .acc_head .col-12 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #01174A;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
.itinerary-accordion.accordion-extras-right .acc_section .acc_head label span, .itinerary-accordion.accordion-extras-right .acc_section .acc_head .col-12 span {
  color: #E96736;
}
.itinerary-accordion.accordion-extras-right .accordion_in {
  padding: 0 0 15px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}
.itinerary-accordion.accordion-extras-right .accordion_in:last-child {
  border-bottom: 0;
}
.itinerary-accordion.accordion-extras-right .acc_section .acc_head {
  background: url(../images/orange-dwn-arw.svg) right 0 center #fff no-repeat !important;
  background-size: 13px !important;
}
.itinerary-accordion.accordion-extras-right .acc_section.acc_active .acc_head {
  background: url(../images/orange-up-arw.svg) right 0px center #fff no-repeat !important;
  background-size: 13px !important;
}
.itinerary-accordion.accordion-extras-right ul {
  padding-left: 20px;
}
.itinerary-accordion.accordion-extras-right ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #787878;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  background: none;
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #E3E3E3;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
}
.itinerary-accordion.accordion-extras-right ul li:last-child {
  margin-bottom: 0px;
}
.itinerary-accordion.accordion-extras-right ul li:hover {
  border: 0px !important;
}
.itinerary-accordion.accordion-extras-right ul li span {
  color: #262C6D;
  font-weight: 500;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  white-space: nowrap;
}
.itinerary-accordion.accordion-extras-right .acc_content .row {
  padding-top: 19px;
  padding-bottom: 0;
}
.extras-total-amt {
  background: #F6F6F9 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 13px 13px;
  padding: 20px 20px 30px;
}
.extras-total-amt input.button.button--primary.loadmore-btn {
  padding: 15px 63px 16px 28px;
  background: url(../images/submit-btn-right-arw.svg) no-repeat right 40% center #E96736;
  background-size: 22px;
  box-shadow: 0px 12px 20px #E8857D24;
  width: 100%;
  text-align: center;
  box-shadow: 0px 12px 20px #171A4033;
}
.extras-total-amt input.button.button--primary.loadmore-btn:hover {
  background: url(../images/submit-btn-right-arw.svg) no-repeat right 40% center #262C6D;
  background-size: 22px;
}
.total-amt-cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.totamt-lbl {
  color: #262C6D;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-right: 1px solid #262C6D;
  padding-right: 8px;
}
.totamt-lbl span {
  font-size: 12px;
  color: #787878;
  display: block;
  font-weight: normal;
  line-height: normal;
}
.total-amt-cost h5 {
  font-size: 26px;
  color: #262C6D;
  line-height: 26px;
  margin-bottom: 0;
}
.total-amt-cost h5 span {
  font-size: 14px;
  color: #E96736;
}
.related-popup {
  width: 570px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 20px 20px #262C6D26;
  padding: 40px;
  border-radius: 8px;
  transition: opacity 0.5s ease-in-out;
}
.related-popup h6 {
  color: #01174A;
  max-width: 380px;
  margin-bottom: 15px;
}
.brkfst-price {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #262C6D;
  font-family: "Inter", sans-serif;
  font-weight: normal;
}
.brkfst-price span {
  color: #E96736;
  font-size: 16px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  /* font-weight: bold; */
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.choosing-option-section.review-booking-section h3 {
  color: #262C6D;
  margin-bottom: 40px;
}
.review-imgbox img {
  width: 100%;
  border-radius: 9px;
}
.label-title {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.stars {
  margin-right: 15px;
  line-height: 100%;
}
.stars img {
  width: 20px;
}
.hotename label {
  background: #F6F6F9 0% 0% no-repeat padding-box;
  border-radius: 60px;
  padding: 2px 15px;
  color: #262C6D;
  font-size: 12px;
  font-weight: normal;
}
.hotename span.check-date {
  background: #F6F6F9 0% 0% no-repeat padding-box;
  border-radius: 60px;
  padding: 2px 15px;
  color: #262C6D;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  line-height: 15px;
}
.check-date-wrap {
  -ms-flex: 1;
  flex: 1;
}
.choosing-option-section.review-booking-section .itinerary-ctn-destil-block h5 {
  color: #01174A;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 31px;
}
.choosing-option-section.review-booking-section h6 {
  margin-bottom: 20px;
  color: #01174A;
}
.review-booking-section .itinerary-ctn-destil-block ul li {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 26px;
  font-family: "Inter", sans-serif;
}
.hotename p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #787878;
  font-weight: 300;
  margin-bottom: 0px;
}
.checkin-detail {
  padding: 30px 20px;
  background: #F6F6F9 0% 0% no-repeat padding-box;
  border-radius: 6px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.checkin-detail label {
  display: block;
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 13px;
}
.checkin-detail span.check-date {
  display: block;
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  margin-bottom: 13px;
  font-weight: 300;
}
.checkin-detail span {
  display: block;
  color: #262C6D;
  font-size: 16px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.guest-detail {
  display: flex;
}
.guest-detail span {
  border-right: 1px solid #CDCFE1;
  padding-right: 6px;
  padding-left: 6px;
}
.guest-detail span:last-child {
  border-right: none;
}
.centerline {
  border-right: 1px solid #CDCFE1;
}
.last-line {
  padding-left: 25px;
}
.arrowline {
  position: relative;
}
.arrowline::after {
  content: '';
  right: 25px;
  top: 50%;
  position: absolute;
  background: url(../images/arrow-lg.png) no-repeat;
  width: 41px;
  height: 14px;
}
.review-booking-section .discover-btn {
  color: #262C6D;
}
.review-booking-section .discover-btn:hover {
  color: #e96736;
}
.review-booking-section .itinerary-ctn-destil-block ul {
  margin-bottom: 30px;
}
.agent-login {
  align-items: center;
}
.agent-login p {
  margin-bottom: 0;
  color: #787878;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.lead-personal-details .input-sec input {
  color: #262C6D;
  border-bottom: solid 1px #C2CDDF;
  font-size: 14px;
}
.lead-personal-details .input-sec select {
  color: #262C6D;
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #C2CDDF;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-orlange-dwn-arw.svg) no-repeat center right;
  min-height: 34.6px;
  box-shadow: none !important;
}
.lead-personal-details .input-sec input::placeholder {
  color: #262C6D;
  font-size: 14px;
}
.choosing-option-section.review-booking-section .itinerary-ctn-destil-block .lead-personal-details h5 {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 31px;
}
.lead-personal-details .input-sec span {
  font-size: 10px;
  line-height: 25px;
  font-family: "Inter", sans-serif;
  color: #787878;
}
.js-form-item.form-item.js-form-type-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.lead-personal-details .form-checkbox {
  width: auto !important;
}
.btm-confirmation-sec label.option {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
}
.same-above label.option {
  color: #262C6D;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.btm-confirmation-sec label.option a {
  color: #E96736;
}
.btm-confirmation-sec label.option a:hover {
  color: #262C6D;
}
.btm-confirmation-sec .submit-btn {
  width: 100%;
}
.btm-confirmation-sec .input-sec input {
  width: auto;
}
.choosing-option-section.review-booking-section .itinerary-ctn-destil-block .label-title h5 {
  margin-bottom: 0;
  padding-right: 25px;
  font-size: 38px;
  line-height: 45px;
}
.hotel-room-detail {
  margin-bottom: 35px;
}
.hotel-room-detail p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}
.hotel-room-detail label {
  font-size: 14px;
  line-height: 17px;
  color: #262C6D;
  font-weight: 600;
}
.hotel-room-detail span {
  font-size: 14px;
  line-height: 17px;
  color: #E96736;
}
.checkin-room-detail p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: #262C6D;
  font-weight: 500;
}
.checkin-room-detail p span {
  margin-bottom: 0;
  color: #787878;
  padding-left: 15px;
}
.review-booking-section .itinerary-ctn-destil-block .booking-detail-thanku ul {
  /* max-width: 450px; */
}
.checkin-room-detail .col-12 {
  margin-bottom: 22px;
}
.checkin-room-detail .col-12:last-child {
  margin-bottom: 0;
}
.review-booking-section .itinerary-ctn-destil-block .booking-detail-thanku ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #787878;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  background: none;
  gap: 10px;
}
.review-booking-section .itinerary-ctn-destil-block .booking-detail-thanku ul li:last-child {
  margin-bottom: 0px;
}
.review-booking-section .itinerary-ctn-destil-block .booking-detail-thanku ul li span {
  color: #262C6D;
  font-weight: 500;
  min-width: 22%;
}
.total-price-thanku {
  background: #F6F6F9 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul {
  margin-bottom: 0;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li {
  background: none;
  padding: 0;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 11px;
  padding-bottom: 8px;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li label {
  font-size: 16px;
  font-weight: 600;
  color: #262C6D;
  flex: 1 0 0%;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li span {
  font-size: 26px;
  font-weight: normal;
  color: #262C6D;
  font-family: "minerva-modern", sans-serif;
  width: auto;
  white-space: nowrap;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li span.normal-label {
  font-size: 14px;
  font-weight: normal;
  color: #787878;
  font-family: "Inter", sans-serif;
  flex: 1 0 0%;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li label.b-amt {
  font-size: 14px;
  font-weight: 600;
  color: #262C6D;
  width: auto;
  white-space: nowrap;
  flex: none;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li span small {
  color: #E96736;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}
.review-booking-section .itinerary-ctn-destil-block .total-price-thanku ul li:last-child {
  margin-bottom: 0;
}
.thanks-container {
  border-top: 1px solid #E3E3E3;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 50px;
}
.review-booking-section .itinerary-ctn-destil-block {
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.ref-btn {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 400;
  border: 0;
  background: #e96736;
  padding: 9px 19px;
  margin-bottom: 45px;
  border-radius: 60px;
  display: inline-block;
}
.personal-details-thanku .hotel-room-detail {
  margin-bottom: 0px;
}
.personal-details-thanku ul li {
  background: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 11px !important;
  padding-bottom: 8px;
  color: #787878;
}
.personal-details-thanku ul li:last-child {
  border-bottom: 0;
}
.personal-details-thanku ul li span {
  color: #262C6D;
  font-weight: 500;
  width: 50%;
  word-break: break-all;
}
.price-list-check {
  padding-top: 30px;
}
.price-list-check span {
  color: #787878;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 7px;
  font-weight: 500;
}
.password-strength .password-strength__title {
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}
.password-confirm-message {
  font-size: 13px;
}
.related-popup input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
.related-popup input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 13px;
  color: transparent !important;
  background: #fff;
  line-height: 100%;
  width: 17px;
  height: 17px;
  border: 2px solid #262C6D;
  margin-right: 7px;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
}
.related-popup input[type=checkbox]:checked:before {
  color: #262C6D !important;
}
#tooltip-modal .modal-content {
  border: 0 !important;
}
.modal-open .modal-backdrop.show {
  /* opacity: 0; */
}
@media(max-width:1024px) {
  .package-detail-right-sec-block-new {
    margin-bottom: 24px;
    margin-top: 10px;
  }
  .choose-search-sec {
    padding: 18px 25px;
  }
  .choose-search-sec .input-sec {
    margin-bottom: 22px;
  }
}
@media(max-width:991px) {
  .package-detail-right-sec-block-new {
    padding: 38px 24px 30px;
  }
  .review-booking-section .itinerary-ctn-destil-block {
    padding-left: 24px;
    padding-right: 24px;
  }
  .choosing-option-section.review-booking-section .itinerary-ctn-destil-block .lead-personal-details h5 {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 24px;
  }
  .choosing-option-section.review-booking-section .itinerary-ctn-destil-block h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .choosing-option-section.review-booking-section .itinerary-ctn-destil-block .label-title h5 {
    font-size: 28px;
    line-height: 35px;
  }
  .extras-total-amt {
    padding: 27px 20px 30px;
  }
  .totamt-lbl {
    padding-right: 24px;
  }
  .total-amt-cost {
    margin-bottom: 38px;
    justify-content: center;
  }
  .row.guest_details:before {
    left: -12px;
    width: calc(100% + 24px);
  }
  .review-booking-section .itinerary-ctn-destil-block ul li {
    font-size: 16px;
  }
}
@media(max-width:812px) {
  .checkin-detail span {
    font-size: 14px;
    line-height: 16px;
  }
  .last-line {
    padding-left: 15px;
  }
}
@media(max-width:767px) {
  .related-popup {
    width: auto;
    padding: 25px;
  }
  .itinerary-accordion.extras-accordion .acc_section .acc_head {
    background: url(../images/orange-dwn-arw.svg) right 0px center #fff no-repeat !important;
    background-size: 13px !important;
  }
  .itinerary-accordion.extras-accordion .acc_section.acc_active .acc_head {
    background: url(../images/orange-up-arw.svg) right 0px center #fff no-repeat !important;
    background-size: 13px !important;
  }
  .agent-login .submit-btn {
    margin: 30px 0 0;
  }
  .last-line {
    padding-top: 20px;
  }
  .guest-detail span:first-child {
    padding-left: 0;
  }
  .checkin-detail .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .checkin-detail .row [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .arrowline::after {
    right: inherit;
    top: inherit;
    bottom: 24px;
    transform: rotate(90deg);
    left: -15px;
  }
  .arrowline {
    padding-bottom: 60px;
  }
  .checkin-detail span {
    font-size: 16px;
    line-height: 18px;
  }
  .centerline {
    border-right: 0;
    border-bottom: 1px solid #CDCFE1;
    padding-bottom: 29px;
  }
  .review-booking-section .itinerary-ctn-destil-block .booking-detail-thanku ul li span {
    width: 25%;
  }
  .personal-details-thanku .hotel-room-detail {
    margin-bottom: 10px;
  }
  .review-booking-section .itinerary-ctn-destil-block ul {
    margin-bottom: 25px;
  }
  .hotename p {
    margin-bottom: 24px;
  }
  .checkin-detail {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .itinerary-accordion.extras-accordion ul li {
    display: block;
    font-size: 15px;
    line-height: 24px;
  }
}
/* style-added-29-11-24 */
.choosing-option-section {
  display: flex;
  flex-direction: column;
}
.choosing-option-section::after {
  /*position: relative !important;*/
}
.checkout-pane .extras-left-sec-block .col-10 {
  padding-right: 20px;
}
.related-popup img {
  border-radius: 10px;
  width: 100%;
}
.itinerary-accordion.extras-accordion ul li {
  display: table;
}
.itinerary-accordion.extras-accordion ul li:hover {
  border-bottom: 1px solid #E96736;
}
.related-popup .js-form-wrapper.form-wrapper:nth-child(even) {
  padding-left: 20px;
}
.related-popup input[type=checkbox]:before {
  width: 20px !important;
  height: 20px !important;
}
.related-popup h6 {
  font-size: 26px;
  line-height: 31px;
}
/* header and footer z index */
footer {
  z-index: 2 !important;
}
header.home-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.no-banner-page-body-section.choosing-option-body:before {
  content: "";
  height: 100% !important;
}
/* end */
.price-list-check span {
  margin-bottom: 26px;
}
@media (max-width: 600px) {
 /* .modal-content {
    margin: 0 10px;
  }*/
  .related-popup h6 {
    margin-top: 27px;
    margin-right: 32px;
    /*font-size: 22px;
    line-height: 28px;*/
  }
  .related-popup .js-form-wrapper.form-wrapper:nth-child(even) {
    padding-left: 12px;
  }
  .no-banner-page-body-section {
    padding-top: 135px;
  }
  .checkout-pane .extras-left-sec-block .col-10 {
    font-size: 20px !important;
    color: #01174A !important;
  }
  .cloud-1 {
    top: -45px;
  }
}
@media (max-width: 575px) {
  .hotename .label-title .stars {
    min-width: 120px;
    margin-right: 0;
  }
}
.itinerary-accordion.extras-accordion ul li:hover {
  border-bottom: 1px solid #E96736;
}
/* end */
/* new login style*/
.login-sec-block {
  max-width: 520px;
  margin: auto;
}
.new-login-sec {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px #262C6D14;
  border-radius: 8px;
  padding: 65px 60px;
  margin-bottom: 30px;
  text-align: center;
}
.login-sec-block h5 {
  margin-bottom: 45px;
  color: #262C6D;
}
.login-sec-block .button-main {
  align-items: center;
  justify-content: center;
}
.new-choosing-option-section::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 280px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%, rgba(250, 250, 248, 1) 9%, rgba(247, 247, 245, 1) 15%, rgba(241, 242, 237, 1) 23%, rgba(233, 234, 228, 1) 28%, rgba(211, 213, 200, 1) 52%, rgba(204, 212, 199, 1) 57%, rgba(201, 211, 200, 1) 57%, rgba(191, 209, 197, 1) 64%, rgba(188, 210, 198, 1) 64%, rgba(184, 207, 197, 1) 68%, rgba(181, 207, 196, 1) 69%, rgba(178, 208, 198, 1) 70%, rgba(176, 206, 196, 1) 71%, rgba(176, 208, 197, 1) 71%, rgba(169, 205, 195, 1) 75%, rgba(170, 205, 198, 1) 75%, rgba(169, 204, 197, 1) 76%, rgba(165, 205, 196, 1) 77%, rgba(158, 203, 196, 1) 82%, rgba(153, 203, 194, 1) 83%, rgba(150, 201, 192, 1) 86%, rgba(144, 201, 192, 1) 89%, rgba(142, 202, 194, 1) 89%, rgba(136, 199, 191, 1) 93%, rgba(135, 200, 194, 1) 94%, rgba(131, 198, 191, 1) 96%, rgba(125, 197, 193, 1) 100%);
}
.new-login-sec h6 a {
  color: #E96736;
}
.new-login-sec h6 {
  color: #262C6D;
  margin: 0px 0px 40px;
}
.new-login-sec h6 a:hover {
  color: #262C6D;
}
.new-login-sec p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #262C6D;
  margin: 0px 0px 30px;
}
/* new login style ends*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.hidden-loader {
  display: none !important;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lead-personal-details .input-sec .js-form-type-date label  {
	    color: #01174A;
}
.lead-personal-details .input-sec .js-form-type-date input[type=date]:required:invalid::-webkit-datetime-edit {
    color: #262C6D
}
.lead-personal-details .input-sec .js-form-type-date input::-webkit-input-placeholder {
  color: #262C6D
}
.lead-personal-details .input-sec .js-form-type-date input::-moz-placeholder {
  color: #262C6D
}
.lead-personal-details .input-sec .js-form-type-date input:-ms-input-placeholder {
  color: #262C6D
}
.lead-personal-details .input-sec .js-form-type-date input:-moz-placeholder {
  color: #262C6D
}
#hotel-search-form #loader {
    background: none;
}


