.divHotels {
    display: inline-flex;
    flex: 1;  
}

.imgHotels {
    width: 378px;
    height: 126px;
    flex: content;
    margin-right: 20px;
    margin-left: 15px;
    padding-right: 10px;
}

.textHotelsH3{
    font-size: 20px;
    font-weight: 500;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.textHotelsH2{
    font-size: 10px;
    margin: 0;
    color: #393838;
    font-family: 'Roboto', sans-serif;
}
.textHotelsP{
    font-size: 10px;
    color: #363636;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.btnHotels{
    background-color: #CE1141;
    color: #fff;
    border: transparent;
    /* margin-right: 0; */
    /* padding: 0px 20px; */
    font-size: 16px;
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Changa", sans-serif;
    text-decoration: none;
    padding-right: 0px;
}
.btnHotels2:hover{
    background-color:#343434;
    color: #fff;
}

.hotels{
    background: transparent;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.1);
    border: 1px dashed #d9d9d9;
    border-radius: 5px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    box-sizing: border-box;

}

.hotels-details{
    width: 40%;
	padding: 0 65px;
	}

.container2{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 30px;
    text-align: left;
    
}
.content2{
    margin-left: 40px;
}

.content3{
    text-align: center;
    margin-right: 5px;
}

.textAmenities{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    
}
.labelBold{
    font-weight: bold;
}





/* @media screen and (min-width: 1200px) {



  }


@media screen and (max-width: 767px) {




  } */




  .containerhtoels {
    border: 1px dashed #d9d9d9;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .box {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
    flex: 1 0 30%;
    height: 200px;
    margin: 10px;
    /* background-color: #ccc; */
  }

  .box2 {
    display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
    flex: 1 0 30%;
    height: 200px;
    margin: 10px;
    flex-direction: column;
  }


  


  .btntick{
    padding: 10px 24px;
    background: #CE1141;
    color: #fff;
    border: transparent;
  }
  
  @media screen and (max-width: 700px) {
    .container {
      flex-direction: column;
    }
    
    .box {
      flex: 1 0 100%;
    }
  }