@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700&display=swap&subset=arabic");
@font-face {
  font-family: "aljunoub";
  src: url("../fonts/aljunoub.eot?90523643");
  src: url("../fonts/aljunoub.eot?90523643#iefix") format("embedded-opentype"), url("../fonts/aljunoub.woff2?90523643") format("woff2"), url("../fonts/aljunoub.woff?90523643") format("woff"), url("../fonts/aljunoub.ttf?90523643") format("truetype"), url("../fonts/aljunoub.svg?90523643#aljunoub") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "aljunoub";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-snapchat-ghost:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-gplus:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

body, html {
  margin: 0;
  direction: rtl;
}

body {
  font-family: "Cairo", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

h1, h2, h3, h4, h5, h6, .camp-list .media h6 a {
  font-weight: bold;
}

.btn-primary {
  color: #fff;
  background-color: #701E45;
  border-color: #701E45;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: rgba(112, 30, 69, 0.8);
  border-color: #701E45;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 30, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(112, 30, 69, 0.5);
}
.btn-primary.oval {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgba(112, 30, 69, 0.8);
  border-color: #701E45;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(112, 30, 69, 0.8);
  border-color: #701E45;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 30, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(112, 30, 69, 0.5);
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

.rose1 {
  background: #701E45;
}

.col-white {
  color: #fff;
}

.col-rose1 {
  color: #701E45;
}

.col-primary {
  color: #701E45;
}

.col-gold {
  color: #DAAC78;
}

.page-title h2 {
  font-size: 16px;
}

h6, .camp-list .media h6 a {
  line-height: 26px;
}

#loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.5);
}
#loader .loader-inner {
  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;
  height: 100%;
}
#loader .img-wrapper {
  -webkit-animation: pulse-black 2s infinite;
          animation: pulse-black 2s infinite;
  -webkit-box-shadow: 0 0 0 0 black;
          box-shadow: 0 0 0 0 black;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 120px;
  height: 120px;
  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;
}

