
/* Room Types Design
-------------------------------------------------------------------------------------*/
.roomTypegrid.roomtype {     width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px; }


.roomTypegrid.roomtype .room-listing.large-6 {
	height: 508px;
    border-radius: 10px;
    flex: initial;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    width: 48%;
    margin-bottom: 25px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-list {
	width: 100%;
	height: 100%;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-list .cell.room {
	margin-bottom: 0;
	height: 100%;
}

.roomTypegrid.roomtype .room-listing.large-6 img.imgs {
	  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}


.roomTypegrid.roomtype .room-listing.large-6 .room-detail {
	  width: 170px;
  height: 508px;
  background: rgb(0 186 179 / 90%);
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding:0;
}

.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail  {
    width: 100%;
    background: rgb(0 186 179/90%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-title {
	    padding-left: 18px;
    padding-right: 25px;
    padding-top: 20px;
    width: 160px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-title h2 {
	    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    text-align: left;
    padding-right: 0;
    font-family: montserrat,sans-serif;
    margin: 0;
    line-height: normal;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-price {
	    padding-left: 18px;
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-price p {
	font-family: open sans,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #73fffa;
    margin: 0;
    line-height: normal;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-price p span {
	    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: normal;
}



.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-price i {
	    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-info {
	    width: 100%;
    height: 75px;
    padding-left: 18px;
    background: #f08080;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 10px;
}


.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-info ul {
	list-style-type: none;
    display: flex;
    padding: 20px 0;
    margin: 0;
    line-height: normal;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-info ul li {
	    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-info ul li p {
	    font-family: open sans,sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-right: 10px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 0;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-info ul li img {
    display: inline-block;
    width: 100% !important;
    border-radius: 0;
}


.roomType_details_open .room-detail-content, .roomType_details_open .room-detail-btn {
    display: block;
}

.roomType_details_open .room-detail-info {
	    border-bottom-right-radius: 10px
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-content {
	width: calc(100% - 160px);
    position: absolute;
    right: 0;
    padding-right: 55px;
    bottom: 100px;
    padding-left: 20px;
}

.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-btn {
	    width: calc(100% - 160px);
    position: absolute;
    right: 0;
    padding-right: 20px;
    bottom: 18px;
    padding-left: 0;
}


.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail .room-detail-btn a:hover{
    background: #73fffa;
    color: #f08080;
}

@media (max-width: 767px) {
	.roomTypegrid.roomtype .room-listing.large-6 { width: 100%; }
	.roomTypegrid.roomtype .room-listing.large-6 .room-detail .room-detail-btn {
		    width: calc(100% - 00px);
    position: absolute;
    right: 0;
    padding-right: 0;
    bottom: 5px;
    padding-left: 0;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
	}

	.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail .room-detail-btn a {
		float: none; margin:0 auto;
	}

	.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail .room-detail-content {
		    width: 100%;
    top: 19%;
	}

	.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail .room-detail-info {
		height: 85px;
		    text-align: center;
		padding: 4px 0px;
	}

	.roomTypegrid.roomtype .room-listing.large-6 .roomType_details_open .room-detail .room-detail-info ul {
		padding: 0;
		display: inline-block;
	}
}




