/* STANDARD CSS WHICH CAN BE USED GLOBALLY STARTS */
.jpt-float-left {
  float: left;
}

.jpt-float-right {
  float: right;
}

.jpt-div-flexbox {
  display: inline-flex;
  width: 100%;
}

.jpt-div-flexbox>div {
  flex: 1;
}

.jpt-btn.jpt-btn.jpt-btn-light-green,
.jpt-btn.jpt-btn-light-green {
  background-color: var(--btn-bg);
  color: #fff;
  border-color: var(--btn-bg);
}

hr.jpt-light-green {
  border-color: var(--btn-bg);
}

hr.jpt-grey {
  border-color: #ccc;
}

.jpt-btn {
  height: auto;
}

.jpt-strike-through {
  font-size: .85em;
  color: #c60000;
  margin-left: 8px;
  text-decoration: line-through;
}

.jpt-btn-group-lg>i.jpt-btn,
i.jpt-btn-lg {
  padding: 0;
}

.jpt-btn-group-lg>i.jpt-btn>input,
i.jpt-btn-lg>input,
.jpt-btn-group-lg>i.jpt-btn>button,
i.jpt-btn-lg>button {
  padding: 10px 16px;
}

input[type="text"].jpt-input-no-style,
input[type="number"].jpt-input-no-style,
input[type="date"].jpt-input-no-style,
input[type="time"].jpt-input-no-style,
input[type="email"].jpt-input-no-style {
  width: auto;
  font-size: 14px;
  padding: 0;
  border: unset;
  margin-bottom: 0;
  pointer-events: none;
}

/* Z-index for Google Autocomplete container */
.pac-container {
  z-index: 10000 !important;
}

/* STANDARD CSS WHICH CAN BE USED GLOBALLY ENDS */
header.jpt-header>.jpt-text-vertical-center {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.4);
  vertical-align: unset;
  height: 100%;
  width: 100%;
}

header.jpt-header .jpt-header-main-heading-sec {
  margin: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
  position: relative;
  top: 25rem;
  width: 100%;
}

header.jpt-header .jpt-header-main-heading-sec h1 {
  text-transform: uppercase;
}

.input-field.col.s12.otp-input-field-container input {
  width: 20px;
  margin-right: 3px;
  text-indent: 4px;
  margin-left: 4px;
}

.input-field.col.s12.otp-input-field-container>label {
  text-align: center;
}

.input-field.col.s12.otp-input-field-container {
  text-align: center;
}

#otp-timer {
  display: block;
  text-align: center;
  font-size: 17px;
  color: #2196F3;
  margin-bottom: 5px;
}

#user-otp-container {
  display: block;
  text-align: center;
}

#user-otp-container>input {
  display: inline-block;
  width: 21px;
  margin-right: 10px;
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 15px;
  border: solid 1px #ccc;
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  transition: all .2s ease-in-out;
  border-radius: 3px;
}

header.jpt-header .jpt-header-main-heading-sec h4 {
  opacity: 0.75;
}

header.jpt-header .jpt-header-main-heading-sec a.jpt-btn.jpt-btn {
  border-radius: 50px;
}

header.jpt-header .jpt-menu-header {
  position: absolute;
  text-align: center;
  width: 100%;
}

header.jpt-header .jpt-scroll {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 999999;
}

header.jpt-header .jpt-scroll a {
  color: var(--header-font);
}

header.jpt-header .jpt-scroll a:hover {
  color: var(--header-font);
}

.jpt-menubar .nav-wrapper .jpt-dropdown-container {
  position: relative;
}

i.material-icons.right {
  height: 56px;
}

.sticky i.material-icons.right {
  line-height: 56px;
}

#dropdown-user {
  position: fixed;
  display: none;
  top: 74px;
  right: 0px;
  max-width: 150px;
  padding: 7px 1px;
  border-radius: 0px;
  opacity: 0.9;
  display: none;
  margin-left: auto;
  z-index: 9999999;
}

#dropdown-user>li {
  display: block;
  width: 100%;
}

#dropdown-user>li:hover {
  background-color: #fff;
}

#dropdown-user a {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
  margin-top: 4px;
  margin-bottom: -5px;
  padding: 0px;
  text-decoration: none;
  color: #0c64d6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.sign_out_icon {
  padding-left: 14px;
}

#dropdown-user a span i {
  display: inline;
  line-height: 12px;
  margin-right: 0px;
  float: right;
  position: relative;
  right: 20%;
  font-size: 20px;
  padding-left: 15px;
}

#dropdown-user i.material-icons.dp48 {
  padding-left: 0px;
}

#dropdown-user a span i::after {
  clear: both;
}

#dropdown-user a p {
  line-height: 0;
}

#dropdown-user::after {
  clear: both;
}

nav.jpt-menubar {
  background-color: transparent;
  box-shadow: none;
}

.fa.circle-icon {
  background: var(--btn-bg);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  padding: 2px 4px;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}

nav.jpt-menubar ul a {
  padding: 0;
}

nav.jpt-menubar ul a:hover,
nav.jpt-menubar ul a:focus {
  color: #fff;
  background-color: transparent;
}

nav.jpt-menubar {
  height: 20px;
  line-height: 17px;
  width: auto;
}

.jpt-menubar .nav-wrapper i {
  height: 20px;
  line-height: 17px;
  width: 20px;
}

.jpt-menubar .nav-wrapper a {
  text-decoration: none;
}

.jpt-menubar .nav-wrapper a span {
  margin-left: 5px;
  font-weight: 600;
  font-size: 12px;
  vertical-align: middle;
}

.jpt-menubar .nav-wrapper a span i {
  margin-left: 3px;
  line-height: 20px;
}

.jpt-form-inline.jpt-search-form {
  padding: 10px 0;
}

.jpt-form-inline.jpt-search-form .jpt-form-group .jpt-input-group-btn:last-child>.jpt-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  border-color: var(--btn-bg);
  border-style: none none solid;
  border-width: medium medium 3px;
  box-shadow: none;
}

.jpt-form-inline.jpt-search-form .jpt-form-group .jpt-input-group input.jpt-form-control.jpt-input-lg {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  border-color: var(--btn-bg);
  border-style: none none solid;
  border-width: medium medium 3px;
  box-shadow: none;
  font-size: 18px;
  height: 2.2rem;
  margin-bottom: 0;
  padding: 10px 0px 10px 7px;
  max-width: 260px;
  min-width: 215px;
}

.jpt-form-inline.jpt-search-form .jpt-form-group .jpt-input-group .jpt-input-group-btn .jpt-btn i.fa-calendar,
.jpt-form-inline.jpt-search-form .jpt-form-group .jpt-input-group .jpt-input-group-btn .jpt-btn i.fa-angle-double-down {
  font-size: 2rem;
}

.jpt-form-inline.jpt-search-form .jpt-form-group .jpt-btn-lg {
  border-radius: 3px;
}

.jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group {
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
}

.jpt-form-inline.jpt-search-form .jpt-btn-warning {
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
}

.jpt-form-inline.jpt-search-form .jpt-dropdown-div {
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.jpt-dropdown-div .jpt-counter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  float: right;
}

.jpt-dropdown-div .jpt-counter.jpt-input-group-lg>.jpt-form-control {
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  font-size: 24px;
  height: 46px;
  padding: 0 0 1px;
  text-align: center;
  width: 35px;
  margin: 0 3px;
}

.jpt-dropdown-div>div.jpt-dd-member,
.jpt-dropdown-div div.jpt-kid-age-box {
  border-bottom: 1px solid #ddd;
  float: left;
  padding: 0 7px;
  width: 100%;
}

.sidenav-trigger i.fa-bars {
  font-size: 22px;
}

.jpt-dropdown-div>div.jpt-dd-member>label>i {
  min-width: 2.5rem;
  margin-right: 0.5rem;
  font-size: 18px;
  color: var(--header-font);
}

.jpt-dropdown-div>div.jpt-kids-ages {
  padding: 0 1rem;
}

.jpt-dropdown-div div.jpt-kid-age-box>label>i {
  font-size: 14px;
  color: #ccc;
  margin-right: 1rem;
}