@-webkit-keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 30, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(112, 30, 69, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-black {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(112, 30, 69, 0.7);
            box-shadow: 0 0 0 0 rgba(112, 30, 69, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
ol li {
  list-style: decimal;
}

.form-1 select.form-control {
  height: auto !important;
  padding: 0px 0 10px;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}
.form-1 .select-wrapper select.form-control {
  border: none;
  border-bottom: 1px solid #B0AFAF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.svg") no-repeat left center;
}
.form-1 .form-check {
  padding: 0;
}
.form-1 .form-check.btn-check label {
  position: relative;
  padding-right: 0px;
  background: #E6DFDF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #2D2C2C;
  text-align: center;
  padding: 5px 30px;
  font-weight: 600;
  width: 100%;
  max-width: 110px;
}
.form-1 .form-check.btn-check input[type=radio]:checked ~ label {
  background: #701E45;
  border-color: transparent;
  color: #fff;
}
.form-1 .form-check.btn-check input[type=radio]:checked ~ label:before {
  opacity: 1;
}
.form-1 .form-check input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.form-1 .form-check label {
  position: relative;
  padding-right: 30px;
}
.form-1 .form-check label span {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.form-1 .form-check label span:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  opacity: 0;
}
.form-1 .form-check input[type=radio]:checked ~ label span {
  background: #701E45;
  border-color: transparent;
}
.form-1 .form-check input[type=radio]:checked ~ label span:before {
  opacity: 1;
}

.form2 label {
  font-size: 8px;
  color: #333333;
}
.form2 .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  border-bottom: 1px solid #B0AFAF;
  padding-right: 0;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.form2 .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form2 select.form-control {
  height: auto !important;
  padding: 0px 0 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
.form2 .select-wrapper select.form-control {
  border: none;
  border-bottom: 1px solid #B0AFAF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/select-arrow.svg") no-repeat left center;
}

.help-block {
  font-size: 10px;
  color: red;
}

#resendOtp {
  font-size: 12px;
  color: #701E45;
  font-weight: bold;
}

.hide-native-select {
  display: block;
}
.hide-native-select .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hide-native-select .multiselect-container > li > a {
  color: #495057;
  display: block;
}
.hide-native-select .multiselect-container > li > a label {
  padding: 5px;
  font-size: 14px;
}

.multiselect-clear-filter i {
  font-style: normal;
}
.multiselect-clear-filter i:before {
  font-family: "FontAwesome";
  content: "";
}

.multiselect-container .input-group {
  margin: 0;
}

table.dataTable thead th {
  font-size: 14px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

table.table-bordered.dataTable tbody td {
  font-size: 14px;
}

.fv-plugins-icon {
  right: auto;
  left: 0;
}

.nav-prim {
  position: relative;
  padding: 15px 0;
}
.nav-prim .page-title {
  min-height: 44px;
  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;
}
.nav-prim .page-title h2 {
  display: block;
  text-align: center;
  color: #701E45;
}

.nav-trigger {
  background: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*landing*/
.landing {
  background: #701E45 url("../images/bg-landing.png") no-repeat right bottom;
  height: calc(100vh);
}
.landing .logo {
  display: block;
  text-align: center;
  padding-top: 20%;
}

.reserve-spot {
  padding: 60px 30px;
}
.reserve-spot h6, .reserve-spot .camp-list .media h6 a, .camp-list .media h6 .reserve-spot a {
  font-weight: 600;
  margin-bottom: 0;
}
.reserve-spot img {
  width: 100%;
}

.reserve-table .icon img {
  width: auto;
  height: 24px;
}

.pill-holder .btn-wrapper {
  padding: 30px 15px;
}
.pill-holder .btn-wrapper .btn-primary {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.pill-wrapper {
  padding: 0 30px;
  position: relative;
}
.pill-wrapper .nav-pills .nav-link.active,
.pill-wrapper .nav-pills .show > .nav-link {
  background: #701E45;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: #fff;
}
.pill-wrapper .nav-pills .nav-link {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  color: #333333;
  padding: 7px 30px;
  white-space: nowrap;
}
.pill-wrapper .nav-pills {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
}

.reserve-table {
  width: 100%;
}
.reserve-table > tbody > tr:not(:first-child) > td {
  border-top: 1px solid rgba(120, 116, 116, 0.23);
  border: none;
}
.reserve-table > tbody > tr > td {
  padding: 15px 5px;
}
.reserve-table > tbody > tr > td:first-child {
  border-top: none;
  width: 55px;
  vertical-align: top;
  padding-top: 0;
}
.reserve-table table {
  width: 100%;
  table-layout: fixed;
}
.reserve-table .icon {
  padding: 10px;
  text-align: center;
}
.reserve-table h6, .reserve-table .camp-list .media h6 a, .camp-list .media h6 .reserve-table a {
  color: #333333;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
}

.visitors-count .input-group {
  background: #E6DFDF;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.visitors-count .input-group > * {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}
.visitors-count .input-group > *:last-child {
  text-align: left;
}
.visitors-count .input-group .input-holder {
  padding: 0 15px;
}
.visitors-count .input-group .input-holder input {
  background: transparent;
  border: none;
  font-weight: 900;
}
.visitors-count .input-group .btn {
  padding: 0;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  color: #701E45;
}
.visitors-count .input-group input {
  text-align: center;
  border-radius: 50px;
  height: 25px;
}

.camp-list .media {
  background: #fff;
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
.camp-list .media .badge {
  position: absolute;
  left: 10px;
  top: 10px;
}
.camp-list .media .badge.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.camp-list .media figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin: 0;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.camp-list .media figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 150px;
}
.camp-list .media.disabled {
  background: #cccccc7d;
  opacity: 0.6;
  cursor: no-drop;
}
.camp-list .media .fig-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.camp-list .media h6, .camp-list .media h6 a {
  font-weight: bold;
  color: #701E45;
  margin-bottom: 20px;
}
.camp-list .media .content {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.camp-list .media .content p {
  font-size: 12px;
  margin-bottom: 0;
}
.camp-list .media .cell-wrapper {
  font-size: 14px;
  color: #DAAC78;
}
.camp-list .media .rate {
  font-size: 14px;
  font-weight: bold;
  color: #701E45;
}

.cell-wrapper {
  display: table;
  width: 100%;
}
.cell-wrapper .cell {
  display: table-cell;
  float: none;
}

.bigcamp-slider {
  margin-bottom: 15px;
  position: relative;
  padding-top: 15px;
}
.bigcamp-slider > * {
  position: relative;
  z-index: 1;
}
.bigcamp-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #701E45;
  z-index: 0;
  height: 60%;
}
.bigcamp-slider .owl-item {
  padding: 0 5px;
}
.bigcamp-slider .item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  overflow: hidden;
}
.bigcamp-slider .item img {
  height: 182px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bigcamp-slider .owl-dots {
  text-align: center;
}
.bigcamp-slider .owl-dots button.owl-dot {
  padding: 0 5px !important;
}
.bigcamp-slider .owl-dots button.owl-dot span {
  width: 6px;
  height: 6px;
  background: #C4C4C4;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.bigcamp-slider .owl-dots button.owl-dot.active span {
  background: #701E45;
}

.content-bigcamps h6, .content-bigcamps .camp-list .media h6 a, .camp-list .media h6 .content-bigcamps a {
  margin-bottom: 0;
}

.about-content h6, .about-content .camp-list .media h6 a, .camp-list .media h6 .about-content a {
  font-weight: bold;
}
.about-content .rate {
  font-weight: bold;
  color: #701E45;
  float: left;
  padding-right: 15px;
  padding-top: 3px;
}
.about-content .content-inner {
  padding-top: 15px;
}
.about-content p {
  font-size: 12px;
}

.badge {
  background: #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 5px 15px;
  color: #fff;
  font-size: 10px;
}
.badge.available {
  background: rgba(119, 193, 136, 0.34);
  color: #58B46D;
}

.property-content h6, .property-content .camp-list .media h6 a, .camp-list .media h6 .property-content a {
  margin-bottom: 15px;
}

.facilities {
  font-size: 12px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.facilities::-webkit-scrollbar {
  display: none;
}
.facilities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facilities li {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
}
.facilities li .inner {
  border: 1px solid #701E45;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  position: relative;
  background: #fff;
  padding: 10px 15px;
  padding-right: 30px;
  white-space: nowrap;
}
.facilities li .inner:before {
  font-family: "fontAwesome";
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  color: #701E45;
  padding: 10px;
  font-size: 14px;
}

.camp-location h6, .camp-location .camp-list .media h6 a, .camp-list .media h6 .camp-location a {
  margin-bottom: 15px;
}

.camp-map {
  height: 186px;
}

.book-wrapper {
  padding: 30px;
  -webkit-box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}

.collapse-reserve .btn {
  width: 100%;
  background: #fff;
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 1px 24px rgba(180, 124, 88, 0.14);
          box-shadow: 0px 1px 24px rgba(180, 124, 88, 0.14);
  position: relative;
  padding: 15px;
}
.collapse-reserve .btn:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 30px;
  color: #701E45;
  line-height: 18px;
  height: 20px;
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.collapse-reserve .btn.collapsed:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.collapse-reserve figure {
  margin: 0;
  margin-left: 15px;
}
.collapse-reserve .fig-content p {
  margin: 0;
  color: #6B6B6B;
}

.reserve-info {
  padding-top: 30px;
}

.reserve-top {
  padding-top: 15px;
  -webkit-box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.07);
  position: relative;
  top: 0;
  background: #fff;
  z-index: 3;
}

.fill-progress {
  padding-top: 20px;
}
.fill-progress .item.active p {
  color: #701E45;
}
.fill-progress .item.active span {
  background: #D79E65;
}
.fill-progress .col {
  overflow: hidden;
}
.fill-progress .col:first-child button:before {
  display: none;
}
.fill-progress .col:first-child button i {
  -webkit-transform: rotate(-132deg);
  -ms-transform: rotate(-132deg);
  transform: rotate(-132deg);
}
.fill-progress .col:first-child button i:before {
  display: none;
}
.fill-progress .col:last-child button:after {
  display: none;
}
.fill-progress .col:last-child button i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fill-progress .col:last-child button i:before {
  display: none;
}
.fill-progress button {
  background: #701E45;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
  width: 37px;
  height: 37px;
  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;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.fill-progress button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.fill-progress button i {
  background-color: #701E45;
  display: block;
  width: 35px;
  padding: 15px 10px 22px 10px;
  height: 0px;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  position: relative;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(-132deg);
  -ms-transform: rotate(-132deg);
  transform: rotate(-132deg);
}
.fill-progress button i:before {
  content: "";
  background-color: #701E45;
  display: block;
  width: 35px;
  padding: 15px 10px 22px 10px;
  height: 0px;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  position: relative;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(178deg);
  -ms-transform: rotate(178deg);
  transform: rotate(178deg);
  position: absolute;
  left: 0;
  top: 0;
}
.fill-progress button:before, .fill-progress button:after {
  content: "";
  position: absolute;
  height: 2.5px;
  background: #701E45;
  width: 1000px;
  z-index: 0;
}
.fill-progress button:before {
  left: 100%;
}
.fill-progress button:after {
  right: 100%;
}
.fill-progress button span {
  background: rgba(215, 158, 101, 0.47);
  width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.fill-progress p {
  text-align: center;
  margin-top: 15px;
  color: #6B6B6B;
  font-size: 10px;
}

.fill-content h6, .fill-content .camp-list .media h6 a, .camp-list .media h6 .fill-content a {
  margin-bottom: 30px;
}

.btn-wrapper {
  margin: 0;
}
.btn-wrapper.fixed {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 30px;
  background: #fff;
  -webkit-box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.05);
  z-index: 3;
}

.collapse-reserve table td {
  border: none;
  font-weight: bold;
  padding: 7px 0;
}
.collapse-reserve table td strong {
  color: #D79E65;
}
.collapse-reserve table td i {
  padding-left: 10px;
}
.collapse-reserve table tfoot {
  border-top: 1px solid #ccc;
}
.collapse-reserve table tfoot h2 {
  margin-bottom: 0;
}
.collapse-reserve table tfoot small {
  font-weight: bold;
  color: #D79E65;
}

.payment-details,
.personal-details {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
.payment-details .table,
.personal-details .table {
  margin: 0;
}
.payment-details .table td,
.personal-details .table td {
  border: none;
  padding: 5px;
}
.payment-details .table td:first-child,
.personal-details .table td:first-child {
  color: #701E45;
  padding-right: 0;
}

.paymethod {
  padding-bottom: 15px;
}
.paymethod .form-check {
  padding: 0;
}
.paymethod .form-check label {
  height: 50px;
  border: 3px solid #E9E9E9;
  border-radius: 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  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;
  padding: 0;
}
.paymethod .form-check input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.paymethod .form-check input:checked ~ label {
  border-color: #701E45;
}

.booking-wrapper {
  padding: 60px;
}

.content-addVisitor {
  padding-top: 15px;
}
.content-addVisitor .visitor-box {
  padding: 15px 30px;
  -webkit-box-shadow: 0px 1px 24px rgba(180, 124, 88, 0.14);
          box-shadow: 0px 1px 24px rgba(180, 124, 88, 0.14);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.content-addVisitor .visitor-box .btn-primary.oval {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.content-addVisitor .table td, .content-addVisitor .table th {
  vertical-align: middle;
  padding: 10px;
}
.content-addVisitor .dropdown-menu {
  padding: 5px;
  min-width: auto;
  white-space: nowrap;
}
.content-addVisitor .dropdown-menu a {
  display: inline-block;
}
.content-addVisitor table tr td:first-child {
  position: relative;
}
.content-addVisitor table tr td:first-child:before {
  width: 3px;
  background: #701E45;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  content: "";
}

.visitor-list {
  padding: 15px 0;
}
.visitor-list h6, .visitor-list .camp-list .media h6 a, .camp-list .media h6 .visitor-list a {
  margin-bottom: 15px;
}
.visitor-list .btn-more {
  background: url("../images/more-dots.svg") no-repeat 0 0;
  width: 3px;
  height: 17px;
  display: block;
}

more-dots.svg .modal-otp .form2 .form-control {
  font-size: 13px;
  font-weight: bold;
  color: #701E45;
  border-bottom: 2px solid #701E45;
}
more-dots.svg .modal-otp .form2 .form-control::-webkit-input-placeholder {
  color: #701E45;
}
more-dots.svg .modal-otp .form2 .form-control:-ms-input-placeholder {
  color: #701E45;
}
more-dots.svg .modal-otp .form2 .form-control::-moz-placeholder {
  color: #701E45;
}
more-dots.svg .modal-otp .form2 .form-control::-ms-input-placeholder {
  color: #701E45;
}
more-dots.svg .modal-otp .form2 .form-control::placeholder {
  color: #701E45;
}

.collapse-reserve table td:first-child {
  white-space: nowrap;
}
.collapse-reserve table td {
  padding: 5px;
  font-size: 12px;
  vertical-align: top;
}
.payment-details .table td:first-child,
.personal-details .table td:first-child {
  white-space: nowrap;
}
.payment-details .table td, .personal-details .table td {
  font-size: 14px;
}
.camp-list .media .badge {
  position: absolute;
  right: 5px;
  top: 10px;
  left:auto;
}
.badge.available {
  background: rgb(119 193 136);
  color: #fff;
}
.wrapnormal.payment-details .table td:first-child, .wrapnormal.personal-details .table td:first-child {
  white-space: normal;
}
.visitors-count .input-group input {
  height: auto;
  padding: 0;
}
.swal-modal .swal-text {
  text-align: right;
}