@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

h3{font-weight: bold; }

*{font-family: "Roboto", sans-serif;}

.banner img{
    width: 25%;
    height: 200px;
    padding: 6px 5px 6px 5px;
    float: left;
    object-fit: cover;
    transition: filter 0.1s ease-in-out;
}

.banner img:hover{
  filter: brightness(80%);
}

.banner a.active img{    
    width: 50%;
    height: 400px;
    border-radius: 20px 0 0 20px;
}

.banner a:nth-child(5) img, .banner a:nth-child(3){
    border-radius: 0 0 20px 0;
}

a.btn-show{
    text-decoration: none;
    border: 1px solid #222;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 5px;
    color: #222;
    border-radius: 10px;
    background: #fff;
    float: right;
    position: relative;
    bottom: 0;
    width: 155px;
    margin-top: -60px;
    margin-right: 25px;
}
a.btn-show svg{
    display: inline-block; 
    height: 16px; 
    width: 16px;     
    fill: currentcolor;
}
a.btn-show span{
    position: absolute;
    margin-top: -1px;
    margin-left: 5px;
    font-size: 15px;
}

.rating{
    font-weight: bold;
}
.rating span:first-child{
    font-weight: bold;
    font-size: 15px ;
    position: absolute;
    margin: 1px 0 0 5px;
}

.checkin {
    margin-top:30px;
}
.checkin td:first-child{
    vertical-align: top;
}
.checkin td{
    padding: 0 20px 20px 20px;    
}
.checkin h4{
    font-size: 16px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
}
.readmore .inshort{
    max-width: 600px;
    font-size: 16px;
}

.readmore .modal{
    font-size: 16px;
}


.placeoffer {
    width: 100%;
    margin-top:30px;
    display: inline;
}
.placeoffer td:first-child{
    vertical-align: top;
}
.placeoffer td{
    padding: 0 20px 20px 20px;    
}
.placeoffer h4{
    font-size: 16px;
    font-weight: bold;
    padding:0px;
    margin: 0px;
}

.diff_aspects big{font-weight: bold; display: block;}
.diff_aspects svg{width:30px !important;height: 30px !important;}
.facilities button{background: #F7F7F7; border-radius: 30px; border: none;margin-right:5px;padding:12px 25px 12px 25px;font-weight: bold;}

.contact-info {
    text-align: right;
    margin-top: 15px;
    font-size: 15px;
}
.contact-info a.contact{
    text-decoration: none;
    font-weight: bold;
    color: #000;
    
}