.jpt-dropdown-div>div.jpt-dd-member>label,
.jpt-dropdown-div div.jpt-kid-age-box>label {
  float: left;
  line-height: 4.6rem;
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}

.jpt-dropdown-div .jpt-counter.jpt-input-group-lg .fa.fa-minus-square,
.jpt-dropdown-div .jpt-counter.jpt-input-group-lg .fa.fa-plus-square {
  color: var(--header-font);
  cursor: pointer;
}

.jpt-row .jpt-form-inline.jpt-search-form .jpt-col {
  float: none;
}

#jpt-toast-container {
  bottom: 10%;
  position: fixed;
  right: 3rem;
  top: unset;
}

#jpt-toast-container .jpt-toast {
  padding: 0;
  min-height: unset;
  line-height: normal;
  box-shadow: 0px 3px 7px 0px #575252b8;
}

#jpt-toast-container .jpt-toast>span,
#jpt-toast-container .jpt-toast>span+.jpt-toast-action {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0;
  margin: 0;
  height: auto;
  line-height: normal;
}

#jpt-toast-container .jpt-toast>span+.jpt-toast-action {
  font-weight: 400;
  text-transform: lowercase;
  cursor: pointer;
}

#jpt-toast-container .jpt-toast>span.jpt-success-toast,
#jpt-toast-container .jpt-toast>span.jpt-success-toast+.jpt-toast-action {
  background-color: #e7ffe4;
  color: #28a817;
  border: 1px solid #2cbb19;
  font-size: 15px;
}

#jpt-toast-container .jpt-toast>span.jpt-error-toast,
#jpt-toast-container .jpt-toast>span.jpt-error-toast+.jpt-toast-action {
  background-color: #fff1f1;
  color: #f70000;
  border: 1px solid #ff0505;
  font-size: 15px;
}

.jpt-bg-primary {
  color: #333;
}

.jpt-hr-types-tbl>.jpt-panel-default {
  margin-bottom: 20px;
}

.jpt-hr-types-tbl .jpt-panel-heading.jpt-room-name-heading {
  font-size: 1.7rem;
}

.jpt-hr-types-tbl .jpt-panel-heading.jpt-room-name-heading>i {
  margin-right: 10px;
  color: var(--header-font);
}

.jpt-hr-types-tbl .jpt-room-name-heading>.fa {
  font-size: 20px;
}

.jpt-hr-types-tbl .jpt-room-name-heading>strong {
  font-size: 18px;
}

.jpt-hr-types-tbl .jpt-room-price-sec {
  font-size: 18px;
  margin-bottom: 15px;
}

.jpt-hr-types-tbl .jpt-room-price-sec>div:first-child {
  color: #aaa;
  float: left;
  width: auto;
}

.jpt-hr-types-tbl .jpt-room-price-sec>div:nth-child(2) {
  float: right;
  width: auto;
}

.jpt-hr-types-tbl .jpt-room-images-sec a.jpt-room-image-thumb {
  float: left;
  margin-bottom: 4px;
  margin-right: 4px;
}

.jpt-hr-types-tbl .jpt-room-images-sec a.jpt-room-image-thumb>img {
  width: 4em;
  height: 2.8em;
}

.jpt-hr-types-tbl .jpt-room-book-btn-sec>div:first-child {
  color: var(--header-font);
  font-size: 16px;
  padding-top: 1rem;
  float: left;
  width: auto;
}

.jpt-hr-types-tbl .jpt-room-book-btn-sec>div:nth-child(2) {
  float: right;
  width: auto;
}

.jpt-select-wrapper input.jpt-select-dropdown {
  margin-bottom: 0;
}

.jpt-hr-types-tbl .jpt-room-select-rooms>div:first-child,
font-size: 15px;
line-height: 2.2em;
}

.jpt-hr-types-tbl .jpt-room-select-rooms>div:nth-child(2) {
  color: var(--header-font);
  float: right;
}

.jpt-hr-types-tbl .jpt-room-select-rooms>div.jpt-col-sm-4:nth-child(2) {
  max-width: 7em;
}

.jpt-hr-types-tbl .jpt-room-book-btn-sec input[type="submit"] {
  padding: 5px 15px;
}

section.jpt-portfolio .jpt-himg-portfolio-box {
  margin: 0;
}

section.jpt-portfolio .jpt-himg-portfolio-box>.jpt-col-md-4 {
  padding: 0;
  float: none;
  display: inline-block;
}

section.jpt-portfolio .jpt-himg-portfolio-box a img.jpt-h-img-responsive {
  border: 1px solid #fff;
  height: 230px;
  width: 100%;
}

.jpt-footer1 {
  background: transparent linear-gradient(transparent, var(--btn-bg)) repeat scroll 0 0 !important;
}

section.jpt-portfolio .jpt-himg-portfolio-box a img.jpt-h-img-responsive+.jpt-himg-pb-caption {
  display: none;
}

section.jpt-portfolio .jpt-himg-portfolio-box a:hover img.jpt-h-img-responsive+.jpt-himg-pb-caption {
  background-color: rgba(30, 194, 144, 0.85);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

section.jpt-portfolio .jpt-himg-portfolio-box a:hover img.jpt-h-img-responsive+.jpt-himg-pb-caption .jpt-himg-pb-caption-content {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#jpt-property-map-container {
  min-height: 25em;
}

section.jpt-call-to-action.jpt-hmap-sec>.jpt-col-md-12.jpt-hmap-sec-panel {
  float: none;
}

section.jpt-call-to-action.jpt-hmap-sec .jpt-hmap-box {
  position: relative;
  margin: 0;
}

.jpt-list-inline.jpt-social-links-inline {
  float: left;
  margin-bottom: 0;
}

.jpt-list-inline.jpt-social-links-inline>li {
  margin-left: 2px;
  padding: 0;
  width: 3rem;
  background-color: var(--header-bg);
  border-radius: 50%;
  text-align: center;
}

.jpt-list-inline.jpt-social-links-inline>li>a {
  color: var(--header-font);
  padding: 4px 11px 4px 9px;
  line-height: 2.2rem;
  display: inline-block;
}

.jpt-list-inline.jpt-social-links-inline>li:hover {
  background-color: #337ab7;
}

.jpt-list-inline.jpt-social-links-inline>li:hover>a {
  color: #fff;
}

section.jpt-hamenity-sec .jpt-hamenity-item {
  color: var(--icon-font);
  display: inline-block;
  font-size: 16px;
  margin: 5px 10px;
}

section.jpt-hamenity-sec .jpt-hamenity-item>i {
  margin-right: 7px;
}

.jpt-review-row .review-block-description,
section.jpt-hamenity-sec .jpt-hdesc-box p {
  font-size: 16px;
  text-align: justify;
}

header.jpt-header .jpt-header-main-heading-sec>p.jpt-lead {
  margin-bottom: 10px;
}

.jpt-footer1 {
  background: transparent linear-gradient(transparent, rgba(102, 214, 245, 0.5)) repeat scroll 0 0;
  clear: both;
}

.jpt-footer1>.jpt-container>.jpt-row {
  margin: 15px 0;
}

.jpt-footer1 .jpt-footer-second-child {
  margin: 0;
  float: right;
  vertical-align: middle;
  line-height: 3.5rem;
}

footer .jpt-property-policies .jpt-hcancellation-policies h4,
footer .jpt-property-policies .jpt-hgeneral-policies h4,
footer .jpt-property-policies .jpt-h-t-and-c h4 {
  text-transform: uppercase;
}

footer .jpt-property-policies .jpt-hcancellation-policies,
footer .jpt-property-policies .jpt-hgeneral-policies,
footer .jpt-property-policies .jpt-h-t-and-c {
  padding: 5px 10px;
  position: relative;
  border: 1px solid #333;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  height: auto;
  transition: max-height 2s ease-in;
  max-height: 5000px;
  overflow: hidden;
}

footer .jpt-property-policies .jpt-hcancellation-policies ol,
footer .jpt-property-policies .jpt-hgeneral-policies ol {
  list-style: outside;
  padding-left: 1.5rem;
}

footer .jpt-property-policies .jpt-h-t-and-c ol {
  padding-left: 14px;
}

footer .jpt-col-contacth>h2 {
  margin-top: 0;
}

footer .jpt-col-md-12.jpt-property-policies-box {
  margin-top: 15px;
}

footer .jpt-col-md-12.jpt-property-policies-box:first-child {
  margin-top: 0;
}

#jpt-main-container {
  display: unset;
}

