﻿*{
    padding:0;
    margin:0;
}
.header {
    height: 25pc;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../images/Hotels/hotel_1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 10px;
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

.header h1 {
    padding-top: 80px;
    font-weight: bolder;
}

.header p {
    font-size: medium;
    color: burlywood;
    font-weight: bolder;
}
.input-group {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    background: #fff;
    margin: auto;
    padding: 2px 0;
}
.form-control {
    border: 0;
    margin-left: 10px;
    margin-top:2px;
    box-shadow: none;
    max-width: 270px;
    width: 20px;
    font-size:medium;
}

.input-group-text {
    width: 120px;
    background-image: linear-gradient(#00ff7e, #1f3d90);
    border: 0;
    color: #fff;
    padding: 10px 5px;
    border-radius: 20px;
    box-shadow: none;
}
.property-list h1{
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}
.property-list-row 
	{
    border: solid;
    margin:10px;
    text-size-adjust:auto;
    height:auto;
    background-color: white;
	}
@media (min-width:1200px)
{
	.property-list-row {
    border: solid;
    margin-top: 10px;
    text-size-adjust:auto;
    height:auto;
    overflow:scroll;
    background-color: white;
}	
}
.property-list-row:hover{
    background-color: cadetblue;
}
.property-size {
    font-weight: 600;
}

@media (min-width:400px) {
    .header {
        height: 30pc;
        background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../images/Hotels/hotel_1.jpg);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 10px;
        text-align: center;
        color: #fff;
        display: block;
        width: 100%;
    }

}

@media (min-width:720px) {
    .property-size-col {
        padding: 5px 1%;
        border-left: solid;
        border-right: solid;
    }
}
@media (min-width:280px)
{
    .property-list h4{
        font-size:12px;
    }
    .tariffbuttonstyle {
        width: 100%;
        padding: 1px 0;
        height: 30px;
        border-radius: 20px;
        margin: 20% 10%;
    }
    .enquirybuttonstyle {
        width: 30%;
        height: 40px;
        border-radius: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}
@media (min-width:1080px) {
    .property-list h4 {
        font-size: 16px;
        margin:0;
        padding:2px;
    }
    .enquirybuttonstyle {
        width: 20%;
        height: 40px;
        border-radius: 20px;
        margin-bottom:10px;
        margin-top:20px;
    }
    .modalsizeadjust {
        width: 50%;
    }
}
.property-text{
    font-weight:600;
}
.property-each-col{
    padding:10px;
}
.property-list button {
    text-align: center;
    height: 40px;
}
.img-col {
    width: 120%;
    padding: 10px;
}
.enquiryText-style{
    width:50%;
    margin:20px 0;
    border: solid
}
.copy-right {
    background-color: indianred;
    padding: 10px;
}

.copy-right p {
    color: black;
    text-align: center;
    padding-top: 8px;
    color:white;
}

