img {
	max-width: 100%;
}
body .direct-chat-messages {
	min-height: 420px;
}
body .chat_conversion_menu .direct-chat-messages {
	min-height: 530px;
}
body .chat_conversion_menu ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
}
body .chat_conversion_menu li {
}
body .chat_conversion_menu li a {
	padding: 5px 12px;
    background-color: #eee;
    margin-bottom: 3px;
    display: block;
}
body .direct-chat-messages pre {
	background-color: #d1d1d136;
	color: #e83e8c;
	padding: 16px;
	border-radius: 8px;
	overflow-x: auto;
	white-space: pre-line; /* Wrap long lines */
	word-break: break-word;
	margin: 20px 0;
}
form, .form-group {
	font-size: 14px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    font-weight: bold;
}
.text-center {
	text-align: center;
}
.underLineNames {
	min-width: 200px;
	border-bottom: 1px solid;
	display: inline-block;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
.amounBox span {
  border: 1px solid;
  padding: 5px 10px;
}
.is_expansion {
	color: #ff0000;
  font-weight: bold;
}
.amounBox {
  font-weight: bold;
}
.is_income {
  color: #347715;
  font-weight: bold; 
}
.inner-pages .hero-section h2 {
    color: #fff;
}
.inner-pages .hero-section {
    --default-color: #ffffff;
    --default-color-rgb: 255, 255, 255;
    --background-color: #000000;
    --background-color-rgb: 0, 0, 0;
    width: 100%;
    position: relative;
    padding: 100px 0 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itmsCloneSection .itmsClone:first-child .removeItm {
  display: none;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}
.header .social-icons .btn-getstarted, .header .social-icons .btn-getstarted:focus {
  padding: 5px 10px;
}
.header .social-icons {
  float: right;
}
.testimonials .testimonial-item {
  margin: 5px;
}
.about .icon-box {
  padding: 15px 20px;
}
.testimonials .testimonial-item img {
  height: 120px;
  width: 100%;
}
/* Card look & pill container */
.booking-wrap{
  background:#ffffffcf;
  border-radius:1.25rem;
  box-shadow:0 6px 28px rgba(0,0,0,.12);
  padding:.85rem;
  color: #000;
}
.booking-item{
  padding:.75rem 1rem;
  border-radius:.85rem;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  color: #000;
}
.booking-item:focus-within{
  border-color:#6f42c1;
  box-shadow:0 0 0 .15rem rgba(111,66,193,.15);
}
.divider{
  width:1px;
  background:rgba(0,0,0,.08);
  margin:0 .25rem;
}
.main-sidebar .brand-image {
  max-height: 80px;
} 
body.homepage h2 {
  font-weight: bold;
}
header .social-icons a {
  font-size: 16px;
  margin: 10px;
}
@media (max-width: 767.98px){
  .divider{display:none;}
  .booking-item{margin-bottom:.5rem;}
  .booking-wrap{padding:.75rem;}
}
.btn-search{
  border-radius:.85rem;
  padding:.65rem 1.25rem;
}
.flatpickr-calendar {
  border-radius:16px;
}
/* Animation */

@-webkit-keyframes 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);
  }
}
@-moz-keyframes 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);
  }
}
@-o-keyframes 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);
  }
}
@keyframes 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);
  }
}
.main-header {
  /*z-index: 0;*/
}
.printBtnSection {
    float: right;
    text-align: right;
    margin-bottom: -30px;
    padding: 10px;
    z-index: 1;
}
.onlyPrint {
  display: none;
}
@media print {
    .onlyPrint {
       display: block;
    }
    .noPrint {
      display: none;
    }
    @page {
      margin-top: 0;
      margin-bottom: 0;
    }
    #printSection {
      padding: 10px;
      width: 100%;
    }
    body {
        padding: 1rem;
        border: 5px solid #000;
        margin: 10px;
    }
    body .card-body {
      padding: 10px;
    }
    body, body p, body div, body td, body th, body b, body strong, body li, body span {
        font-size: 22px !important;
        line-height: normal !important;
    }
    img {
      max-width: 100%;
      height: auto;
      max-height: 1180px;
    }
}