#more {display: none;}
#myBtn{
    cursor: pointer;
}
.form-toggle button{
color:#333;
}

.frmsignup{
    display: flex;
    align-items: center;
    justify-content: center;
   width: 100%;
    
}
.h-300{
    height: 300px !important;
}
.h-500{
    height: 500px !important;

}
.service-item{
    display: block !important;
}
.w-300{
    width: 300px !important;
}
.w-30{
    width: 30px !important;
}
.w-50{
    width: 50px !important;
}
.container-fluid{
max-width: 100% !important;
}
.container-xxl{
    max-width: 100% !important;
    margin-top: 40px !important;
}
@media only screen and (width<=990px){
    .container-xxl{
    max-width: 100% !important;
    margin-top: 100px !important;
}
.modal-contentreset {
    width: 100% !important;
    vh:100% !important;
   margin-top: 50% !important;
    }
    .close{
        margin: 0px !important;
    }


}



    .myloader {
    display: none;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid orange;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
   
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modalreset {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-contentreset {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


	.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

	 .mytabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 50px auto;

    
}
.mytabs input[type="radio"] {
    display: none;
}
.mytabs label {
    padding: 25px;
    background: orange;
    font-weight: bold;
    color: #fff;
}

.mytabs .tab {
    width: 100%;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
    max-height: 200px;
    overflow: hidden;
    

}


.mytabs .tab h2 {
    font-size: 3em;
}

.mytabs input[type='radio']:checked + label + .tab {
    display: block;
}

.mytabs input[type="radio"]:checked + label {
    background: #fff;
    color: black;
    border-bottom:12px  solid #333;
}
	.thumbnails img {
    width: 80px;
    height: 80px;
    object-fit:cover;
    cursor: pointer;
}
.galleryx {
   
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
   
}
    .showchevup{
       display: none;

    }
    @media only screen and (width<=990px){
        .searchavailability{
            top:100px !important;
            
        }
    }
     @media only screen and (width<=760px){
        .searchavailability{
            top:100px !important;
            
        }
        .showchevup{
            display: block ;
          
        }
        .showchevup i{
            font-size: 30px !important;
            padding: 0px;

        }
        .showchevdown i{
            font-size: 30px !important;
            padding: 0px;

        }
        #bgc{
          
           margin-top: 100px !important;
            overflow: hidden;
        }
        .rooms{
            justify-content: center;
        }

       
      
    }
