a {
    color: #000;
    text-decoration: none;
} 

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #f5f5f5;
}

body {
    font-family: mplus-1p-regular, 'Segoe UI', Roboto, Arial, Helvetica, 'Helvetica Neue';
    font-size: 16px;
}

.cst-container, .col-padding-0 {
	padding: 0px;
}

.cst-light-bg {
	color: #333;
}

.cst-gray-bg {
	
    background-color: #f5f5f5; 
}

#cst-header {
	background-size: cover;
    height: 250px;
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0,0,0,0);
    background-origin: padding-box, padding-box;
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    position: relative;
}

.cst-dark-bg {
	background-color: #242424;
    color: #f5f5f5;
}

#cst-hotel-header {
	height: 220px;
    z-index: 5;
}

.cst-hotel-title {
	font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=4);
    zoom: 1;
    font-size: 25px;
    padding-top: 100px;
}

.cst-hotel-info {
	font-weight: lighter;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=4);
    zoom: 1;
    font-size: 20px;
}

#cst-sticky-bar, .sticky-nav {
    border-bottom: 1px solid #C4C4C4;;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1000;
    margin-bottom:0;
}

#cst-title-bar h3 {
    padding-top: : 10px;

}

#cst-title-bar .cst-container {
	margin-left: auto;
    margin-right: auto;
    max-width: 1083px;
    width: 100%;
}

#cst-quickseacrh .qs-summary {
	font-size: 14px;
    margin-right: -15px;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}

.cst-block-header {
	background-color: #242424;
    font-size: 16pt;
    margin-top: 15px;
    padding: 10px;
}

.cst-room-photo {
	height: 380px;
}

.cst-basket {
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
}

#cst-quicksearch .qs-dates-parent {
	min-width: 180px;
}

.cst-datepicker, .qs-promo {
	margin-top: 25px;
}

.qs-accomodations {
	margin-top: 20px;
}

.qs-promo-input {
	border: none;
	background: transparent;
	outline: none;
	border-bottom: 1px solid black;
}

.room-price {
	padding-left: 100px;
}

.cst-basket-remain {
	background-color: #f5f5f5;
    border: 1px #B3B3B3 dotted;
    height: 80px;
    margin: 10px 0;
    padding-top: 30px;
    text-align: center;
}

#cst-header-toolbar {
	background-color: transparent;
    padding-top: 0px;
    height: 30px;
    z-index: 10;
}

#cst-header-toolbar {
	padding-right: 0px;
    width: auto;
    float: right;
}

#cst-cur-lang {
	float: right;
    text-align: right;
}

#cst-header-toolbar #cst-headbar {
	    background: #242424;
}

.cst-headbar-label {
	color: #a3a3a3;
    margin-right: 10px;
    text-transform: capitalize;
}

#room-details, .text-black, .reserve-title {
	text-decoration: none;
	color: #000;
}

#cst-header-breadcrumb {
    bottom: 20px;
    padding-top: 80px;
    position: absolute;
    max-width: 960px;
    margin-left: 10%;
    margin-right: 10%;
}

.breadcrumb-container {
	padding: 0px;
}

.cst-panel-rooms {
	max-height: 450px;
    min-width: 360px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
    max-width: 360px;
    display:block;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}

table
{
    border-collapse: collapse;
}

#payment-table td
{
    border: solid 1px;
    border-left: none;
    border-right: none;
}

.card-square {
    border-radius: 0px;
}

p span {
    display: block;
}

.room-price-text, .extra-price-text {
    font-size: 22px;
}

.date-picker {
    border: none;
    border-width: 0px;
}

input:focus .date-picker {
    outline: none;
}

.total-text {
    font-size: 24px;
}

.required {
    color: red;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.info-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 15px;
}

.info-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .25rem;
    font-size: 1rem;
    width: 1.75rem;
}

.info-icon-2 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .25rem;
    font-size: 1rem;
    width: 1.75rem;
    margin-top: -20px;
}

.col-pr-0 {
    padding-right: 0px
}

.rate-plan-title {
    font-size: 18px;
}
 
.top-icon {
    position: absolute;
    top: 0;
}

.pl-30 {
    padding-left: 30px;
}

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

.pt-pb {
    padding-top: inherit;
}

.cancel {
    margin-top: 15px;
}

.card-border-bottom {
    border-bottom: 1px solid #dfdfdf;
}

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false'] > .expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.image-radio {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
    opacity: 0.3;
}
.image-radio input[type="radio"] {
    display: none;
}
.image-radio-checked {
    border-color: #28a745;
    opacity: 1;
}
.image-radio .fas {
  position: absolute;
  color: #fff;
  background-color: #28a745;
  padding: 5px;
  top: 0;
  right: 0;
  border-radius: 15px;
  font-size: 18px;
  margin-top: -10px;

}
.image-radio-checked .fas {
  display: block !important;
}

.hidden {
    display: none;
}

.h-63 {
    height: 63.8px;
}

.pl-355 {
    padding-left: 355px;
}

.font-14 {
    font-size: 14px;
}

#payment-table td {
    border: none;
}
.img-thumbnail-2 {
    display: inline-block;
    max-width: 100%;
    height: 150px;
    padding: 4px;
    line-height: 1.42857143;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer {
  position: inherit;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 58px;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.03);  
  color: #000;
  text-align: center;
  border-top: 1px solid #C4C4C4;
  padding-top: 10px;
}

.h-8-5vh {
    height: 8.5vh;
}

