.show-read-more .more-text{
    display: none;
}

.read-more{
margin-top:10px;
text-decoration: underline;
cursor: pointer;
display: block;
}

.modal
{
    z-index: 99999 !important;
}

.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 90px !important;
z-index: 1020;
}

.mainGall
{
height: 455px !important;
}

.priceBox
{
width:92%;
margin:25px !important;
}

.priceBoxH5{
color:#2b5336;
font-size: 26px !important;
padding-top: 50px !important;
padding-left: 50px !important; 
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

.bookFlds{
margin-top:0px !important;
border-radius:30px; 
height: 3.5rem; 
width: 13rem;
}

.priceDetailBox
{
width: 96% !important;
}

.accButton{
background-color:white;
border:none;
}

#dates,#sleeps{
    width:13rem !important;
    color: #999 !important;
}	

.dots {
	margin:20px;
	margin-left:15px;
	width: 56px;
	height: 13.4px;
	background: radial-gradient(circle closest-side,#2b5336 90%,#0000) 0 0/33% 100% space;
	clip-path: inset(0 100% 0 0);
	animation: dots-e3xtdg 0.8999999999999999s steps(4) infinite;
 }

.totalPayable
{
font-weight: bold;
margin-right: 35px;
}

.calAvailable{
    /* background-color: #2b5336 !important;
    color:white !important; */
    font-weight: bold;
}

.calStrikethrough {
    position: relative;
    text-decoration: line-through;
    font-weight: bold;
    color:#999;
    text-decoration-thickness: 2px;
    
}
/* .calStrikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: red;

    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
} */

#resvFailedContainer
{
    border-radius: 15px; 
    color: red;
    font-size: 10px !important;
    font-weight: bold;
}

#resvFailedContainer span{
display: block;
color: red;
font-weight: bold;
font-size: 9px !important;
}

#paymentDetailContainer{
    margin-left: 20px !important;

}

.disableDays
{
    background-color: #BBB !important;
    color:#EEE !important;
}

.totalDetailArrow
{
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer !important;
}

#collapseTotalDetail
{
    font-size: 11px !important;
    margin-left: 25px !important; 
    margin-right:40px !important;
    width:90%;
}



.gallery .col{
padding:0 !important;
}


.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .gallery-block{
	margin: 0;
}

.gallery {
    padding: 50px 0;
}

.gimg {
    max-width: 100%;
    max-height: 100%;
}

.gallery img {
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    cursor: pointer;
    border-radius: 25px;
    margin-bottom: 15px;
}

.smallGall
{
	height: 220px !important;
}

#calendar1, #calendar2 {
margin-bottom: 20px;
font-size: 10px !important;
color:#a3a3a3 !important;
}

#currentMonthYear {
text-align: center;
}

.box-section-f {
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline; 
    width: 110px !important;  
    text-align: center;
	float: left !important;
}

.box {
    background-color: #f1f1f1 !important;
    height: 110px;
    width: 110px;
    border-radius: 20px;
    border: 1px solid #e8e8e8 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-2 {
    height: 5rem;
    width: 5rem;
    border-radius: 20px;
    border: 1px dotted grey;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-section-f p{
    width:110px !important;
    margin-right:80px !important;
    font-size: 14px !important;
    text-align: center;
}

#calendar1, #calendar2 {
    margin-bottom: 20px;
    font-size: 10px !important;
    color:#a3a3a3 !important;
}

#currentMonthYear {
    text-align: center;
}

.right-col {
    background-color: #fff;
    border: 1px solid #eaeaea;
    width: 100%;
    border-radius: 50px;
}  

#gallery-modal .modal-img {
    width: 100%;
}


.priceBox
{
    width:92%;
    margin:25px !important;
}

.priceBoxH5{
    color:#2b5336;
    font-size: 26px !important;
    padding-top: 50px !important;
    padding-left: 50px !important; 
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.bookFlds{
    margin-top:0px !important;
    border-radius:30px; 
    height: 3.5rem; 
    width: 13rem;
}

.priceDetailBox
{
    width: 96% !important;
}

.accButton{
    background-color:white;
    border:none;
}

.totalPayable
{
    font-weight: bold;
    margin-right: 35px;
}


/* FINALIZE */
.counterButton
{
  width:20px !important;
  height:20px;
  border-radius: 10px;
  font-size: 12px;
  background-color: #2b5336;
  color:whitesmoke;
  border:1px dotted black;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  margin:5px;
}

.counterButton:hover
{
  background-color:lightgray;
  color:#2b5336;
}    

#guestsSpan2{
  margin:5px;
}

.button {
  background-color: #2b5336 !important;
}

.field{
  border:1px solid #dee2e6;
  padding:12px;
  border-radius: 14px;
}

#paymentResponse{
  padding: 10px;
  color:red;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

#resvFailedContainer
{
    border-radius: 15px;  
    color: red;
    font-size: 10px !important;
    font-weight: bold;
}

#resvFailedContainer span{
  display: block;
  color: red;
  font-weight: bold;
  font-size: 9px !important;
} 

.calendar-table .disabled
{
    color:red !important;
}  



@media only screen and (max-width: 600px)
{
video{
    position:relative;
    display:block;
    width:100%; 
}
.float-right{
    position:absolute;
}

h2{
    font-size: 24px;
    margin-left: 10px;
}

.offsetText
{
    margin-left:0px !important; 
    margin-top:-130px !important; 
    background-color:white;
    width:90% !important;
} 

.mainGall{
    height: 250px !important;
}







.disable-hover:hover {
    cursor: pointer;
    background: white;
    color: black;
}

.priceBox
{
    margin:5px !important;
}


.priceBoxH5
{
    padding:15px !important;
    margin:15px !important;        
}

.amenities, .cancellation-policy, .house-rules{
    margin-left: 20px ;
}

.totalPayable
{
    font-weight: bold;
    margin-right: 0px;
    font-size: 12px !important;
}    

#paymentDetailContainer{
    margin:20px;
    margin-left:15px;
}

#collapseTotalDetail .text-end {
    padding-right: 25px !important;
}

.invoiceItems
{
    padding-right: 50px !important;
    margin-right: 50px !important;
    border:2px solid red !important;
}


.totalDetailArrow
{
    margin-left: 20px;
    margin-right: 15px;
    cursor: pointer !important;
}    

/* #collapseTotalDetail
{
    margin-left:0px; 
    margin-right:25px;
    font-size:11px;
}     */

}  

 