.page .content-page .wr-booking a,
.wr-booking a,
.wr-booking a[href^="tel:"],
.wr-booking a[href^="callto:"] {
  text-decoration: none !important;
}
.wr-booking a:focus,
.wr-booking a[href^="tel:"]:focus,
.wr-booking a[href^="callto:"]:focus {
  outline: none;
}
.wr-booking a,
.wr-booking button,
.wr-booking input {
  transition: 0.3s all ease;
}
figure {
  margin: 0;
}
.wr-booking .back-button {
  padding: 4px 8px;
}
.wr-booking .back-button .fa {
  font-size: 22px;
  vertical-align: bottom;
}
.wr-booking hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dee2e6;
}
/* new */
.wr-booking {
  color: #454547;
  font-size: 15px;
  /* font-weight: 200; */
  /* line-height:28px; */
  margin-left: auto;
  margin-right: auto;
}
.wr-booking label {
  font-weight: 600;
}
.wr-booking h1,
.wr-booking h2,
.wr-booking h3,
.wr-booking h4,
.wr-booking h5,
.wr-booking h6 {
  /* color: #454547; */
  padding: 0;
  margin: 0;
}
.wr-booking h1 {
  font-size: 42px;
  font-weight: 700;
}
.wr-booking h2 {
  font-size: 36px;
  font-weight: 700;
}
.wr-booking h3 {
  font-size: 28px;
  font-weight: 600;
}
.wr-booking h4 {
  font-size: 24px;
  font-weight: 600;
}
.wr-booking h5 {
  font-size: 20px;
}
.wr-booking h6 {
  font-size: 18px;
}

.wr-booking ul {
  margin: 0;
  list-style: none;
}
.wr-booking p {
  font-size: 17px;
  line-height: 28px;
  /* font-weight: 300; */
  /*    margin-bottom: 15px;*/
}
.wr-booking img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  user-select: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}
.wr-btn.wr-btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}
.wr-booking a.wr-btn {
  text-decoration: none !important;
}
.wr-btn.min-with-100 {
  min-width: 100px;
}
.wr-btn.min-with-150 {
  min-width: 150px;
  font-size: 16px;
}
.wr-btn.min-with-200 {
  min-width: 200px;
  font-size: 18px;
}
.wr-btn.min-with-250 {
  min-width: 250px;
  font-size: 20px;
}
/*.payment-option .select-payment-card .card-type.visa:before{
    background-position-x: -34px;
    width: 38px;
}
.payment-option .select-payment-card .card-type.mastercard:before{
    background-position-x: -72px;
    width: 38px;
}
.payment-option .select-payment-card .card-type.discover::before {
	background-position-x: -111px;
	width: 40px;
}
.payment-option .select-payment-card .card-type.jcb::before {
	background-position-x: -111px;
	width: 40px;
}
.payment-option .select-payment-card .card-type.diners::before {
	background-position-x: -111px;
	width: 40px;
}
.payment-option .select-payment-card .card-type.amex::before {
	background-position-x: -111px;
	width: 40px;
}
.payment-option .select-payment-card .card-type::before {
	content: '';
	width: 34px;
	height: 24px;
	background-image: url('../images/payment-cards-logo.png');
	display: inline-block;
	background-size: cover;
}*/

#page-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: none;
}

.pull-right {
  float: right;
}

.text-dgray {
  color: #454547;
}
.bg-dgray {
  background-color: #454547;
}
.text-white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.bg-blue {
  background-color: #3d4a6a !important;
}

/*.text-yellow{ color: #ffb600;}
.bg-yellow{ background-color: #ffb600;}
.text-black{ color: #010101;}
.bg-black{ background-color: #010101;}
.text-blue{ color: #3d4a6a;}
.bg-blue{ background-color: #3d4a6a;}*/

.wr-text-s {
  font-size: 0.85rem;
}

.wr-text-xs {
  font-size: 0.75rem;
}

.wr-text-l {
  font-size: 1.15rem;
}

.wr-text-xl {
  font-size: 1.25rem;
}

.wr-text-xxl {
  font-size: 1.5rem;
}

.mw-125 {
  min-width: 125px;
}
.w-125 {
  width: 125px;
}
.mw-150 {
  min-width: 150px;
}
.w-150 {
  width: 150px;
}
.mw-200 {
  min-width: 200px;
}
.w-200 {
  width: 200px;
}
.mw-250 {
  min-width: 250px;
}
.w-250,
.width-250 {
  width: 250px;
}