#booking-link {
    padding: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
@media only screen and (max-width: 900px) {
    .pl-355 {
        padding-left: 0;
    }

    #property_name .title{
        font-size: 18px;
    }

    .cst-room-photo {
        height: 220px;
    }
    #extra-detail h5{
        font-size: 16px;
    }
    #extra-detail h6{
        font-size: 14px;
    }
     #extra-detail .detail-extra{
        font-size: 14px;
    }
    #extra-detail.col-md-5 {
        width: 60%
    }
    #extra-check.col-md-2 {
        width: 10%
    }
    #extra-quantity.col-md-2 {
        width: 30%
    }
    #right-menu,.close-btn, #desktop-extra, .text-black, .extra-img-div {
        display: none;
    }
    #cst-header {
        height: 150px;
    }

    #bed-icon {
        text-align: right;
    }
    .cst-hotel-title {
        padding-top: 50px;
    }
    
    .search-availability{
      background: #D3D3D3;
      position: inherit;
      top: 50px;
      width: 100%;
      z-index: 999;
      border: 1px solid #D3D3D3;
      padding-bottom: 1px;
    }
    .search-availability .row{
        color: #000;
        margin-bottom: -10px;
        font-size: 14px;
    }
    .search-availability-div{
        height: 50vh !important;
        transition-duration:.5s;
        padding: 10px;
    }
    .mobile-detail-div{
        height: 50vh !important;
        transition-duration:.5s;
    }
    .search-availability label {
        color: #00;
    }
    .search-availability button {
        color: #000;
    }
    #talk, #rate-detail{
        display: none;
    }
    #availability {
         height: 50vh !important;
         font-size: 14px;
    }
    #mobile {
         height: 45vh !important;
         color: #000;
    }
    #header .header-row .pt-3 {
        display: none;
    }
    .fa-caret-down {
      transition-duration:.8s;
    }
    .fa-caret-down.opened {
      -ms-transform: rotate(180deg); /* IE 9 */
      -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      transition-duration:.8s;
      vertical-align: middle;
    }
    .fa-caret-up {
      transition-duration:.8s;
    }
    .fa-caret-up.opened {
      -ms-transform: rotate(180deg); /* IE 9 */
      -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      transition-duration:.8s;
      vertical-align: middle;
    }
    .section-title h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .section-title label {
        font-size: 14px;
    }
    #rate-detail, #payment-mode {
        padding-left: 15px;
    }
    #total-pay, #guest-info {
        padding-right: none;
    }
    #room-mini-detail {
        width:100%; 
        display: block; 
        background-color: #fff; 
        border:1px solid #f5f5f5; 
        padding-left: 10px; 
        padding-right: 10px;
    }
    .header-div{
        height: 30vh !important;
        transition-duration:.5s;
        border: 1px solid #fff;
    }
    .header-room{
      background: #fff;
      position: fixed;
      border: 1px solid #000;
    }
    .next-btn {
      background: #D3D3D3 ;
      position: fixed;
      bottom: 0px;
      width: 100%;
      z-index: 999;
    }
    .next-btn a {
        font-size: 20px;
        color: #fff;
        padding: 10px;
        display: block;
    }
    #payment-check.col-md-6 {
        width: 50%;
    }
    #mobile-availability.col-md-10 {
        width: 80%
    }
    #mobile-availability.col-md-2 {
        width: 20%
    }
    #header-detail.col-md-7 {
        width: 10% ;
    }
    #header-detail.col-md-5 {
        width: 89%;
        text-align: right;
    }
    .nav-link {
        padding: 0.3rem;
    }
    #next-mobile.col-md-8 {
        width: 75%;
    }
    #next-mobile.col-md-4 {
        width: 25%;
    }
    #next-mobile {
        padding-right: 0;
    }
    .next-div  {
        background: #28a745;
        border: 1px solid #28a745;
    }
    .mobile-detail-room {
        background: #6c757d;
        border: 1px solid #6c757d;
    }
    #thank-you-text {
        margin-top: 1rem !important;
    }
    .boost-check {
        right: 22px !important;
    }
    .book-btn {
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
        width: 100%;
        margin-top: 20px;
    }
    #address-bar {
        justify-content: flex-start;
    }
    #address {
        word-wrap: break-word;
    }
    #mobile-hotel-info.row {
        width: 100%;
    }
    #mobile-hotel-info .property-name {
        width: 80%;
    }
    #mobile-hotel-info .title {
        white-space: normal ;
    }
    #mobile-hotel-info .toggler {
        width: 20%;
        text-align: right;
    }
}

@media screen and (min-width: 901px) {
    #right-menu {
        margin-top: 0;
    }
    #bed-icon {
        float: right !important;
    }
    #icon-detail .fas{
        display: none;
        text-decoration: none;
    }
    .search-availability, .header  {
        display: none;
    }

    #rate-detail, #payment-mode {
        padding-left: 0px;
    }
    #total-pay, #guest-info, #confirm-no {
        padding-right: 0px;
    }

    .img-extra {
        width: 126px;
        height: 83px;
    }
    #extra-detail, #text-confirm {
        padding-left: 0px;
    }
    .card-extra {
        padding-bottom: 1px;
    }
    #search_first {
        padding-left: 11.5rem; 
        padding-right: 11.5rem;
    }
    #next-btn {
        display: none;
    }
    .boost-check {
        right: 130px !important;
    }
    #address-bar {
        justify-content: flex-end;
    }
}
