/*******************Reset Css****************/

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}

p {
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

em {
  font-style: normal;
}

body {
  font-size: 14px;
  /* font-family: "Poppins", sans-serif; */
  /*font-family added Dt. 24.03.2022 below*/
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  color: #424242;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  outline: none !important;
  text-decoration: none;
  font-style: normal;
  text-decoration: none;
}

input {
  width: 100%;
}

img,
figure {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
input,
textarea {
  padding: 5px 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*Buttons*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
  font-weight: 400;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: #000000;
  font-weight: 400;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: #000000;
  font-weight: 400;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
  font-weight: 400;
}

.noradius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.pointerNone {
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
}

.relative {
  position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  width: 100%;
}

.basic_btn {
  height: 42px;
  border-radius: 10px;
  background-color: #403e37;
  border: 1px solid #403e37;
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}
.basic_btn:hover {
  color: #403e37;
  background-color: transparent;
}

/*******************Reset Css****************/

/**Header**/
.header_wrpr {
  background-color: #fff;
}
.hdr_top_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 15px;
}
.hdr_top_img img {
  width: 100%;
  height: 85%;
}
.hdr_outr {
  padding: 20px 0;
}
.hdr_outr .navbar {
  padding: 0;
}
.hdr_outr .navbar .container-fluid {
  padding: 0 140px;
}
.custm_nav {
  padding-left: 35px;
}
.custm_nav li {
  padding-right: 30px;
  position: relative;
}
.custm_nav li:last-child {
  padding-right: 0;
  display: none;
}
.custm_nav li a {
  font-size: 22px;
  /* color: #403e37; */
  color: #161616;
  /* font-weight: 400; */
  font-family: "sweet-titling-no-26", sans-serif;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.custm_nav li a:hover,
.custm_nav li.active a {
  color: #c09f2c;
}
.hdr_list ul {
  font-size: 0;
}
.hdr_list ul li {
  display: inline-block;
  margin-right: 45px;
}
.hdr_list ul li:last-child {
  margin-right: 11px;
}
.hdr_list ul li a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  /* color: #403e37; */
  color: #161616;
  font-weight: 500;
  /* font-family: "sweet-titling-no-26", sans-serif; */
  font-family: "sweet-gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hdr_list ul li a:hover {
  color: #c09f2c;
}
.hdr_list ul li span {
  margin-right: 10px;
}
.hdr_btn_area {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdr_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hdr_btn_area .basic_btn {
  padding: 0 20px;
  text-transform: uppercase;
  height: 52px;
  border-radius: 10px;
  line-height: 50px;
}
/**Header**/

/**Reservation step**/
.rsrvtn_stps_outer {
  padding: 50px 0 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.rvtn_heading {
  text-align: center;
  padding-bottom: 30px;
}
.rvtn_heading h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #403e37;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.rvtn_stps_inner {
  padding: 0 80px;
}

.rvtn_stps_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.rvtn_stps_main ul li {
  width: 25%;
  text-align: center;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #403e37;
  line-height: 24px;
}
.rvtn_stps_main ul li span {
  display: block;
  height: 27px;
  width: 27px;
  border: 3px solid #d7bf69;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
}
.rvtn_stps_main ul li.active span {
  background-color: #403e37;
  border: 8px solid #d7bf69;
}
.rvtn_stps_main ul li.fill span {
  background-color: #d7bf69;
}

.rvtn_stps_main ul li::before {
  content: "";
  height: 3px;
  width: 100%;
  background: #403e37;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

/**more Customization**/
.mr_custm_outer {
  padding: 100px 0 125px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.global_heading {
  text-align: center;
}
.global_heading h2 {
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  color: #3d3d3d;
  line-height: 60px;
  font-weight: 400;
}
.global_heading h2 span {
  display: block;
}

.mr_custm_outer .global_heading h2 {
  color: #fff;
}
.cstm_tour_inner {
  padding: 50px 95px 0;
}

.ctour_block {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ctour_img {
  height: 100%;
  width: 46%;
  min-width: 46%;
}
.ctour_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ctour_cont {
  width: 100%;
  padding: 20px 70px 20px;
}

.ctour_cont h3 {
  /* font-family: "Oswald", sans-serif; */
  font-family: "sweet-gothic", sans-serif !important;
  font-size: 13px;
  color: #1d1d1d;
  /* color: #c09f2c; */
  line-height: 46px;
  font-weight: 400;
  position: relative;
  padding-bottom: 24px;
}
.ctour_cont h3::before {
  content: "";
  height: 4px;
  width: 60px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #c09f2c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ctour_text {
  padding-top: 25px;
}
.ctour_text p {
  /* font-family: "Poppins", sans-serif; */
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  /* font-size: 20px;
  line-height: 35px; */
  font-size: 15px;
  line-height: 30px;
  color: #3d3d3d;
}

/* select travel */
.select_travel_sec {
  padding: 90px 0 120px;
}
.select_travel_sec .page_hdng {
  margin-bottom: 45px;
}
.s_trvl_itm {
  padding: 10px;
  border: 1px solid #d7bf69;
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s_trvl_itm.select_travle {
  background-color: #d7bf69;
}
.s_trvl_itm label {
  margin-bottom: 0;
  cursor: pointer;
}
.s_trvl_itm .custm_radio {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.s_travl_img img {
  width: 100%;
}
.s_trvl_txt {
  padding: 45px 30px 50px;
  text-align: center;
}
.s_trvl_txt h6 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #c09f2c;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*font-family added Dt. 24.03.2022*/
  font-family: "sweet-gothic", sans-serif;
}
.s_trvl_itm.select_travle .s_trvl_txt h6 {
  color: #fff;
}
.s_trvl_txt p {
  font-size: 15px;
  line-height: 26px;
  color: #3d3d3d;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s_trvl_itm.select_travle .s_trvl_txt p {
  color: #fff;
}
.s_trvl_innr {
  margin: 0 -65px;
}
.s_travl_img {
  position: relative;
}
.s_travl_img::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s_trvl_itm.select_travle .s_travl_img::after {
  background-color: #d7bf69;
}
.s_travl_img::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../images/dot.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 2;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.s_trvl_itm.select_travle .s_travl_img::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* select travel */

/* Group tour */
.tour_bok_sec {
  padding: 60px 0;
}
.page_hdng {
  margin-bottom: 35px;
  text-align: center;
}
.page_hdng h2 {
  font-size: 48px;
  line-height: 58px;
  /* color: #3d3d3d; */
  color: #3d3d42;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.tour_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border: 1px solid #c09f2c;
}
.tour_hdng {
  padding: 20px 0;
  background-color: #c09f2c;
  text-align: center;
}
.tour_hdng h6 {
  font-size: 23px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.tour_itm {
  width: 25%;
  border-right: 1px solid #c09f2c;
}
.tour_itm:last-child {
  border-right: 0;
}
.tour_itm_innr {
  height: 100%;
}
.tour_chk {
  padding: 45px 80px;
}
.tour_chk ul {
  font-size: 0;
}
.tour_chk ul li {
  margin-bottom: 15px;
}
.tour_chk ul li:last-child {
  margin-bottom: 0;
}
.custom_chk {
  display: block;
  position: relative;
  padding-left: 38px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #403e37;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom_chk.chk_color {
  color: #c09f2c;
}
.custom_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_chk .check_mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: transparent;
  border: 1px solid #000;
}
.custom_chk input:checked ~ .check_mark {
  background-color: #d1d0cf;
  border-color: #d1d0cf;
}
.custom_chk .check_mark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom_chk input:checked ~ .check_mark:after {
  display: block;
}
.custom_chk .check_mark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #403e37;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tailor_calender .tour_calender {
  padding: 49px 15px;
}
.tour_calender {
  padding: 25px 15px;
}
.tour_calender .vanilla-calendar {
  width: 100%;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tour_calender .vanilla-calendar .vanilla-calendar-btn {
  display: none;
}
.tour_calender .vanilla-calendar .vanilla-calendar-week {
  background-color: #fff;
}
.tour_calender .vanilla-calendar .vanilla-calendar-week span {
  padding: 0;
  color: #353951;
}
.tour_calender .vanilla-calendar .vanilla-calendar-date {
  background-color: transparent;
  color: #818181;
  width: 35px;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.tour_calender .vanilla-calendar .vanilla-calendar-date--today {
  background-color: #c09f2c;
  color: #fff;
}
.tour_calender .vanilla-calendar .vanilla-calendar-date--selected {
  background-color: #403e37;
  color: #fff;
}
.tour_calender .vanilla-calendar .vanilla-calendar-date--disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.grp_tour_table {
  padding: 55px 0 65px;
}
.grp_table_area .table thead th {
  background-color: #ededed;
  padding: 25px 25px 20px;
  font-size: 18px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.grp_table_area .table tbody td {
  /* padding: 25px;*/
  /* padding: 25px; sanghamita ghosh*/
  padding: 25px 24px 25px 16px;
  background-color: #fff;
  border-bottom: 1px solid #d9d8d7;
  font-size: 15px;
  line-height: 24px;
  color: #403e37;
  font-weight: 400;
  position: relative;
}
.grp_table_area .table tbody td::after {
  content: "";
  position: absolute;
  top: 30px;
  height: 18px;
  width: 1px;
  background-color: #cfcfcd;
  right: 0;
}
.grp_table_area .table tbody td:first-child {
  width: 150px;
}
.grp_table_area .table tbody td:last-child::after {
  display: none;
}
.grp_table_area .table tbody td span {
  display: block;
  color: #000;
}
.grp_table_area .table tbody tr:last-child td {
  border-bottom: 0;
}
/* Group tour */

/* Private tour */
.private_tour {
  padding: 60px 0 130px;
}
.private_tour .global_heading {
  margin-bottom: 20px;
}
.private_table .table tbody td {
  vertical-align: middle;
}
.private_table .table tbody td::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Private tour */

/* tailor made tour */
.w_50 {
  width: 50%;
}
.tour_drop_area {
  padding: 50px 60px;
}
.tour_drop_area .dropdown-toggle {
  height: 58px;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  line-height: 56px;
  border-radius: 0;
  padding: 0 30px;
  font-size: 17px;
  color: #403e37;
  font-weight: 400;
}
.tour_drop_area .bootstrap-select > .dropdown-toggle.bs-placeholder,
.tour_drop_area .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.tour_drop_area .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.tour_drop_area .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #403e37;
}
.tour_drop_area .dropdown-item.active,
.tour_drop_area .dropdown-item:active,
.tour_drop_area .dropdown-item:focus,
.tour_drop_area .dropdown-item:hover {
  background-color: #c09f2c;
  color: #fff;
}
.tour_drop_area .dropdown-toggle::after {
  margin-left: 0;
  vertical-align: 0;
  border: 0;
  width: 14px;
  height: 7px;
  background-image: url("../images/dwn_arw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
}
.tour_drop_area .dropup .dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.book_now_link .basic_btn {
  height: 72px;
  border-radius: 19px;
  line-height: 70px;
  font-size: 25px;
  padding: 0 40px;
}
.book_now_link {
  margin-top: 45px;
  text-align: center;
}
.made_tour {
  padding: 90px 0 125px;
}
.made_tour .global_heading {
  margin-bottom: 25px;
}
.made_tour_table .table thead th {
  background-color: #ededed;
  padding: 25px 25px 20px;
  font-size: 18px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: left;
}
.made_tour_table .table thead th:nth-child(n + 3) {
  text-align: center;
}
.made_tour_table .table thead th:nth-child(2n + 3) {
  background-color: #e6e6e6;
}
.made_tour_table .table tbody td {
  padding: 25px;
  background-color: #fff;
  border-bottom: 1px solid #d9d8d7;
  font-size: 15px;
  line-height: 24px;
  color: #403e37;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
.made_tour_table .table tbody tr:first-child td {
  padding: 5px 0;
  border-bottom: 0;
  color: #c09f2c;
}
.made_tour_table .table tbody td:nth-child(n + 3) {
  text-align: center;
}
.made_tour_table .table tbody td:nth-child(2n + 3) {
  background-color: #f8f8f8;
}
.made_tour_table .table tbody tr:last-child td {
  border-bottom: 0;
}
/* tailor made tour */

/* footer */
.ftr_outr {
  background-color: #403e37;
}
.ftr_outr .container-fluid,
.ftr_btm .container-fluid {
  padding: 0 200px;
}
.ftr_top {
  padding: 65px 0 35px;
  border-bottom: 1px solid #66655f;
}
.ftr_hdng {
  margin-bottom: 18px;
}
.ftr_hdng h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 13px;
  color: #c09f2c;
  font-weight: 700;
  text-transform: uppercase;
  /*font-family added Dt. 24.03.2022*/
  font-family: "sweet-gothic", sans-serif !important;
}
.ftr_list ul {
  font-size: 0;
}
.ftr_list ul li {
  margin-bottom: 5px;
}
.ftr_list ul li a,
.ftr_list ul li p {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ftr_list ul li a:hover {
  color: #c09f2c;
}
.ftr_list ul li p {
  margin-top: 30px;
}
.ftr_list ul li a span {
  margin-right: 5px;
  min-width: 12px;
}
.reserve_btn {
  height: 44px;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #f8f9fb;
  padding: 0 55px;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #c09f2c;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.reserve_btn:hover {
  background-color: #f8f9fb;
  color: #c09f2c;
}
.ftr_mid {
  padding: 30px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.truest_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.truest_area h6 {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 20px;
}
.truest_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.truest_area ul li {
  margin-right: 25px;
}
.truest_area ul li a {
  display: block;
}
.ftr_btm {
  padding: 15px 0;
  background-color: #000;
}
.ftr_btm_img {
  width: 30%;
}
.ftr_btm_img a {
  display: inline-block;
}
.ftr_btm_innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
/* .copyright {
  width: 100%;
} */
.copyright ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
}
.copyright ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.copyright ul li a,
.copyright ul li p {
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.copyright ul li a:hover {
  /* color: #c09f2c; */
  color: #ffffff;
  text-decoration: underline;
}
/* footer */

/* Deposite payment */
.table_hdng {
  background-color: #403e37;
  padding: 25px 0 20px;
  text-align: center;
}
.table_hdng h2 {
  font-size: 23px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.deposit_table td h6 {
  font-size: 18px;
  line-height: 16px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.grp_table_area .deposit_table.table tbody td:first-child {
  width: auto;
}
.deposit_table tbody tr:last-child td::after {
  display: none;
}
.table {
  margin-bottom: 0;
}
.note_area {
  padding: 40px 25px 55px;
  background-color: #fff;
  border-top: 1px solid #d9d8d7;
}
.note_area h6 {
  font-size: 15px;
  line-height: 23px;
  color: #403e37;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.note_area h6 span,
.note_area p span {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  margin-right: 10px;
  width: 39px;
}
.note_area p {
  font-size: 14px;
  line-height: 25px;
  color: #403e37;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
/* Deposite payment */

/* Guest Info */
.info_frm_area {
  padding: 60px 35px 85px;
  background-color: #fff;
}
.info_frm_innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.info_frm_itm {
  width: 50%;
  padding: 0 15px;
}
.widhun {
  width: 100% !important;
}
.info_input {
  margin-bottom: 20px;
}
.info_input .form-control {
  padding: 0 25px;
  margin-bottom: 10px;
  height: 67px;
  background-color: #e5eaea;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 67px;
  color: #403e37;
  font-weight: 400;
}
.info_input .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.info_input label {
  font-size: 21px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.info_chk {
  margin-bottom: 25px;
}
.info_chk h6 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.info_chkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #403e37;
  font-weight: 400;
}
.info_chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.info_chkbox .check_mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #000000;
}
.info_chkbox input:checked ~ .check_mark {
  background-color: #000000;
}
.info_chkbox .check_mark:after {
  content: "";
  position: absolute;
  display: none;
}
.info_chkbox input:checked ~ .check_mark:after {
  display: block;
}
.info_chkbox .check_mark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info_chk p {
  font-size: 13px;
  line-height: 20px;
  color: #403e37;
  font-weight: 400;
}
.sub_btn {
  height: 68px;
  border-radius: 16px;
  background-color: #403e37;
  padding: 0 55px;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
  line-height: 66px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #403e37 !important;
}
.sub_btn:hover {
  background-color: transparent;
  color: #403e37;
}
/* Guest Info */

/* Guests & Occupancy */
.gust_oc_itm {
  background-color: #f5f5f5;
  border: 1px solid #c09f2c;
  height: 100%;
}
.gust_oc_hdng {
  padding: 20px 0;
  text-align: center;
}
.gust_oc_hdng h2 {
  font-size: 23px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.gold_bg {
  background-color: #c09f2c;
}
.select_tour_list {
  padding: 15px 10px;
}
.select_tour_list ul {
  font-size: 0;
}
.select_tour_list ul li {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select_tour_list ul li + li {
  border-top: 1px solid #dbdbdb;
}
.select_tour_list ul li span {
  font-size: 15px;
  line-height: 23px;
  color: #403e37;
  font-weight: 600;
  width: 30%;
  padding-right: 10px;
}
.select_tour_list ul li p {
  font-size: 15px;
  line-height: 23px;
  color: #403e37;
  font-weight: 400;
  width: 70%;
}
.black_bg {
  background-color: #403e37;
}
.price_info {
  padding: 35px 60px 30px;
}
.price_info_itm {
  margin-bottom: 25px;
}
.price_info_itm h6 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 15px;
  color: #090909;
  font-weight: 600;
}
.price_info_itm p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 23px;
  color: #403e37;
  font-weight: 400;
}
.price_info_itm p:last-child {
  margin-bottom: 0;
}
.room_box_hdng {
  padding: 24px 25px 20px;
  min-height: 65px;
  background-color: #ededed;
}
.room_box_hdng h6 {
  font-size: 18px;
  line-height: 21px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.room_box_hdng h6 span {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.room_chk_area {
  padding: 20px 30px;
  background-color: #fff;
}
.room_itm_innr {
  height: 100%;
}
.add_room_btn span {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #403e37;
  border: 2px solid #403e37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add_room_btn span img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add_room_btn {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add_room_btn:hover span {
  background-color: transparent;
}
.add_room_btn:hover span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.add_room_btn:hover {
  color: #c09f2c;
}
.room_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.room_box_itm {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}
/*.room_box_itm:nth-child(n+2){ //16.9.2021 sanghamita ghosh
.room_box_itm:nth-child(n+2){
  margin-bottom: 0;
}*/

.add_room_area {
  padding: 57px 30px;
  background-color: #fff;
}
/* .total_tr {
  border-top: 5px solid #dbdbdb;
  border-bottom: 5px solid #dbdbdb;
} */
.total_tr td {
  font-size: 16px;
  color: #1d1d1d;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.chkout {
  padding: 45px 0 55px;
  background-color: #fff;
  text-align: center;
}
.chkout .basic_btn {
  height: 68px;
  line-height: 66px;
  font-size: 25px;
  padding: 0 60px;
}
/* Guests & Occupancy */

/* signup */
.signup_sec {
  padding: 80px 0 220px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.signup_sec .global_heading {
  margin-bottom: 40px;
}
.signup_sec .global_heading h2 {
  color: #fff;
}
.sign_area {
  max-width: 50%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 35px 55px 40px;
}
.sign_area h6 {
  font-size: 31px;
  line-height: 40px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
.sign_frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.sign_input {
  padding: 0 9px;
  margin-bottom: 15px;
}
.sign_input:last-child {
  margin-bottom: 0;
}
.w_100 {
  width: 100%;
}
.sign_input .form-control {
  height: 55px;
  padding: 0 15px 0 45px;
  border: 0;
  line-height: 54px;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.sign_input.email_input .form-control {
  background-image: url("../images/login_icon1.png");
}
.sign_input .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #c09f2c;
}
.sign_input.pass_input .form-control {
  background-image: url("../images/login_icon2.png");
}
.sign_input.phone_input .form-control {
  background-image: url("../images/login_icon3.png") !important;
}
.remember_me {
  padding: 25px 0 30px;
}
.remember_chk {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  font-weight: 400;
}
.remember_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.remember_checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #d1d1d1;
}
.remember_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.remember_chk input:checked ~ .remember_checkmark:after {
  display: block;
}
.remember_chk .remember_checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sign_btn {
  height: 59px;
  border-radius: 29px;
  background-color: #403e37;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 59px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.sign_btn:hover {
  background-color: #c09f2c;
  color: #ffffff;
}
.sign_btn_div {
  margin-bottom: 20px;
}
.forgot_link {
  text-align: center;
}
.forgot_link a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  color: #ea1313;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.forgot_link a:hover {
  color: #c09f2c;
}
.sign_btn_area span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 13px;
  color: #000000;
  font-weight: 500;
  padding: 20px 0;
  text-transform: uppercase;
}
.sign_btn_area p {
  font-size: 16px;
  line-height: 27px;
  color: #929292;
  font-weight: 400;
  padding: 15px 0 30px;
}
/* signup */

/* pagination */
.c_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
}
.c_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_pagination ul li {
  margin: 0 5px;
}
.c_pagination ul li a {
  width: 36px;
  /* height: 36px; */
  text-align: center;
  /* line-height: 45px; */
  font-size: 18px;
  font-weight: 600;
  color: #121212;
}
.c_pagination ul li a:hover,
.c_pagination ul li a.active {
  color: #fff;
  background-color: #5e5f5f;
}
/* pagination */
/*payment page 12/03/22*/
.payment_sec {
  padding: 67px 0;
}
.payment_sec h2 {
  margin: 0 -15px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #909294;
  font-weight: 400;
  border-bottom: 2px solid #e3e4e6;
  padding-bottom: 15px;
}
.payment_sec h5 {
  padding-bottom: 15px;
  font-family: "Oswald", sans-serif;
  color: #909294;
  font-weight: 400;
}
.payment_sec .row {
  padding-top: 30px;
}
.payment_sec .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 2px solid #e3e4e6;
  border-bottom: 0;
}

.payment_right .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment_right .offer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment_right li {
  padding-bottom: 18px;
}
.payment_right {
  padding: 20px 0;
  border-top: 2px solid #e3e4e6;
}
.payment_right .total_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment_right ul li:last-child {
  padding-bottom: 0;
}
.payment_sec .form-group input::-webkit-input-placeholder {
  color: #6e6e6e;
}
.payment_sec .form-group input:-ms-input-placeholder {
  color: #6e6e6e;
}
.payment_sec .form-group input::placeholder {
  color: #6a6e71;
  font-weight: 500;
  font-size: 16px;
}
.payment_sec .form-group .highlight::-webkit-input-placeholder {
  color: #8ab4d8;
}
.payment_sec .form-group .highlight:-ms-input-placeholder {
  color: #8ab4d8;
}
.payment_sec .form-group .highlight::placeholder {
  color: #469de8;
}
.payment_sec .item_box span:first-child {
  color: #a9aaab;
  font-weight: 500;
  font-size: 16px;
}
.payment_sec .item_box span:last-child {
  color: #878a8b;
  font-size: 16px;
  font-weight: 600;
}
.payment_sec .offer_box span:first-child {
  color: #b8babc;
  font-size: 16px;
  font-weight: 400;
}
.payment_sec .offer_box span:last-child {
  color: #adafb1;
  font-size: 16px;
  font-weight: 500;
}
.payment_sec .total_box span {
  font-size: 16px;
  color: #b9babc;
  font-weight: 400;
}
.payment_sec .subtotal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.payment_sec .subtotal_box span {
  color: #787a7c;
  font-size: 16px;
  font-weight: 600;
}
.order_btn input {
  background-color: #5aa928;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
.payment_right .item_box span .cross {
  font-size: 12px;
  font-weight: 400;
  color: #a9aaab;
}
.payment_lft {
  padding-bottom: 30px;
}
.payment_lft .credit {
  background-image: url(../images/credit-card.png);
  background-position: top 17px right 18px;
  background-repeat: no-repeat;
}
.payment_sec p {
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  color: #d7d9da;
  font-weight: 500;
}
.payment_sec p span {
  color: #469de8;
}
.payment_btm {
  text-align: center;
}
.payment_btm span {
  display: block;
}
.payment_btm span {
  font-size: 16px;
  color: #d7d9da;
  font-weight: 500;
  padding-top: 5px;
}
.payment_btm span:last-child {
  color: #469de8;
}

.payment_lft .form-row label {
  padding: 13px 18px 13px;
  color: #6a6e71;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.payment_lft .form-row .col-md-4 {
  background-color: #f2f4f5;
}
.payment_lft .form-row {
  border: 2px solid #e3e4e6;
  border-bottom: 0;
}
.payment_lft .form-row:last-child {
  border-bottom: 2px solid #e3e4e6;
}
.payment_sec .payment_lft .form-row input::-webkit-input-placeholder {
  color: #6a6e71;
  font-weight: 500;
  font-size: 16px;
}
.payment_sec .payment_lft .form-row input:-ms-input-placeholder {
  color: #6a6e71;
  font-weight: 500;
  font-size: 16px;
}
.payment_sec .payment_lft .form-row input::placeholder {
  color: #6a6e71;
  font-weight: 500;
  font-size: 16px;
}
.payment_sec .payment_lft .form-row input {
  padding: 14px 18px 14px;
}

.payment_sec
  .payment_lft
  .form-row
  .col-md-8
  .highlight::-webkit-input-placeholder {
  color: #469de8;
}
.payment_sec .payment_lft .form-row .col-md-8 .highlight:-ms-input-placeholder {
  color: #469de8;
}
.payment_sec .payment_lft .form-row .col-md-8 .highlight::placeholder {
  color: #469de8;
}
.payment_sec .payment_lft .address .col-md-4:nth-child(2) {
  padding-right: 0;
  padding-left: 0;
}
.payment_sec .payment_lft .address .col-md-4:nth-child(3) {
  padding-right: 0;
  padding-left: 0;
}
.payment_sec .payment_lft .special input::-webkit-input-placeholder {
  color: #b9babc;
  font-weight: 400;
}

.payment_sec .payment_lft .special input:-ms-input-placeholder {
  color: #b9babc;
  font-weight: 400;
}
.payment_sec .payment_lft .special input::placeholder {
  color: #b9babc;
  font-weight: 400;
}
.payment_lft .highlight {
  background-image: url(../images/down-arw.png);
  background-position: top 20px left 38%;
  background-repeat: no-repeat;
}
.payment_lft .extra {
  background-position: top 20px left 28%;
}
.payment_lft .col-md-8.col-8 {
  padding-right: 0;
  padding-left: 0;
}
.bdrBtm {
  border-bottom: 2px solid #e3e4e6 !important;
}
.payment_lft iframe {
  height: 44px;
}

.newStyle {
  max-width: 960px;
}

.newH4 {
  font-size: 40px;
  font-family: "sweet-titling-no-26";
}

.newSec {
  text-align: center;
  padding: 10px;
}
