.main-slider .first {
    padding: 0px 0px 0px 0px;
}

.main-slider .first div{
    max-height: 485px;
    min-height: 485px;
    padding: 0;
    overflow: hidden;
    background-size: cover!important;
}
.main-slider .two {
    padding: 0 5px 5px 5px;
}
.main-slider .two div{
    max-height: 250px;
    min-height: 240px;
    padding: 0 5px 5px 5px;
    overflow: hidden;
    background-size: cover!important;
}
.main-slider .tree{

    padding: 0px;
}
.main-slider .tree div{
    padding: 0px 0px 5px 0px;
    max-height: 245px;
    min-height: 240px;
    overflow: hidden;
    background-size: cover!important;
}

.main-slider .four{
    padding: 0 5px 0px 5px;
}

.main-slider .four div{
    max-height: 240px;
    min-height: 240px;
    padding: 0 5px 5px 5px;
    overflow: hidden;
    background-size: cover!important;
}

.main-slider .five{
    padding: 0px;
}
.main-slider .five div{
    padding: 0px 0px 5px 0px;
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
    background-size: cover!important;
}

.main-slider .bt-gp {
    margin: -50px 0px 0px 20px;
    position: absolute;
}

.review-top {
    background: #00a680;
    color: white;
    padding: 10px 9px;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    line-height: 68px !important;
    margin-right: 20px;
    text-align: center;

}

.rate-table .price {
    font-size: 1.1em;
    font-weight: bold;
}

.rate-table .tax {
    font-size: 0.75em;
    font-weight: 100;
}

.rate-table .facility {
    font-size: 0.85em;
    font-weight: 100;
}

.rate-table .facility i {
    font-size: 1em;
    width: 25px;
    color: #c8c8c8;
}

.room-box .facility i {
    font-size: 1em;
    width: 25px;
    color: #c8c8c8;
}

.room-box .card-title {
    min-height: 50px;
}

.room-box .card-b-text {
    height: 70px;
}

.aa {
    font-size: 18px;
    color: #868686;
    font-weight: bold;
    text-decoration: none;
    /* margin-bottom: 26px; */
    /* margin: 12px; */
    width: 100%;
}

#map {
    height: 300px;
    width: 100%;
}

.gm-style-iw {
    /*left: 25px !important;*/
}

.gm-style-iw>div {
    max-height: 420px !important;
    max-width: 200px !important;
}

/*    .map {
                                                -webkit-filter: grayscale(50%);
                                                -moz-filter: grayscale(50%);
                                                -ms-filter: grayscale(50%);
                                                -o-filter: grayscale(50%);
                                                filter: grayscale(50%);
                                            }*/
body {
    margin: 0px;
}

.gm-style .gm-style-iw {
    background-color: #1abc9c !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 120px !important;
    padding-top: 5px;
    display: block !important;
}

/*style the p tag*/
.gm-style .gm-style-iw #google-popup p {
    padding: 10px;
}


/*style the arrow*/
.gm-style div div div div div div div div {
    /*background-color: #3C61AD !important;*/
    padding: 0;
    margin: 0;
    padding: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
}

/*style the link*/
.gm-style div div div div div div div div a {
    color: #f1f1f1;
    font-weight: bold;
}
.gallry-main{
    column-width: 15em;
	-moz-column-width: 15em;
	-webkit-column-width: 15em;
	
	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 0rem;
}
.gallry-main .item {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 6px;
    border-radius: 2px;
    transition: 0.3s ease;
    font-size: 0;
}
.sticky-top { top: 5em; }
.amenity-ul span{
    width: 30px;
    display: inline-block;

}
option:disabled {
    color: #dddada;
  }
  .room-selection{
    font-size: 14px;
  }



  .booking {
    margin-top: -100px !important;
}

@media (max-width: 768px) {

    .room-availability .card{
        border: none;
    }
    .room-availability .card-body{
        padding: 0px !important;
    }
    .total-price ul{
        display: none;
    }
    .total-price p{
        display: none;
    }
    .total-price button{
        margin: 0 0 10px !important;
    }
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    
   

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .room-type td{
        text-align: left;
    }
    .rate-table .rate-plan{
        display: flex;
    }
    .rate-table .room-count{
        width: 30%;
    }
    .rate-table .pax-count{
        width: 20%;
    }
    .rate-table .room-price{
        width: 50%;
    }
    .rate-table .room-count select{
        width: 100% !important;
    }
    
    table td::before {
  
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 10px;
    }

    table td:last-child {
        border-bottom: 0;
    }
}