.jpt-placeDiv {
  z-index: 999;
  position: absolute;
  min-width: 28rem;
}

.jpt-map-container {
  position: absolute;
  top: 0;
  margin: 10px;
}

.jpt-placecard__container {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}

.jpt-placecard__left {
  float: left;
  width: calc(100% - 5.8rem);
}

.jpt-placecard__right {
  text-align: center;
  float: left;
  width: 5.5rem;
}

.jpt-placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  perspective-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}

.jpt-placecard__info {
  color: rgb(91, 91, 91);
  cursor: default;
  height: 32px;
  width: 200px;
  column-rule-color: rgb(91, 91, 91);
  perspective-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none rgb(91, 91, 91);
  font: normal normal normal normal 12px / normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: rgb(91, 91, 91) none 0px;
}

.jpt-placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px / 70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}

.jpt-placecard__direction-link {
  color: rgb(58, 132, 223);
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}

.jpt-placecard__view-large {
  display: block;
  margin-top: 10px;
  color: rgb(58, 132, 223);
  text-decoration: none;
}

.jpt-stripe-payment-modal .jpt-modal-content,
.jpt-user-login-modal .jpt-modal-content,
.jpt-user-forgetpsw-modal .jpt-modal-content,
.jpt-user-signup-modal .jpt-modal-content {
  padding: 15px;
}

.jpt-user-login-modal .jpt-modal-content form .row,
.jpt-user-forgetpsw-modal .jpt-modal-content form .row {
  margin-bottom: 5px;
}

button.signup-btn {
  position: absolute;
  right: 15px;
  height: 25.4px;
  width: 25.4px;
}

.jpt-modal-content button.signup-btn i {
  position: relative;
  top: -3.5px;
  left: 1px;
  vertical-align: middle;
}

.jpt-user-login-modal .signin-frm,
.jpt-user-signup-modal .signin-frm {
  margin-bottom: 10px;
}

.jpt-stripe-payment-modal .stripe-payment-frm {
  margin-top: 30px;
  margin-bottom: 0;
}

.jpt-stripe-payment-modal .stripe-payment-frm .modal-form-row {
  margin: 0;
}

.jpt-stripe-payment-modal .stripe-payment-frm .modal-form-row .jpt-btn-stripe-pay {
  margin-top: 10px;
}

.jpt-hr-types-tbl div.jpt-col-md-4.jpt-sel-rooms-section {
  padding: 0;
}