/** Button Gray */

.wr-btn.wr-btn-gray {
  color: #000000;
  background-color: #ededed;
  border-color: #d9d9d9;
}

.wr-btn.wr-btn-gray:visited {
  color: #000000;
}

.wr-btn.wr-btn-gray:hover {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.wr-btn-check:focus + .wr-btn.wr-btn-gray,
.wr-btn.wr-btn-gray:focus {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  box-shadow: unset;
}

.wr-btn-check:checked + .wr-btn.wr-btn-gray,
.wr-btn-check:active + .wr-btn.wr-btn-gray,
.wr-btn.wr-btn-gray:active,
.wr-btn.wr-btn-gray.wr-active,
.wr-show > .wr-btn.wr-btn-gray.wr-dropdown-toggle {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.wr-btn-check:checked + .wr-btn.wr-btn-gray:focus,
.wr-btn-check:active + .wr-btn.wr-btn-gray:focus,
.wr-btn.wr-btn-gray:active:focus,
.wr-btn.wr-btn-gray.wr-active:focus,
.wr-show > .wr-btn.wr-btn-gray.wr-dropdown-toggle:focus {
  box-shadow: unset;
}

.wr-btn.wr-btn-gray:disabled,
.wr-btn.wr-btn-gray.wr-disabled {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.wr-btn.wr-btn-outline-gray {
  color: #d9d9d9;
  border-color: #d9d9d9;
  background-color: transparent;
}

.wr-btn.wr-btn-outline-gray:visited {
  color: #d9d9d9;
}

.wr-btn.wr-btn-outline-gray:hover {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.wr-btn-check:focus + .wr-btn.wr-btn-outline-gray,
.wr-btn.wr-btn-outline-gray:focus {
  box-shadow: unset;
}

.wr-btn-check:checked + .wr-btn.wr-btn-outline-gray,
.wr-btn-check:active + .wr-btn.wr-btn-outline-gray,
.wr-btn.wr-btn-outline-gray:active,
.wr-btn.wr-btn-outline-gray.wr-active,
.wr-btn.wr-btn-outline-gray.wr-dropdown-toggle.wr-show {
  color: #000000;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.wr-btn-check:checked + .wr-btn.wr-btn-outline-gray:focus,
.wr-btn-check:active + .wr-btn.wr-btn-outline-gray:focus,
.wr-btn.wr-btn-outline-gray:active:focus,
.wr-btn.wr-btn-outline-gray.wr-active:focus,
.wr-btn.wr-btn-outline-gray.wr-dropdown-toggle.wr-show:focus {
  box-shadow: unset;
}

.wr-btn.wr-btn-outline-gray:disabled,
.wr-btn.wr-btn-outline-gray.wr-disabled {
  color: #d9d9d9;
  background-color: transparent;
}

/* button */

.wr-btn:focus,
.wr-btn:active:focus,
.wr-btn.active:focus {
  outline: none;
  box-shadow: none;
}

.wr-booking table {
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: unset;
  margin: 0;
  width: 100%;
}
.wr-booking .table td,
.wr-booking .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.wpcf7-textarea {
  max-height: 124px;
}

.disabled-box {
  opacity: 50%;
  pointer-events: none;
}
.shadow-box {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

::-webkit-input-placeholder, .wr-form-control::-webkit-input-placeholder,
::placeholder, .wr-form-control::placeholder
{
  opacity: 1;
  color: #00000040;
}
.wr-form-group {
  margin-bottom: 15px;
}
.wr-input-group.datepicker .wr-form-control.datetimepicker-input {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.wr-modal-header .wr-btn-close {
}

.video-frame video {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.wr-modal {
  background: rgba(0, 0, 0, 0.5);
}
.wr-modal-backdrop {
  display: none;
}

.container-loading {
  position: relative;
}
.container-loading::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  z-index: 2;
}
.container-loading::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
  z-index: 3;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  position: absolute;
}

.rental-unit-item .frature-list,
.inventory-item .frature-list{
  padding-left: 0;
}
.inventory-item .inventory-item-left{
  position: relative;
}
.inventory-item .inventory-item-left .special-tag {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  align-items: center;
  padding: 7px 14px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: 'Poppins', sans-serif;
}
#section-inventory .inventory .special-tag{
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  text-transform: capitalize;
  margin: 0 8px;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: 'Poppins', sans-serif;
}
