
.inner-gallery-page {
    padding: 70px 0;
}
.inner-gallery-page .title h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #003366;
    color: #003366;
    margin-bottom: 30px;
    font-size:30px;
}
.row {
    row-gap: 20px;
}
.inner-gallery-page .bathukamma-img {
    overflow: hidden;
}
.inner-gallery-page .bathukamma-img img {
    width: 310px;
    transition: all .5s ease-in-out;
    position: relative;
}

/* facilites section */
.inn_facilities_main{
    padding:50px 0;
    background-color:#E3E3E3;
}
.fclts_text_sec h3{
    font-size:25px;
    color:#000;
    font-weight:bold;
    margin-bottom:20px;
    border-bottom:solid 1px #000;
    padding-bottom:20px;
}
.fclts_text_sec p{
    font-size:18px;
    color:#000;
    line-height:30px;
    text-align: justify;
    margin-bottom: 15px;
}
.fclts_img_sec img{
    width:100%;
    height: 400px!important;
    border-radius:20px;
}
.plsmnt_row{
    align-items: center;
}
.plsmnt_img_sec img{
    width:250px;
    padding:15px;
}
.our_rec_text{
    margin-top:80px;
}

@media(max-width:350px){
    .fclts_text_sec h3 {
    font-size: 22px;
}
}