.jpt-hr-types-tbl .jpt-per-room-details-section {
  display: none;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details {
  font-size: 14px;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-no-occupancy {
  float: left;
  margin-right: 10px;
  line-height: 2em;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-rate-edit-remove {
  float: right;
  color: var(--header-font);
  line-height: 2em;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-no-occupancy>span {
  margin-right: 10px;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-no-occupancy .jpt-prd-occup-icos {
  font-size: 16px;
  line-height: 1.6em;
  display: inline-block;
  color: #999;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-no-occupancy .jpt-prd-occup-icos>i.jpt-extra {
  opacity: .5;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-rate-edit-remove .jpt-p-room-price {
  display: inline-block;
  margin-right: 10px;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-rate-edit-remove .jpt-p-room-buttons {
  display: inline-block;
  color: #333;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-rate-edit-remove .jpt-p-room-buttons i {
  border: 1px solid #333;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  padding: 1px 3px;
}

.jpt-hr-types-tbl .jpt-per-room-details-section .jpt-per-room-details .jpt-prd-rate-edit-remove .jpt-p-room-buttons i.fa-pencil {
  margin-right: 5px;
}

.jpt-rs-occup-icos small {
  font-size: 1.5rem;
}

.jpt-hr-types-tbl .jpt-rs-occup-icos,
.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-occupancy .jpt-rd-occup-icos {
  font-size: 1.4em;
}

.jpt-hr-types-tbl .jpt-rs-occup-icos>i.fa-child,
.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-occupancy .jpt-rd-occup-icos>i.fa-child {
  font-size: .8em;
}

.jpt-hr-types-tbl .jpt-rs-occup-icos>i.jpt-extra,
.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-occupancy .jpt-rd-occup-icos>i.jpt-extra {
  opacity: .5;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-header {
  /* what to do here jptr or jpt*/
  background-color: var(--btn-bg);
  color: var(--btn-font);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-header+.jpt-row {
  margin: 0;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-header+.jpt-row .jpt-col-md-12 {
  padding: 0;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-container {
  padding: 1em .5em;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-container .jpt-no-room-sel-msg {
  display: none;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-container.jpt-no-room-sel-box .jpt-rside-panel-wrapper {
  display: none;
}

.jpt-room-section .jpt-row .jpt-panel .jpt-rside-panel-container.jpt-no-room-sel-box .jpt-no-room-sel-msg {
  display: block;
}

.jpt-room-section .jpt-row .jpt-panel.jpt-rside-panel {
  width: 100%;
  margin: 0;
  z-index: 11;
}

.jpt-room-section .jpt-row .jpt-panel.jpt-rside-panel.jpt-rside-panel-fixed {
  position: fixed;
  top: 1em;
  width: 21.2%;
}

.jpt-room-section .jpt-row .jpt-panel.jpt-rside-panel.jpt-rside-panel-fixed-bottom {
  position: fixed;
  right: 0;
  margin: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 10px #333;
  display: none;
}

.jpt-summary-container.jpt-rside-panel .jpt-rside-panel-header>i {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 28px;
  display: none;
}

.jpt-room-section .jpt-room-section-container .jpt-room-select-frm>.jpt-col-md-9,
.jpt-price-check-frm>.jpt-col-md-12 {
  padding: 0;
}

.jpt-room-section .jpt-room-section-container .jpt-room-select-frm>.jpt-col-md-3.jpt-right-side-ver-bar {
  padding-right: 0;
}

table.jpt-tbl-room-occupancy>tbody>tr>td .jpt-select-wrapper {
  display: inline-block;
  max-width: 3em;
}

table.jpt-tbl-room-occupancy>tbody>tr>td i.fa-remove {
  border-radius: 50%;
  border: 1px solid #333;
  cursor: pointer;
  padding: 2.5px 4px;
  box-shadow: 0 0 3px #999;
}

.jpt-select-wrapper input.jpt-select-dropdown {
  padding-left: 5px;
  box-sizing: border-box;
}

.jpt-tbl-room-occupancy .jpt-dropdown-content li>a,
.jpt-tbl-room-occupancy .jpt-dropdown-content li>span {
  color: #333;
}

.jpt-tbl-room-occupancy .jpt-select-wrapper input.jpt-select-dropdown:focus {
  border-bottom: 1px solid #aaa;
}

.jpt-hr-types-tbl .jpt-hdesc-block {
  margin-bottom: 0
}

.jpt-hr-types-tbl .jpt-hdesc-block-content {
  margin: 0 0 10px;
  text-align: justify;
  text-justify: inter-word;
}

.jpt-table-serial-row {
  counter-reset: serial-number;
}

.jpt-table-serial-row tbody td:first-child:before {
  counter-increment: serial-number;
  content: counter(serial-number);
}

.jpt-no-style-price-inp {
  max-width: 48px;
}

/* Slidding , enlarging, thumbnail css*/
.jpt-lightbox-row>.jpt-column {
  padding: 0 8px;
}

.jpt-column {
  float: left;
  width: 14.28%;
}

/* The Modal (background) */
.jpt-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 1000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.jpt-image-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.jpt-slide-window-close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.jpt-slide-window-close:hover,
.jpt-slide-window-close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.jpt-slides {
  display: none;
  background-color: black;
  text-align: center;
}

.jpt-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.jpt-prev,
.jpt-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  color: white;
  text-decoration: none;
}

/* Position the "next button" to the right */
.jpt-next {
  right: 0;
  border-radius: 3px 0 0 3px;
  color: white;
  text-decoration: none;
}

/* On hover, add a black background color with a little bit see-through */
.jpt-prev:hover,
.jpt-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-decoration: none;
}

.jpt-caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.jpt-slider-thumb {
  opacity: 0.6;
}

.jpt-active,
.jpt-slider-thumb:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.jpt-lightbox-hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jpt-lightbox-boxing {
  width: 60%;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
}

.jpt-lightbox-image-enlarge {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.jpt-slides>p {
  color: #fff;
  padding: 5px 10px 0;
  margin-bottom: 0;
}

.jpt-first-room-image {
  height: auto;
  width: 100%;
}

.lSSlideOuter .lightSlider li {
  text-align: center;
  background-color: #000;
}

.jpt-no-vertical-scroll {
  overflow-y: hidden;
}

.jpt-left-part {
  width: 50%;
  float: left;
}

.jpt-right-part {
  width: 50%;
  float: right;
}

.jpt-sel-rooms-section {
  max-width: 300px;
  width: 100%;
  padding: 0;
}

.jpt-green-theme {
  color: var(--header-font);
}

.jpt-green-theme-box {
  color: var(--icon-font);
  line-height: 1.0;
}

.jpt-icon-position {
  position: absolute;
  left: 7.3em;
  top: 4.4em;
  color: white;
  text-shadow: 2px 2px 4px #000000;
}

table.jpt-hr-types-tbl th,
table.jpt-hr-types-tbl td,
table.jpt-pc-blocks-tbl td {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-collapse: collapse;
}

table.jpt-hr-types-tbl,
table.jpt-hr-types-tbl th,
table.jpt-hr-types-tbl td {
  font-size: 14px;
  position: relative;
}

table.jpt-hr-types-tbl>tbody>tr>td,
table.jpt-pc-blocks-tbl td {
  vertical-align: top;
}

table.jpt-hr-types-tbl>tbody>tr:first-child>td:first-child {
  max-width: 150px;
  min-width: 100px;
  padding: 0;
}

table.jpt-hr-types-tbl>tbody>tr>td:last-child {
  max-width: 250px;
  min-width: 210px;
  padding: 10px;
}

table.jpt-hr-types-tbl td,
table.jpt-hr-types-tbl tbody tr:first-child td:first-child .jpt-room-common-data,
table.jpt-pc-blocks-tbl td {
  padding: 10px;
}

.jpt-room-common-data>div,
.jpt-user-country-box .select-wrapper input.select-dropdown,
.jpt-user-state-box .select-wrapper input.select-dropdown,
.jpt-user-city-box .select-wrapper input.select-dropdown {
  margin-bottom: 10px;
}

.jpt-rate-tab-sec {
  width: 100px;
}

.jpt-tab-wid {
  width: 280px;
}

.jpt-grey-theme {
  background-color: #F8F8F8;
}

.jpt-center-align {
  margin-left: auto;
  margin-right: auto;
}

.jpt-dark-grey-theme {
  color: #909090;
}

.jpt-icon-box {
  margin-left: 10px;
}

.jpt-aminity-box {
  margin-top: 30px;
  background-color: grey;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 2.2;
  margin-bottom: 137px;
}

.jpt-uderline {
  text-decoration: underline;
}

.jpt-col-half {
  display: inline-block;
}

.jpt-bv-room-amenities span,
.jpt-room-common-data .jpt-room-main-amenities span,
.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-facilities span {
  margin-right: 7px;
  white-space: nowrap;
  line-height: 2.5rem;
  color: #555;
}

.jpt-room-common-data .jpt-room-main-amenities span[onclick]:last-child {
  color: var(--icon-font);
  cursor: pointer;
}

.jpt-room-option-elem {
  margin-right: 20px;
  color: #777;
}

.jpt-room-common-data .jpt-room-main-amenities span i,
.jpt-bv-room-amenities span i {
  margin-right: 4px;
}

.jpt-select-number-length {
  max-width: 40px;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy th,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr td {
  border: none;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy {
  margin-top: 1.5rem;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy th {
  padding: 0 0 3px;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy td {
  padding: 5px;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tbody>tr>td:first-child {
  color: #999;
}

table.jpt-hr-types-tbl {
  border: none;
}

table.jpt-hr-types-tbl tbody.jpt-rooms-tbody-spacing,
table.jpt-hr-types-tbl tbody.jpt-rooms-tbody-spacing tr,
table.jpt-hr-types-tbl tbody.jpt-rooms-tbody-spacing tr td {
  border: none;
}

.jpt-toast .jpt-toast-action {
  color: #fff;
  font-weight: bold;
  margin-right: -1rem;
  margin-left: 1rem;
  text-decoration: none;
}

.jpt-room-common-data .jpt-room-class-options {
  background-color: #fafafa;
  padding: 5px 0 5px 2px;
  border-radius: 5px;
  color: var(--icon-font);
}

.jpt-room-common-data .jpt-room-class-options ul:not(.browser-default) {
  list-style-type: none;
  padding-left: 0;
}

.jpt-room-common-data .jpt-room-class-options ul:not(.browser-default) li {
  list-style-type: none;
}

footer .jpt-property-policies .jpt-hcancellation-policies.collapse,
footer .jpt-property-policies .jpt-hgeneral-policies.collapse,
footer .jpt-property-policies .jpt-h-t-and-c.collapse {
  max-height: 110px;
  overflow: hidden;
  transition: max-height .01s;
}

footer .jpt-property-policies .jpt-hcancellation-policies div:last-child,
footer .jpt-property-policies .jpt-hgeneral-policies div:last-child,
footer .jpt-property-policies .jpt-h-t-and-c div:last-child {
  width: 100%;
  text-align: center;
  cursor: pointer;
}

footer .jpt-property-policies .jpt-hcancellation-policies.collapse div:last-child,
footer .jpt-property-policies .jpt-hgeneral-policies.collapse div:last-child,
footer .jpt-property-policies .jpt-h-t-and-c.collapse div:last-child {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  height: 60px;
  margin: -10px -10px;
  background-image: linear-gradient(transparent, #eee);
}

footer .jpt-property-policies .jpt-hcancellation-policies.collapse div:last-child>i.fa,
footer .jpt-property-policies .jpt-hgeneral-policies.collapse div:last-child>i.fa,
footer .jpt-property-policies .jpt-h-t-and-c.collapse div:last-child>i.fa {
  position: absolute;
  bottom: 10px;
  color: #333;
}

.jpt-room-details-modal .jpt-modal-header {
  padding: 10px;
}

.jpt-modal-title {
  color: var(--icon-font);
  font-weight: 500;
}

.jpt-modal-footer {
  display: none;
}

.jpt-room-details-modal .jpt-modal-body {
  padding: 0;
}

.jpt-room-details-modal .jpt-rd-images {
  position: relative;
  cursor: pointer;
}

.jpt-hr-types-tbl .jpt-images-row .jpt-room-img-thumb .jpt-img-more,
.jpt-room-details-modal .jpt-rd-images span {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.jpt-hr-types-tbl .jpt-images-row .jpt-room-img-thumb .jpt-img-more {
  padding: 0 10px 3px 0;
}

.jpt-room-details-modal .jpt-rd-images span.jpt-img-type {
  left: 0;
  width: 60%;
  background-image: linear-gradient(to right, #555, transparent);
}

.jpt-hr-types-tbl .jpt-images-row .jpt-room-img-thumb {
  position: relative;
}

.jpt-hr-types-tbl .jpt-images-row .jpt-room-img-thumb .jpt-img-more,
.jpt-room-details-modal .jpt-rd-images span.jpt-img-more {
  right: 0;
  font-size: 2.5rem;
}

.jpt-room-details-modal .jpt-rd-images img {
  width: 100%;
}

.jpt-room-details-modal .jpt-modal-body .jpt-rd-information {
  padding: 15px;
}

.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-allowed-gender {
  background-color: #26a69a;
  border-radius: 20px;
  color: #fff;
  padding: 2px 10px;
  margin-left: 5px;
}

.jpt-room-details-modal .jpt-modal-body .jpt-rd-information hr:last-child {
  display: none;
}

.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-classes ol {
  padding-left: 15px;
  margin: 0;
}

.jpt-room-details-modal .jpt-modal-body .jpt-rd-information .jpt-rd-room-facilities span {
  color: var(--icon-font);
}

.jpt-rs-all-rooms {
  max-height: 170px;
  overflow-y: auto;
}

.jpt-rs-all-rooms .jpt-rs-room-sep {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
  line-height: 2em;
}

.jpt-rs-all-rooms .jpt-rs-room-sep span:first-child {
  font-size: 14px;
}

.jpt-rs-all-rooms .jpt-rs-room-sep span:last-child {
  font-size: 1.4em;
  color: var(--icon-font);
}

.jpt-rs-all-rooms .jpt-rs-room-sep span:last-child .fa {
  margin-right: 2px;
  line-height: 1.6;
}

.jpt-rs-all-rooms .jpt-rs-room-sep span:last-child .fa-child {
  font-size: .8em;
}

.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box>div,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-total-price,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-total-price>div {
  font-size: 15px;
  padding: 5px 0;
}

.jpt-hr-types-tbl .jpt-room-select-rooms>div:first-child {
  font-size: 16px;
  line-height: 2em;
}

.jpt-red-text {
  color: #c60000;
}

.jpt-room-base-std-price {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: var(--icon-font);
  padding: 7px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.jpt-room-base-std-price>div:first-child {
  color: #777;
  font-weight: 500;
}

button.jpt-btn-rateplan-cp {
  color: var(--icon-font);
  position: absolute;
  right: 10px;
  top: 2px;
  width: auto;
  height: auto;
  border: none;
  padding: 0;
  font-size: 16px;
  background-color: transparent;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr td .jpt-price {
  white-space: nowrap;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tbody tr td .select-wrapper {
  width: 50px;
  margin: auto;
}

.jpt-select-number-length .select-wrapper input.select-dropdown,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tbody tr td .select-wrapper input.select-dropdown {
  text-align: center;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy>tbody>tr>td>.select-wrapper>input.select-dropdown {
  margin-bottom: 4px;
}

table.jpt-hr-types-tbl tbody>tr>td[rowspan]:first-child {
  min-width: 200px;
}

/* Tooltip container */
.jpt-tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

/* Tooltip text */
.jpt-tooltip+.jpt-tooltiptext {
  visibility: hidden;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  max-width: 320px;
  background-color: #555;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1071;
  top: 28px;
  right: 0px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.jpt-tooltip+.jpt-tooltiptext::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 13px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.jpt-tooltip:hover+.jpt-tooltiptext,
.jpt-tooltip.jpt-active+.jpt-tooltiptext,
.jpt-tooltip+.jpt-tooltiptext:hover {
  visibility: visible;
  opacity: 1;
}

.jpt-rp-cancellation-policies>ol,
.jpt-btn-rateplan-cp+.jpt-tooltiptext ol {
  padding-left: 15px;
}

.jpt-rp-cancellation-policies>ol>li,
.jpt-btn-rateplan-cp+.jpt-tooltiptext ol li {
  margin-bottom: 10px;
  padding-left: 2px;
}

.jpt-rateplan-info-cp-modal .jpt-modal-body>div {
  margin-bottom: 15px;
}

.jpt-rp-cancellation-policies>ol,
.jpt-rp-cancellation-policies>ol>li:last-child,
.jpt-rateplan-info-cp-modal .jpt-modal-body>div:last-child,
.jpt-btn-rateplan-cp+.jpt-tooltiptext ol,
.jpt-btn-rateplan-cp+.jpt-tooltiptext ol li:last-child {
  margin-bottom: 0;
}

.jpt-rateplan-info-cp-modal .jpt-modal-body>div>label:first-child {
  font-size: 1em;
  color: #333
}

.jpt-pc-rs-subtitle {
  margin-bottom: 5px;
}

.jpt-pc-rs-subtotal-breakdown>div:not(.jpt-pc-rs-subtitle) {
  font-size: 15px;
}

.jpt-pc-rs-total-price>div:not(.jpt-pc-rs-subtitle) {
  font-size: 20px;
  font-weight: bold;
}

.jpt-pc-rs-fees-breakdown>div:not(.jpt-pc-rs-exclfees-note):not(.jpt-pc-rs-subtitle) {
  background-color: #f8f8f8;
  padding: 5px;
}

.jpt-pc-rs-fees-breakdown>div+.jpt-pc-rs-subtitle,
.jpt-user-gender-box>span {
  margin-top: 10px;
}

.jpt-user-gender-box>label {
  margin-right: 5px;
}

.jpt-user-gender-box>label:last-child {
  margin-right: 0;
}

.jpt-user-gender-box>label input[type="radio"]+span,
.jpt-user-gender-box>span {
  font-size: 16px;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after,
[type="checkbox"].filled-in:checked+span:not(.lever)::after {
  background-color: var(--btn-bg);
}

[type="radio"]:checked+span {
  color: var(--icon-font);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after,
[type="checkbox"].filled-in:checked+span:not(.lever)::after {
  border-color: var(--btn-bg);
}

[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after,
[type="radio"].with-gap:not(:checked)+span:before,
[type="radio"].with-gap:not(:checked)+span:after {
  border: 2px solid #aaa;
}

[type="radio"]:not(:checked)+span {
  color: #aaa;
}

.jpt-pc-rs-user-info .jpt-user-name-title-box {
  display: inline-block;
  max-width: 50px;
}

.jpt-user-fname-box {
  display: inline-block;
  width: calc(100% - 65px);
  float: right;
}

.jpt-user-name-title-box .select-wrapper input.select-dropdown {
  margin: 0;
  text-align: left;
  height: 3.1rem;
}

.jpt-input-group-lg>.jpt-form-control,
.jpt-input-group-lg>.jpt-input-group-addon,
.jpt-input-group-lg>.jpt-input-group-btn>.jpt-btn {
  height: 45px;
  padding: 10px;
}

.datepicker-day-button,
abbr[title] {
  font-size: 16px;
}

.jpt-btn-create-booking {
  font-size: 20px;
}

.jpt-user-gender-box {
  margin-bottom: 18px;
}

.jpt-user-gender-box [type="radio"]:not(:checked)+span {
  color: #333;
}

.jpt-user-gender-box [type="radio"]:not(:checked)+span::before {
  border: 2px solid #555;
}

.jpt-user-gender-box>span:first-child {
  color: #9e9e9e;
}

.jpt-pc-rs-user-info .jpt-div-flexbox>div,
.jpt-user-gender-box>span:first-child {
  margin-right: 10px;
}

.jpt-pc-rs-user-info .jpt-div-flexbox>div:last-child {
  margin-right: 0;
}

table.jpt-pc-blocks-tbl>tbody>tr:first-child>td:last-child {
  min-width: 250px;
}

.jpt-user-name-title-box .select-wrapper .dropdown-content li {
  min-height: 38px;
}

.jpt-user-name-title-box .select-wrapper .dropdown-content li>span {
  padding: 7px 8px;
}

.jpt-accept-tandc-box [type="checkbox"]+span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 17px;
  padding-left: 28px;
}

/* Loader CSS Start */
@-webkit-keyframes circle-spinner {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes circle-spinner {
  0% {
    -moz-transform: rotate(0deg)
  }

  100% {
    -moz-transform: rotate(360deg)
  }
}

@keyframes circle-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.jpt-circle-spinner:not(:required) {
  -webkit-animation: circle-spinner 800ms infinite linear;
  -moz-animation: circle-spinner 800ms infinite linear;
  animation: circle-spinner 800ms infinite linear;
  border: 2px solid #1d262d;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.jpt-loading {
  position: fixed;
  background: var(--btn-bg);
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1091;
}

.jpt-loading .jpt-circle-spinner {
  border-color: var(--btn-font);
  border-right-color: rgb(255, 255, 255);
  border-right-color: transparent;
  width: 120px;
  height: 120px;
  border-width: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  z-index: 1;
}

/* Loader CSS End */
.jpt-inner-col {
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #ccc;
}

.jpt-booking-voucher-container .jpt-col-md-9>.jpt-inner-col {
  margin-top: 15px;
}

.jpt-booking-voucher-container .jpt-col-md-9>.jpt-inner-col:first-child {
  margin-top: 0;
}

.jpt-booking-voucher-container .jpt-col-md-3 {
  padding-left: 0;
}

.jpt-bv-payment-summary>div>h4 {
  margin-top: 0;
}

#jpt-main-container>.jpt-booking-voucher-section {
  padding-bottom: 15px;
}

.jpt-booking-voucher-section .jpt-container>div:first-child h2 span {
  font-size: 40px;
  line-height: 1em;
}

.jpt-bv-sub-heading {
  margin: -15px -15px 15px -15px;
  padding: 10px 15px;
  background-color: var(--btn-bg);
  font-size: 18px;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
}

.jpt-bv-property-name {
  font-size: 20px;
  font-weight: 500;
}

.jpt-bv-sub-body>div {
  margin-bottom: 5px;
}

.jpt-bv-sub-body>div:last-child {
  margin-bottom: 0;
}

.jpt-bv-room-mr>div,
.jpt-bv-guest-details>div,
.jpt-bv-total-occ>div,
.jpt-bv-checkin-out>div {
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
}

.jpt-bv-total-occ>div:last-child,
.jpt-bv-checkin-out>div:last-child {
  margin-right: 0;
}

.jpt-bv-bds-title {
  text-transform: uppercase;
  color: #555;
  font-size: 12px;
  margin-bottom: 2px;
}

.jpt-bv-bds-desc {
  font-size: 16px;
}

.jpt-bv-no-nights {
  padding: 0 10px;
  border-radius: 50px;
  vertical-align: top;
}

.jpt-bv-no-nights>div>span {
  font-size: 18px;
  vertical-align: text-bottom;
}

.jpt-bv-no-nights>div>span:first-child {
  font-size: 24px;
  vertical-align: unset;
}

.jpt-bv-payment-summary>div:not(:first-child) {
  font-size: 16px;
}

.jpt-pc-bv-subtotal-breakdown>div:not(:last-child),
.jpt-pc-bv-price-breakdown>div:not(:last-child) {
  margin-bottom: 5px;
}

.jpt-bv-payment-summary>div.jpt-pc-bv-total-price {
  font-size: 20px;
  font-weight: 600;
}

.jpt-bv-property-img {
  float: right;
  position: relative;
  cursor: pointer;
}

.jpt-bv-property-img>img {
  max-width: 260px;
  width: 100%;
}

.jpt-bv-room-img>img {
  max-width: 100px;
  width: 100%;
  cursor: pointer;
}

.jpt-bv-property-contact>span {
  white-space: nowrap;
}

.jpt-bv-res-status {
  background-color: #e5e5e5;
  padding: 0 10px;
  border-radius: 50px;
  vertical-align: text-bottom;
  font-size: 20px;
}

.jpt-bv-room-img,
.jpt-bv-room-info {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
}

.jpt-bv-room-info {
  margin-right: 0;
  width: calc(100% - 115px);
}

.jpt-bv-brs-section .jpt-bv-sub-body>hr:last-child {
  display: none;
}

.jpt-bv-room-name {
  font-size: 18px;
}

.jpt-bv-room-amenities span {
  color: #aaa;
}

.jpt-bv-room-name .jpt-bv-roomwise-occ {
  font-size: 1em;
  color: var(--icon-font);
  margin-left: 10px;
}

.jpt-bv-room-name .jpt-bv-roomwise-occ .fa-child {
  font-size: .9em;
}

.jpt-bv-room-rate-refundable>.fa,
.jpt-bv-room-rate-mealplan>.fa {
  margin-right: 5px;
}

.jpt-bv-room-cancellation-policies ol,
ul.jpt-bv-hotel-t-and-c-list,
ul.jpt-bv-hotel-policies-list {
  padding-left: 12px;
}

.jpt-bv-room-cancellation-policies ol li,
ul.jpt-bv-hotel-t-and-c-list li,
ul.jpt-bv-hotel-policies-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.jpt-bv-property-img .jpt-img-more,
.jpt-bv-room-img .jpt-img-more {
  position: absolute;
  bottom: 0;
  right: 4px;
  font-size: 16px;
  color: #fff;
}

.jpt-booking-voucher-container .jpt-bv-room-img .jpt-img-more {
  bottom: 15px;
  cursor: pointer;
}

.jpt-bv-payment-summary>div.jpt-pc-bv-price-breakdown,
.jpt-bv-payment-summary>div.jpt-pc-bv-fees-breakdown {
  font-size: 14px;
}

.jpt-pc-bv-fees-breakdown>div:not(.jpt-pc-rs-subtitle):not(.jpt-pc-bv-exclfees-note) {
  margin-bottom: 10px;
}

.input-field>label {
  top: unset;
  bottom: 20px;
}

table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr td .jpt-price .fa,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr td .jpt-price .fas,
table.jpt-hr-types-tbl table.jpt-tbl-room-occupancy tr td .jpt-price .far {
  font-size: 12px;
  padding-right: 5px;
}

.jpt-pc-blocks-tbl tr {
  border-bottom: unset;
}

.jpt-pc-blocks-tbl tr:first-child td:nth-child(2) {
  padding: 7.5px;
  border: none;
}

.jpt-pc-res-summary {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 4px;
  margin: -1px;
}

.jpt-pc-res-summary>.jpt-pc-res-heading {
  margin: -10px -10px 10px;
  padding: 3px;
  background-color: var(--btn-bg);
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.jpt-pc-blocks-tbl tr,
.jpt-pc-blocks-tbl tr td:last-child {
  border: 0;
  padding: 0;
}

.jpt-room-option-elem div {
  line-height: 1.75em;
}

.jpt-room-option-elem div i.fa,
.jpt-room-option-elem div i.fas,
.jpt-room-option-elem div i.far {
  margin-right: 5px;
  width: 18px;
}

/*** Google custom sign in button css ****/
#customBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 140px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}

#customBtn:hover,
#tSignInWrapper:hover {
  cursor: pointer;
}

#tSignInWrapper .fa-twitter {
  vertical-align: middle;
  padding: 6px;
  font-size: 1.6em;
}


#tSignInWrapper>button {
  display: inline-block;
  background-color: #0081ce;
  background: -moz-linear-gradient(top, #4a4c4d, #141414);
  background: -ms-linear-gradient(top, #4a4c4d, #141414);
  background: -webkit-linear-gradient(top, #4a4c4d, #141414);
  color: #fff;
  width: 140px;
  border-radius: 5px;
  border: none;
  height: 44px;
  white-space: nowrap;
}

#fSignInWrapper>button {
  display: inline-block;
  background-color: #4267B2;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  color: #fff;
  width: 140px;
  text-shadow: 0 -1px 0 #4267B2;
  border-radius: 5px;
  border: none;
  height: 44px;
  white-space: nowrap;
  font-weight: 600;
}

#fSignInWrapper .fa-facebook {
  font-size: 16px;
  margin-right: 6px;
}

span.label {
  font-family: serif;
  font-weight: normal;
}

span.icon {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg width=%2240%22 height=%2240%22 viewBox=%220 0 40 40%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Ctitle%3Ebtn_google_light_normal_ios%3C/title%3E%3Cdefs%3E%3Crect id=%22a%22 width=%2240%22 height=%2240%22 rx=%222%22/%3E%3C/defs%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22%3E%3Cg transform=%22translate%283 3%29%22%3E%3Cuse xlink:href=%22%23a%22/%3E%3Cuse xlink:href=%22%23a%22/%3E%3Cuse xlink:href=%22%23a%22/%3E%3Cuse xlink:href=%22%23a%22/%3E%3C/g%3E%3Cpath d=%22M31.64 23.205c0-.64-.057-1.252-.164-1.84H23v3.48h4.844c-.21 1.125-.843 2.078-1.796 2.716v2.26h2.908c1.702-1.567 2.684-3.875 2.684-6.615z%22 fill=%22%234285F4%22/%3E%3Cpath d=%22M23 32c2.43 0 4.467-.806 5.956-2.18l-2.908-2.26c-.806.54-1.837.86-3.048.86-2.344 0-4.328-1.583-5.036-3.71h-3.007v2.332C16.437 29.982 19.482 32 23 32z%22 fill=%22%2334A853%22/%3E%3Cpath d=%22M17.964 24.71c-.18-.54-.282-1.117-.282-1.71s.102-1.17.282-1.71v-2.332h-3.007C14.347 20.173 14 21.548 14 23s.348 2.827.957 4.042l3.007-2.332z%22 fill=%22%23FBBC05%22/%3E%3Cpath d=%22M23 17.58c1.32 0 2.508.454 3.44 1.345l2.582-2.58C27.462 14.89 25.426 14 23 14c-3.518 0-6.562 2.017-8.043 4.958l3.007 2.332c.708-2.127 2.692-3.71 5.036-3.71z%22 fill=%22%23EA4335%22/%3E%3Cpath d=%22M14 14h18v18H14V14z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}

span.buttonText {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem -0.750rem 0 0;
  font-size: 14px;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

.social-login-text {
  font-weight: 200;
  margin-bottom: 0px;
}

.capitalize-uname {
  text-transform: capitalize;
}

.jpt-btn-stripe-pay,
.login-frm {
  max-width: 150px;
  width: 100%;
}

.member-container {
  position: absolute;
  top: 0;
  right: 10px;
}

.jpt-pc-user-details .guest-header {
  position: relative;
}

.member-container button {
  padding: 3px 10px;
}

.jpt-modal-content .red.signup-btn {
  width: 24.4px;
  height: 24.4px;
}

.jpt-modal-content .red.signup-btn .btn-floating.btn-small i {
  line-height: 0;
}

.overlay-subscription {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1053;
}

.subscription-popup {
  max-width: 690px;
  width: 100%;
  margin: 25px auto auto;
  background: #fff;
  padding: 5px 5px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}

.subscription-popup>button {
  position: absolute;
  right: -15px;
  top: -15px;
}

.row.subscription {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
}

.row.subsccription p {
  text-align: center;
  font-size: 16px;
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 34px;
}

.second-column {
  /*background: #e9f0fa;*/
  color: #000;
  background: #fff;
}

.row.subscription .first-column {
  background: var(--btn-bg);
  color: var(--btn-font);
}

.message-container .fa-envelope {
  color: #fff;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  vertical-align: middle;
  line-height: 83px;
  background: #006064;
}

.first-column>p {
  text-align: center;
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 34px;
}

.message-container {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 50px;
}

.subscription-form input {
  background: #fff;
  max-width: 296px;
  margin-left: auto;
  text-indent: 13px;
  color: #000;
  font-weight: 600;
}

.subscription-form input[type='submit'] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.jpt-scroll a i.fa-arrow-circle-up {
  line-height: 34px;
  font-size: 40px;
  box-shadow: 0 0 3px var(--btn-bg);
  border-radius: 50px;
  border: 2px solid var(--btn-bg);
  background-color: #aaa;
  color: #fff;
}

span.toggle-password {
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
}

.signin-opt {
  float: left;
  line-height: 36px;
}

#jpt-toast-container .jpt-success-toast.user-login,
#jpt-toast-container .jpt-success-toast.user-login+.jpt-toast-action {
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
}

#jpt-toast-container .jpt-error-toast.user-login,
#jpt-toast-container .jpt-error-toast.user-login+.jpt-toast-action {
  font-size: 18px;
  font-weight: 500;
  padding: 4px 10px;
}

#jpt-toast-container .jpt-success-toast.user-login .dp48 {
  vertical-align: middle;
  margin-right: 5px;
}

a[data-toggle="tooltip"] .material-icons {
  vertical-align: middle;
}

a[data-toggle="tooltip"] {
  color: unset;
  pointer-events: all !important;
}

a[data-toggle="tooltip"]:focus {
  outline: unset;
}

input[type="text"]+label,
input[type="email"]+label {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 5px;
  background: #f1f1f1;
}

#country-code-prefix {
  cursor: not-allowed;
  font-size: 1.5rem;
}

#jpt-user-phone,
#jpt-user-phone+label {
  text-indent: 10px;
}

.jpt-room-option-elem div:first-child {
  font-size: 16px;
  margin-bottom: 0.75rem;
  color: #333;
}

.print {
  position: relative;
}

.print span {
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  background: var(--btn-bg);
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  right: 2px;
  bottom: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
}

.print span .fa-print {
  font-size: 2rem;
  padding-right: 5px;
  border-radius: 3px;
}

.jpt-form-group.availability-btn {
  background-color: var(--btn-bg);
  border-color: var(--btn-bg);
  border-radius: 3px;
}

.jpt-form-group.availability-btn span .fa-spinner.fa-spin {
  vertical-align: middle;
  margin-right: 5px;
  display: none;
}

.jpt-btn-book-rooms span .fa-spinner.fa-spin {
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}

.jpt-form-group.availability-btn input[type='submit']:foucs,
.jpt-form-group.availability-btn input[type='submit']:foucs-within {
  outline: unset;
}

.jpt-form-group.availability-btn input[type='submit']:active {
  box-shadow: unset;
}

.jpt-form-group.availability-btn input[type='submit'] {
  color: var(--btn-font);
  border: none;
  outline: none;
}

.dropdown-content li {
  min-height: unset;
  text-align: left;
  padding: 2px 10px;
}

.dropdown-content li < a {
  padding: 2px 2px;
}

.dropdown-content li>a>i.fa-sign-out {
  padding-left: 6px;
  float: unset;
  height: 20px;
  line-height: 16px;
  padding-left: 6px;
  margin: 0px;
}

.dropdown-user>li:hover {
  background-color: transparent;
}

.navbar-fixed nav {
  background-color: #0a09099e;
  box-shadow: unset;
  z-index: 999999;
  padding: 5px 25px;
  height: 75px;
}

.navbar-fixed {
  webkit-transition: all 0.5s ease;
  */ -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.navbar-fixed nav.sticky {
  background-color: var(--header-bg);
  padding: 5px 25px;
  height: 75px;
  color: #fff;
  border-bottom: 2px solid var(--header-font);
}

.navbar-fixed nav.sticky a,
.navbar-fixed nav.sticky ul {
  line-height: 55px;
  color: var(--header-font);
}

.navbar-fixed nav.sticky ul {
  display: none;
}

.login .fa.fa-user-lock {
  background: #f26b09;
}

.sign-in-user {
  font-size: 16px;
}

.sign-in-jpt,
.sign-out-jpt {
  display: none;
}

.login .fa.fa-user {
  background: #24f109;
}

.login .fa.circle-icon {
  height: 35px;
  width: 35px;
  padding: 0px;
  margin: 5px 0px 0px 5px;
  font-size: 15px;
  line-height: 35px;
  text-align: center;

}

.navbar-fixed nav.sticky .login {
  display: block;
}

#jpt-top {
  z-index: 1000;
}

.nav-wrapper {
  text-align: left;
}

.nav-wrapper ul li a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-wrapper ul li a:hover {
  color: #ccc;
}

.nav-wrapper ul li a:focus {
  color: var(--header-font);
}

.nav-wrapper .fa-sign-out {
  padding-left: 8px;
  vertical-align: middle;
  line-height: 52px;
  height: 54px;
}

.brand-logo h4 {
  display: none;
}

.brand-logo img {
  height: 50px;
  margin-top: 5px;
}

.navbar-fixed nav.sticky .brand-logo img {
  height: 50px;
}

.header-voucher-img {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
}

.jpt-container.jpt-card-voucher {
  position: relative;
  bottom: 58px;
  background: #fff;
  border-radius: 5px;
  padding: 7px 37px;
  margin-bottom: -58px;
}

.navbar nav {
  background: transparent;
  box-shadow: unset;
  padding: 20px 48px;
}

.jpt-booking-voucher-container .jpt-images-row img,
.jpt-booking-voucher-container .jpt-bv-room-info {
  margin-bottom: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

.book_moblie {
  position: fixed;
  right: 7px;
  bottom: 5px;
  display: none;
  background: var(--btn-bg);
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  max-width: 46px;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.jpt-rs-room-sep .jpt-redclr {
  color: #a7a7c6;
  cursor: pointer;
  font-size: 17px
}

.jpt-room-base-std-price {
  display: flex;
}

.jpt-room-base-std-price .jpt-col-half {
  flex: 2;
  align-self: center;
}

.jpt-room-base-std-price .jpt-float-right {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  margin-left: auto;
}

.jpt-room-base-std-price .jpt-float-right .jpt-strike-through {
  order: -1;
}

.jpt-rateplan-info-promo-modal .jpt-rp-promotions {
  font-size: 15px;
}

.jpt-rateplan-info-promo-modal .jpt-rp-promotions ol {
  padding-left: 13px;
}

.jpt-rateplan-info-promo-modal .jpt-rp-promotions ol li {
  margin-bottom: 10px;
}

.jpt-rateplan-info-promo-modal .jpt-rp-promotions ol li:last-child {
  margin-bottom: 0;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-total-discount {
  cursor: pointer;
  color: #1b5e20;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount.collapsed+.jpt-bv-total-discount-breakdown,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount.collapsed+.jpt-rs-total-discount-breakdown,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-total-discount.collapsed+.jpt-avail-discount-breakdown {
  display: none;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount-breakdown,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount-breakdown,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-discount-breakdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 5px;
  background-color: #1b5e20;
  color: #fff;
  margin-top: 5px;
  font-size: 13px;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount-breakdown>*,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount-breakdown>*,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-discount-breakdown>* {
  border-bottom: 1px solid #f1f1f1;
  padding: 2px 0;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount-breakdown>*:last-child,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount-breakdown>*:last-child,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-discount-breakdown>*:last-child {
  border-bottom: unset;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount .fa-angle-down,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount .fa-angle-down,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-total-discount .fa-angle-down {
  transform: rotate(180deg);
  transition: transform .15s;
}

.jpt-bv-payment-summary .jpt-pc-bv-subtotal-breakdown .jpt-bv-total-discount.collapsed .fa-angle-down,
.jpt-pc-res-summary .jpt-pc-rs-subtotal-breakdown .jpt-rs-total-discount.collapsed .fa-angle-down,
.jpt-rs-price-details .jpt-rs-price-breakdown .jpt-rs-price-box .jpt-avail-total-discount.collapsed .fa-angle-down {
  transform: rotate(0deg);
  transition: transform .15s;
}

.dropdown-content li>a,
.dropdown-content li>span {
  color: #333;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom-color: #9e9e9e;
}

.jpt-daterangepicker td.active,
.jpt-daterangepicker td.active:hover,
.jpt-daterangepicker td.jpt-in-range,
.jpt-daterangepicker td.available:hover,
.jpt-daterangepicker th.available:hover {
  background-color: var(--btn-bg);
  color: var(--btn-font);
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-color: var(--btn-bg);
  box-shadow: 0 1px 0 0 var(--btn-bg);
}

input:not([type]):focus:not([readonly])+label,
input[type="text"]:not(.browser-default):focus:not([readonly])+label,
input[type="password"]:not(.browser-default):focus:not([readonly])+label,
input[type="email"]:not(.browser-default):focus:not([readonly])+label,
input[type="url"]:not(.browser-default):focus:not([readonly])+label,
input[type="time"]:not(.browser-default):focus:not([readonly])+label,
input[type="date"]:not(.browser-default):focus:not([readonly])+label,
input[type="datetime"]:not(.browser-default):focus:not([readonly])+label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])+label,
input[type="tel"]:not(.browser-default):focus:not([readonly])+label,
input[type="number"]:not(.browser-default):focus:not([readonly])+label,
input[type="search"]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: var(--btn-bg);
}

.jpt-form-inline.jpt-search-form .jpt-form-group.jpt-search-form-special-code .jpt-input-group-lg input.jpt-form-control.jpt-input-lg {
  width: 104px;
}

.jpt-form-inline.jpt-search-form .jpt-form-group.jpt-search-form-special-code .jpt-input-group-lg .jpt-lbl-special-code {
  border-color: var(--btn-bg);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: content-box;
  font-size: 16px;
  height: 2.2rem;
  padding: 10px 5px;
  width: 100px;
}

.jpt-form-inline.jpt-search-form .jpt-form-group.jpt-search-form-special-code .jpt-input-group-lg .jpt-lbl-special-code .fa {
  padding-left: 10px;
}

.jpt-text-vertical-center h1 {
  font-size: 3em;
}

nav .brand-logo {
  padding: 3px;
  line-height: normal !important;
}

#dropdown-user li>a.jpt-a-user-sign-out {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-content li>a.jpt-a-user-sign-out>i {
  margin-right: -5px;
}

.jpt-header.jpt-sticky .jpt-search-form-container {
  background-color: rgba(0, 0, 0, .75);
  border-radius: 3px;
  position: fixed;
  right: 80px;
  top: 5px;
  z-index: 999;
  padding: 4px 0;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form {
  padding: 4.5px 5px;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form .jpt-form-group .jpt-input-group input.jpt-form-control.jpt-input-lg {
  max-width: 215px;
  min-width: 207px;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form .jpt-input-group .jpt-input-group-btn {
  display: none;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group {
  margin-right: 0;
  margin-left: 7px;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group:last-child {
  margin-right: 7px;
}

.jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group .jpt-check-avail-ico {
  font-size: 22px;
}

.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group .jpt-check-avail-label,
.jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group .jpt-check-avail-ico {
  display: none;
}

.jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group .jpt-check-avail-label,
.jpt-header.jpt-sticky .jpt-search-form-container .jpt-form-inline.jpt-search-form>.jpt-col>.jpt-form-group .jpt-check-avail-ico {
  display: inline-block;
}

.input-field .jpt-select2 {
  width: 100%;
}

.input-field .select2-container {
  margin-bottom: 8px;
}

.input-field .select2-container--default .select2-selection--single {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  height: 31px;
}

.input-field .select2-container--default .select2-selection--single:focus-visible {
  outline: none;
}

.input-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  padding-left: 0;
}

.input-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 80%;
}

/* Ratings CSS */
.d-flex {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.rating-block {
  background-color: #f5f5f5;
  padding: 15px 10px;
}

.rating-block h2 {
  font-size: 40px;
  margin-bottom: 0;
}

.ratings {
  margin-top: 20px;
  margin-right: 10px;
}

.ratings i {
  color: #cecece;
  font-size: 22px;
}

.rating-color {
  color: #fbc634 !important;
}

.review-count {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px !important;
}

.small-ratings {
  margin-left: 15px;
}

.small-ratings i {
  color: #cecece;
  margin-left: 3px;
  margin-right: 3px;
}

.review-stat {
  font-weight: 300;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 168px;
  text-align: left;
}

.d-inline-block {
  display: inline-block;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-0 {
  margin-top: 0;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-0 {
  margin-right: 0;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-0 {
  margin-bottom: 0;
}

.w-100 {
  width: 100%;
}

.review-progress-box {
  flex-grow: 1;
}

.review-progress-box .progress {
  margin-top: 1rem;
  background-color: #eeeeee;
}

.review-progress-box .progress .determinate {
  background-color: var(--btn-bg);
}

.jpt-review-row .small-ratings i:first-child,
.jpt-review-row .small-ratings {
  margin-left: 0;
}

.jpt-review-row .jpt-profile-img {
  width: 70px;
  border-radius: 200px;
}

.jpt-review-row {
  margin: 15px 15px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  padding: 20px 10px;
}

.jpt-review-row .left-guest-profile {
  min-width: 150px;
  padding-right: 10px;
  text-align: center;
}

.jpt-review-row .right-text-review {
  padding-left: 10px;
}

.jpt-review-row .review-block-name {
  font-size: 16px;
  padding-top: 8px;
}

.review-block-date {
  color: #999;
}

.jpt-hrating-box .rating-block .ratings i {
  margin-left: .5rem;
}

.jpt-hrating-breakdown-inner-box {
  padding: 10px 0 10px 20px;
}

.jpt-hrating-breakdown-inner-box div:first-child {
  margin-top: 0;
}

.review-attachment-thumbs+.review-attachment-thumbs-video {
  margin-top: 10px;
}

.review-attachment-thumbs-video .attachment-video-thumb video,
.review-attachment-thumbs .jpt-rev-img-responsive {
  max-height: 30px;
}

.review-attachment-thumbs-video .attachment-video-thumb a {
  position: relative;
}

.review-attachment-thumbs-video .attachment-video-thumb video+i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .75);
}

/* Rating CSS end */