/*booking page css start */
section.camp_bgbanner_sec.booking_pg {
  height: 350px;
  overflow: hidden;
}

.book_fomr_cont.help_form_sec {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 15px 20px 20px;
  margin-top: -60px;
  background: #fff;
  border-radius: 5px;
}
.book_fomr_cont.help_form_sec h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'open_sanslight';
  margin-bottom: 18px;
  color: #000;
}
.book_fomr_cont.help_form_sec .no-pad {
  padding: 0;
}
.book_fomr_cont.help_form_sec label {
  font-size: 14px;
  color: #868686;
  display: block;
  font-family: 'robotoregular';
  margin-bottom: 4px;
}
.book_fomr_cont.help_form_sec .form-control, .book_fomr_cont.help_form_sec input[type="text"], .book_fomr_cont.help_form_sec select {
  height: 42px;
  box-shadow: none;
  outline: none !important;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 300;
  color: #868686;
  line-height: 40px;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #E6E6E6;
  font-family: 'robotoregular';
}
.book_fomr_cont.help_form_sec .availability_btn.btn_nowmore.btn {
  background: #083A72;
  border-color: #083A72;
  font-size: 16px;
  color: #fff;
  font-family: 'robotomedium';
  margin-top: 22px;
  width: 100%;
  text-align: center;
  padding: 9px 5px;
}
.book_fomr_cont.help_form_sec .availability_btn.btn_nowmore.btn:hover {
  background-color: #062446;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}
.custom-select-wrapper .custom-select-wrapper select {
  display: none;
}
.custom-select-wrapper .custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-wrapper .custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 22px 0 10px;
  font-size: 14px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 300;
  color: #868686;
  border: 1px solid #E6E6E6;
  font-family: 'robotoregular';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.custom-select-wrapper .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  right: 9px;
  margin-top: -3px;
  border-bottom: 1px solid #5e5e5e;
  border-right: 1px solid #5a5a5a;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select-wrapper .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-select-wrapper .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: -15px 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 99;
}
.custom-select-wrapper .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-select-wrapper .custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.custom-select-wrapper .option-hover:before {
  background: #f9f9f9;
}
.custom-select-wrapper .custom-option {
  position: relative;
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  font-family: 'robotoregular';
  color: #868686;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select-wrapper .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-select-wrapper .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-select-wrapper .custom-option:hover,
.custom-select-wrapper .custom-option.selection {
  background: #f9f9f9;
}

.guest_select .custom-select {
  background-image: url(../img/user_select_icon.svg);
  background-position: 7px center, 96% center;
  background-repeat: no-repeat;
}

.guest_select .custom-select .custom-select-trigger {
  padding-left: 28px;
}

.custom-select-wrapper .custom-select.opened .custom-options {
  display: block !important;
  opacity: 1;
  visibility: visible;
  top: 56px;
}

.guest_details_sec {
  padding-bottom: 60px;
}
.guest_details_sec .book_fomr_cont.help_form_sec {
  margin: 0;
  margin-top: 30px;
  box-shadow: none;
  border: 1px solid #E8E8E8;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  font-family: 'robotomedium';
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .group-form {
  margin-bottom: 20px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .group-form input, .guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .group-form .custom-select, .guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .group-form textarea {
  background-color: #F8F8F8;
  cursor: default;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .group-form textarea {
  height: 105px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .custome_checkbox {
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .custome_checkbox input {
  width: 20px;
  height: 20px !important;
  line-height: 20px !important;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 9;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .custome_checkbox .checkin_box {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 2px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .custome_checkbox .checkin_box:after {
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 15px;
  content: "\2714";
  color: #868686;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .custome_checkbox input:checked + .checkin_box:after {
  opacity: 1;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .topmr_checkbox {
  margin-top: 40px;
  margin-bottom: 25px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .topmr_checkbox .check_select_box span {
  font-size: 12px;
  color: #000;
  font-family: 'robotoregular';
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .topmr_checkbox .check_select_box span a {
  color: #009FE3;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .topmr_checkbox h3 {
  font-size: 20px;
  font-family: 'robotomedium';
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .topmr_checkbox .availability_btn.btn_nowmore.btn {
  width: auto;
  float: right;
  margin: -8px 0 0;
  min-width: 135px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .green_bdr_box {
  border: 1px solid #00C853;
  float: left;
  width: 100%;
  padding: 10px 25px;
  border-radius: 5px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .green_bdr_box .blck_text {
  color: #000;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .green_bdr_box .site-pra {
  font-size: 13px;
  color: #000;
  display: block;
  font-family: 'robotoregular';
  margin-bottom: 4px;
}
.guest_details_sec .book_fomr_cont.help_form_sec .guest_details_content .green_bdr_box img {
  margin-top: 3px;
}
.guest_details_sec .custom-select {
  background-color: #f8f8f8;
}
.guest_details_sec .fare_summary_sec {
  margin: 0;
  margin-top: 20px;
  box-shadow: none;
  border: 1px solid #E8E8E8;
  padding: 15px 20px 20px;
  border-radius: 5px;
  float: left;
  width: 100%;
}
.guest_details_sec .fare_summary_sec h3 {
  font-size: 20px;
  color: #000;
  font-family: 'robotomedium';
  margin-bottom: 10px;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box {
  float: left;
  width: 100%;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box h4 {
  background: #F8F8F8;
  padding: 8px 15px;
  text-align: center;
  color: #414141;
  font-family: 'robotomedium';
}
.guest_details_sec .fare_summary_sec .weekDay_night_box .room_total_table {
  float: left;
  width: 100%;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box .subtital {
  padding: 8px;
  border-bottom: 1px solid #F1F1F1;
  text-align: left;
  font-size: 14px;
  font-family: 'robotomedium';
  float: left;
  width: 100%;
  background: #ffffff;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box .subtital .left {
  float: left;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box .subtital .right {
  float: right;
}
.guest_details_sec .fare_summary_sec .weekDay_night_box .blue_bg_text {
  background: #E9F4FF;
  text-align: center;
}
.guest_details_sec .fare_summary_sec .grend_total_box.blue_bg_text {
  background: #083A72 !important;
  padding: 12px 8px !important;
  font-size: 14px;
  font-family: 'robotomedium';
  float: left;
  width: 100%;
}
.guest_details_sec .fare_summary_sec .grend_total_box.blue_bg_text .left {
  float: left;
}
.guest_details_sec .fare_summary_sec .grend_total_box.blue_bg_text .right {
  float: right;
}
.guest_details_sec .fare_summary_sec .grend_total_box.blue_bg_text span {
  color: #fff;
}

.calender_header {
  text-align: center;
}
.calender_header span {
  text-align: center;
  font-size: 15px;
  font-family: 'robotomedium';
  color: #000;
  padding: 5px 10px 10px;
  display: inline-block;
  width: 100%;
}

.calender_day_name {
  list-style: none;
  background: #E9F4FF;
}
.calender_day_name li {
  vertical-align: middle;
  width: 14.222%;
  text-align: center;
  font-size: 13px;
  font-family: 'robotomedium';
  padding: 10px;
  float: left;
}

.calender_day_num li {
  width: 14.22%;
  float: left;
  text-align: center;
  padding: 10px;
}
.calender_day_num li span {
  color: #000000;
  font-size: 13px;
  font-family: 'robotomedium';
  display: block;
}
.calender_day_num li span .blue_box {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #083A72;
  border-radius: 20px;
  color: #fff !important;
  line-height: 20px;
  font-size: 11px !important;
  margin-top: 4px;
}
.calender_day_num li span .green_box {
  background: #08721D;
}
.calender_day_num li span .red_box {
  background: #E60000;
}
.calender_day_num li .grey_text {
  color: gray;
}

/* footer inner page css start */
.footer_site.inner_pg_footer {
  padding-top: 180px;
}
.footer_site.inner_pg_footer .inner_container:after {
  top: -160px;
}

/* footer inner page css end */
.paxContent {
  position: relative;
  padding-bottom: 4px;
  padding-top: 8px;
  display: block;
  clear: both;
  height: auto;
  overflow: hidden;
}

.paxContent .label {
  font-size: 14px;
  color: #868686;
  display: block;
  font-family: 'robotoregular';
  margin-bottom: 4px;
}

.paxContent .box {
  float: left;
  width: 33.3333%;
  color: #868686;
  border: 1px solid #E6E6E6;
  margin-top: 0px;
  padding-right: 3px;
  padding-bottom: 4px;
}

.paxContent .box .left {
  float: left;
}

.paxContent .box .right {
  float: right;
}

.paxContent .box:first-child {
  border-left: 1px solid #e8e9eb;
}

.paxContent .num {
  text-align: center;
  margin: 17px 0 0 8px;
  float: left;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
}

.paxContent .txt {
  display: block;
  float: left;
  font-size: 12px;
  clear: both;
  margin: 2px 0 0 0px;
  padding-left: 6px;
  text-transform: capitalize;
}

.paxContent .btn_plus, .paxContent .btn_minus {
  width: 26px;
  height: 26px;
  border: none;
  display: block;
  outline: none;
  margin-top: 5px;
  background-image: url(/Images/plus_minus_home.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #083a72;
  cursor: pointer;
  border-radius: 50%;
}

.paxContent .btn_minus {
  background-position: -18px 5px;
}

.paxContent .icon_adult {
  background-image: url(/Images/adult.png);
  background-repeat: no-repeat;
  width: 20px;
  float: left;
  margin-left: 16px;
  margin-top: 13px;
  height: 26px;
}

.paxContent .icon_child {
  background-image: url(/Images/child.png);
  background-repeat: no-repeat;
  width: 20px;
  float: left;
  margin-left: 16px;
  margin-top: 13px;
  height: 26px;
}

.paxContent .icon_infant {
  background-image: url(/Images/infant.png);
  background-repeat: no-repeat;
  width: 20px;
  float: left;
  margin-left: 16px;
  margin-top: 13px;
  height: 26px;
}

.paxContent ul.NPax {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 110px;
  float: left;
}

.paxContent ul.NPax li {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.Night {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  color: #868686;
  display: block;
  font-family: 'robotoregular';
}

.Night p {
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-size: 15px;
}

.pull-left {
  float: left !important;
}

.col-mid {
  width: 182px;
  float: left;
  margin-right: 10px;
}

.Msg {
  background: #ff0000 none repeat scroll 0 0;
  color: white;
  font-size: 12px;
  padding: 10px;
  position: relative;
}
