@charset "utf-8";
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
}
@font-face {
    font-family: 'TimeBurner';
    src:url('../fonts/TimeBurner-Bold.eot');
    src: url('../fonts/TimeBurner-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TimeBurner-Bold.woff2') format('woff2'), url('../fonts/TimeBurner-Bold.woff') format('woff'), url('../fonts/TimeBurner-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.blinking-button {
  background-color:#8c2c01;
  color: white;
  border: none;
  padding: 5px 20px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 3px;
  animation: blink 1.5s infinite ease-in-out;
}


body {
    text-decoration: none;
    background:#fff;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
}
.clear {
    clear: both
}
audio, ::selection {
    background: white;
    color: #f26f21;
}
input.enquiry-box::-webkit-input-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
input.enquiry-box::-moz-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
input.enquiry-box:-ms-input-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
input.enquiry-box:-moz-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
textarea.login-content-box1::-webkit-input-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
textarea.login-content-box1::-moz-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
textarea.login-content-box1:-ms-input-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
textarea.login-content-box1:-moz-placeholder {
    opacity:1 !important;
    font-family: 'Josefin Sans', sans-serif;
    color:#525563 !important;
    font-weight:400 !important;
    font-size:1em !important;
}
.desk-hide{display:none;}
.img-ful {
    width: 100%;
    height:auto;
    display: block
}

.img-responsive {
    max-width: 100%;
    height:auto;
}
.img-logo {
    width:60%;
    height:auto;
    margin-left:2%;
}
.footer{
    width:100%;
    height:auto;
    background-color:#1b1d3c;
}
.copyright{
    width:auto;
    height:auto;
    font-family: inherit;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,0.6);
    line-height:40px;
    float:left;
}
.designed{
    width:auto;
    height:auto;
    float:right;
    /*margin-right: 15%;*/
}
.designed p{
    width:auto;
    height:auto;
    line-height:40px;
    float:left;
    font-family: inherit;
    font-size:12px;
    color:rgba(255,255,255,0.6);
    font-weight:400;
}
.designed p a{
    font-family: inherit;
    font-size:1em;
    color:rgba(255,255,255,0.6);
    font-weight:400;
}
.designed p a:hover{
    font-family: inherit;
    font-size:1em;
    color:rgba(255,255,255,1);
    font-weight:400;
}
.mob-footer{
    display:none
}
.designed{
    display:block
}
.company-logo{
    width:auto;
    height:auto;
    float:right;
    padding-left:5px;
    line-height:44px
}
.wraper{
    width:100%;
    height:auto;
    position:relative
}
 .whats-app{
     position:fixed;
     top:70vh;
     right:0px;
     margin-right:40px;
     width:50px;
     z-index:120000;
}
 .whats-app img {
     animation-name: floating;
     animation-duration: 3s;
     animation-iteration-count: infinite;
     animation-timing-function: ease-in-out;
     margin-left: 30px;
     margin-top: 5px;
     opacity:1;
     max-width:50px;
}
 .whats-app:hover img {
     opacity:1 
}
 @keyframes floating {
     from {
         transform: translate(0, 0px);
    }
     65% {
         transform: translate(0, 15px);
    }
     to {
         transform: translate(0, -0px);
    }
}
.topwraper{
    width:100%;
    height:auto;
    position:absolute;
    left:0px;
    top:0px;
    z-index:9;
    padding-top:15px;
    padding-bottom:25px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.5), rgba(0,0,0,0.4), rgba(0,0,0,0.3), rgba(0,0,0,0.02), rgba(0,0,0,0.01), rgba(0,0,0,0.005) );
}
.logo-container{
    width:15%;
    height:auto;
    float:left;
    z-index:999;
}
.top-right{
    width: auto;
    height:auto;
    float:right;
}
.top-call-wrap{
    width:auto;
    height:auto;
    float:right;
    padding-bottom:15px;
    border-bottom:1px solid #e0dfdf;
    padding-top:15px;
    margin-bottom:20px;
}
.menu-wrap{
    width: auto;
    height:auto;
    float: right;
}
.top-info{
    width:100%;
    height:auto;
}
.top-call{
    width:auto;
    height:auto;
    float:right;
}
.top-info p{
    width: auto;
    height:auto;
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    color:#fff;
    font-weight:400;
    line-height:26px;
    float:left;
    margin-left:10px;
}
.top-info p a{
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    color:#fff;
    font-weight:400;
    line-height:26px;
}
.top-info p a:hover{
    font-family: 'Roboto', sans-serif;
    font-size:1em;
    color:#fff;
    font-weight:600;
    line-height:26px;
}
.top-mail{
    background:url(../images/mail-top.png) no-repeat left center;
    padding-left:18px;
}
.arya-logo{
    width:12%;
    height:auto;
    float:right;
    margin-left:20px;
    margin-top:2px;
}
.top-dp{
    margin-top:3px;
}
.cal-top{
    background:url(../images/call-top.png) no-repeat left center;
    padding-left:18px;
}
.caption-for{
    width:auto;
    height:auto;
    padding:20px 0px;
    border: double 4px rgba(255,255,255,0.3);
    border-left:0px;
    border-right:0px;
    border-top:0px;
    display: inline-block;
    float:right;
}
.caption-for-inner{
    width:auto;
    height:auto;
    padding:0px 0px;
    border: double 4px rgba(255,255,255,0.3);
    border-left:0px;
    border-right:0px;
    border-top:0px;
    display: inline-block;
}
.text-left{
    width:auto;
}
.banner-caption-title{
    font-family: 'TimeBurner';
    color:#fff;
    font-size:1.4285714285714286em;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
}
.banner-caption-title-sub{
    font-family: 'Oswald', sans-serif;
    font-size:3em;
    font-weight:400;
    color:#fff;
    text-align: center;
    text-transform:capitalize;
    text-shadow:2px 2px 3px #333;
}
.book-wraper{
    width:100%;
    height:auto;
    position:relative !important;
    z-index:999!important;
}
.book-now{
    width:100%;
    height: auto;
    margin-top:-45px;
}
.book-container{
    width:75%;
    height:auto;
    background-color:#282828;
    padding:0px 2.5%;
    margin:0 auto;
}
.booking-title-wrap{
    width:28%;
    float:left;
    margin-right:3%;
    height:90px;
    align-items:center;
    display:flex;
}
.booking-rooms{
    width:18%;
    float:left;
    margin-right:3%;
}
.checkin-rooms{
    width:22%;
    float:left;
    margin-right:3%;
    height:90px;
    align-items:center;
    display:flex;
}
.persons-rooms{
    width:18%;
    float:left;
    margin-right:3%;
    height:90px;
    align-items:center;
    display:flex;
}
.online-reserve{
    width:18%;
    float:left;
    height: auto;
    height:90px;
    align-items:center;
    display:flex;
}
.reserve-online a:hover{
    background-color:#fab041;
    cursor:pointer;
}
.reserve-online {
    width:100%;
    text-align: center !important;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
    height:40px;
    background-color:#ff9900;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer
}
.reserve-online a{
    width:100%;
    text-align: center !important;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-size:1.1428571428571428em;
    height:40px;
    background-color:#ff9900;
    display:flex;
    justify-content:center;
    align-items:center;
}
.room-button{
    width:80px;
    text-align: center !important;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
    height:40px;
    background-color:#ff9900;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
	float:left;
	margin-left:2%;
}

.room-button1{
    width:18%;
    text-align: center !important;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#ff9900;
    text-transform:uppercase;
    font-size:1em;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
	float:left;
	margin-left:2%;
	border:1px solid #ccc;
	margin-bottom:2%;
}
.availability{
    width:100%;
    height:auto;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#8c2c01;
    text-transform:uppercase;
    font-size:10px;
    line-height:0px
}
.book-title-for{
    width:100%;
    height:auto;
    text-align:left;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    margin-top:-4px;
}
.rooms-box{
    width:100%;
    height:auto;
}
.select-style {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8 url(../images/drop.png) no-repeat 95% 50%;
    height:46px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.select-style select {
    width: 106%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    line-height:46px;
    height:46px;
    padding-left:2.5%;
    font-family:inherit;
    font-size:12px;
    font-weight:400;
    color:#666;
    opacity:0.75;
    text-transform:uppercase;
}
.select-person {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8 url(../images/drop.png) no-repeat 95% 50%;
    height:40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.select-person select {
    width: 112%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    line-height:46px;
    height:46px;
    padding-left:5%;
    font-family:inherit;
    font-size:12px;
    font-weight:400;
    color:#666;
    opacity:0.75;
    text-transform:uppercase;
}
.input-button {
    width: 100%;
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    line-height:46px;
    height:40px;
    font-family:inherit;
    font-size:12px;
    font-weight:400;
    color:#666;
    text-align:left;
    opacity:1;
    padding-left:5%;
	background-color:#fff !important;
}
.select-style select:focus {
    outline: none;
}
.booknow-for{
    width:auto;
    height:auto;
    font-family: 'Heebo', sans-serif;
    font-weight:300;
    color:#fff;
    text-transform:uppercase;
    font-size:1.4em;
    line-height:normal;
    margin-top:3px;
}
.booknow-for span{
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
}
.booknow-sub{
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
}
.welcome-wraper{
    width:100%;
    height:auto;
    background-color:#fff;
    padding-top:60px;
    padding-bottom:60px;
}
.welcome-wraper h1{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'PT Serif', serif;
    font-weight:normal;
    color:#8c2c01;
    text-transform:uppercase;
    font-size:2.142857142857143em;
}
.welcome-wraper h2{
	width:100%;
    height:auto;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-weight:300;
    color:#353748;
    text-transform:uppercase;
    font-size:1.4285714285714286em;
}
.welcome-wraper p{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.busines-hotels{
    width:100%;
    height:auto;
    padding-top:50px;
    display:flex;
    justify-content:center;
}
.hotels-for{
    width: 16.5%;
    height:auto;
    float:left;
    /*margin-right:3%;*/
}
.hotels-for:last-child{
    margin-right:0%
}
.hotel-pic{
    width:100%;
    height:auto;
    text-align:center;
}
.hotel-name{
    width:auto;
    height:auto;
    font-family: 'Heebo', sans-serif;
    font-weight:600;
    color:#353748;
    font-size:1.0714285714285714em;
    line-height:40px;
    text-transform:uppercase;
    text-align:center;
}
.home-rooms{
    width:100%;
    height:auto;
    background-color:#f9f9fa;
    padding-bottom:60px;
    padding-top:20px;
}
.sugar-title{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'PT Serif', serif;
    font-size:1.8571428571428572em;
    color:#353748;
    text-transform:uppercase;
    font-weight:300;
}
.sugar-title span{
    height:auto;
    text-align:center;
    font-family: 'PT Serif', serif;
    font-size:1em;
    color:#8c2c01;
    text-transform:uppercase;
    font-weight:400;
}
.bottom-gallery{
    width: auto;
    height:auto;
    text-align:left;
    font-family: 'PT Serif', serif;
    font-size:1.8571428571428572em;
    color:#353748;
    text-transform:uppercase;
    font-weight:300;
    float:left
}
a .view-more{
    width:auto;
    height:auto;
    float:right;
    padding:5px 10px;
    border:1px solid #e5e5e5;
    font-family: 'Heebo', sans-serif;
    font-size:8px;
    color:#353748;
    text-transform:uppercase;
    font-weight:400;
    margin-top:8px
}
a:hover .view-more{
    width:auto;
    height:auto;
    float:right;
    padding:5px 10px;
    border:1px solid #ff9900;
    font-family: 'Heebo', sans-serif;
    font-size:8px;
    color:#fff;
    text-transform:uppercase;
    font-weight:400;
    background-color:#ff9900;
}
.terms-div .sugar-title {
    text-align: left;
}
.terms-div {
    margin-bottom: 40px;
}
.terms-div p+p{margin-bottom: 10px;}

.bottom-gallery span{
    height:auto;
    font-family: 'PT Serif', serif;
    font-size:1em;
    color:#8c2c01;
    text-transform:uppercase;
    font-weight:400;
}
.home-rooms p{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.home-room-for{
    width:24.5%;
    float:left;
    margin-right:1%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height:590px;
}
.rooms{
    width:100%;
    height:auto;
    margin-top:2%;
    display:flex;
    justify-content:center;
}
.rooms-container{
    width:80%;
    height:auto;
    float:left;
}
.delux-room{
    width:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height:290px;
    margin-bottom:10px;
}
.delux-room1{
    width:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    height:290px;
}
.delux-pics{
    width:100%;
    height:auto;
}
.home-top-delux{
    width:33%;
    height:290px;
    float:right;
    overflow:hidden;
    margin-left:0.5%;
}
.home-top-delux img{
    width:100%;
    height:auto;
}
.home-premium{
    width:33%;
    height:290px;
    float:left;
    overflow:hidden;
    margin-right:0.5%;
}
.home-premium img{
    width:100%;
    height:auto;
}
.details-for{
    width:33%;
    height:290px;
    float:left;
    background-color:#fff;
    padding-top:40px;
    position:relative
}
.details-for1{
    width:100%;
    height:302px;
    float:left;
    background-color:#fff;
    padding-top:40px;
    position:relative
}
.stars{
    width:100%;
    height:auto;
    display:flex;
    justify-content:center;
}
.for-star{
    width:auto;
    height:auto;
    float:left;
    margin-left:3px;
    margin-right:3px;
    color:#ff9900
}
.room-name{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#353748;
    font-size:1.2857142857142858em;
    text-transform:uppercase;
    line-height:40px;
    margin-bottom:5px;
}
.room-content{
    width:100%;
    height:auto;
    text-align:center;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.view-details{
    width:100%;
    height:auto;
    text-align:center;
}
.view-details-for a{
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#626677;
    font-size:12px;
    padding-bottom:2px;
    border-bottom:1px solid #626677;
    text-transform:uppercase;
    display:inline-block;
    margin-top:15px;
}
.view-details-for a:hover{
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#ff9900;
    font-size:12px;
    border-bottom:1px solid #ff9900;
    text-transform:uppercase;
    display:inline-block;
}
.room-bottom{
    width:100%;
    height:auto;
    background-color:#f7f7f9;
    position:absolute;
    bottom:0px;
    left:0;
    display:flex;
    justify-content:center;
}
a .room-book{
    width:auto;
    float:left;
    background-color:#ff9900;
    height:46px;
    line-height:46px;
    padding-left:35px;
    padding-right:35px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    font-size: 1.0714285714285714em;
    text-transform:uppercase;
    transition: all 0.5s ease;
}
a:hover .room-book{
    background-color:#8c2c01;
    height:46px;
    line-height:46px;
    padding-left:35px;
    padding-right:35px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
}
.room-rate{
    width:auto;
    height:46px;
    float:right;
    padding-right:10%;
}
.rate-from{
    width:auto;
    height:auto;
    float:left;
    margin-right:10px;
    font-family:inherit;
    font-weight:300;
    color:#626677;
    text-transform:uppercase;
    line-height:46px;
}
.price-room{
    width:auto;
    float:left;
    height:46px;
    line-height:46px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#626677;
    font-size: 1em;
    text-transform:uppercase;
}
.home-dining-wrap{
    width:100%;
    height:auto;
    background-color:#fff;
    padding-top:60px;
}
.dining-container-home{
    width:100%;
    height:auto;
    border-bottom:1px solid #eaebec;
    padding-bottom:60px;
    display:flex;
    align-items: center;
}
.dining-left{
    width:50%;
    height:auto;
    padding-right:5%;
    float:left;
}
.dining-right{
    width:50%;
    height:auto;
    float:left;
}
.dining-left p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: 'Heebo', sans-serif;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
    margin-bottom:35px;
    margin-top:5px;
}
.bottom-wraper{
    width:100%;
    height:auto;
    margin-top:60px;
}
.home-gallery-wrap{
    width:30%;
    height:auto;
    float:left;
}
.gallery-container{
    width:100%;
    height:auto;
    padding-top:10px;
}
.dining-for{
    width:32.66%;
    height: auto;
    float:left;
    margin-right:1%;
    margin-bottom:1px;
    display:block;
}
.dining-for:nth-child(3n+3){
    margin-right:0%;
}
.dining-for img{
    width:100%;
    height:auto;
}
.branch{
    width:33.2%;
    height: auto;
    float:left;
    margin-right:0.2%;
    margin-bottom:1px;
    display:block;
}
.branch:nth-child(3n+3){
    margin-right:0%;
}
.branch img{
    width:100%;
    height:auto;
}
.gallery-home{
    width:33.06%;
    height:140px;
    float:left;
    margin-right:0.4%;
    margin-bottom:1px;
    overflow:hidden;
    display:block;
}
.gallery-home:nth-child(3n+3){
    margin-right:0%;
}
.gallery-home img{
    width:100%;
    height:auto;
}
.gallery-home img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.blog-wrap{
    width:65%;
    float:right;
    height:auto;
}
.blog-container-home{
    width:100%;
    height:auto;
}
.blog-home{
    width:47.5%;
    height:auto;
    float:left;
    margin-right:5%;
}
#map {
    width: 100%;
    height: 410px;
}
.blog-home:nth-child(2n+2){
    margin-right:0%;
}
.blog-pic-wrap{
    width:100%;
    height:auto;
    position:relative;
    clear:left;
    padding-top:10px;
}
.blog-pic{
    width:100%;
    height:auto;
}
.blog-detail-home{
    width:100%;
    height:auto;
    border:1px solid #eaebec;
    border-top:0px;
    padding:25px 25px;
}
.blog-detail-title{
    font-family:inherit;
    font-size: 1.1428571428571428em;
    color:#353748;
    text-align:left;
    width:100%;
    font-weight:600;
    margin-bottom:5px;
}
.blog-detail-home p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.blog-detail-home p span{
    font-family: inherit;
    font-weight:400;
    color:#353748;
    font-size:1em;
    line-height:25px;
    margin-left:10px;
}
.blog-detail-home p span a{
    font-family: inherit;
    font-weight:400;
    color:#353748;
    font-size:1em;
    line-height:25px;
}
.blog-detail-home p span a:hover{
    font-family: inherit;
    font-weight:400;
    color:#ea8d00;
    font-size:1em;
    line-height:25px;
}
.blog-date{
    width:auto;
    height:auto;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#ea8d01;
    padding:10px 10px;
}
.date{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-size:1.7142857142857142em;
    color:#fff;
    font-weight:700;
}
.day-container{
    width:auto;
    height:auto;
    float:left;
    padding-left:5px;
    padding-top:5px;
}
.day{
    width:auto;
    height:auto;
    font-family:inherit;
    font-size:10px;
    color:#fff;
    font-weight:400;
    line-height:10px;
    text-transform:uppercase;
}
.year{
    width:auto;
    height:auto;
    font-family:inherit;
    font-size:10px;
    color:#fff;
    font-weight:400;
    line-height:10px;
    text-transform:uppercase;
}
.footer-bottom{
    width:100%;
    height: auto;
    padding-top:38px;
    background:url(../images/footer.jpg);
    margin-top:60px;
}
.footer-social-wrap{
    width:auto;
    height:auto;
    float:right;
}
a .footer-social{
    width:36px;
    height:36px;
    float:left;
    background-color:rgba(0,0,0,0.5);
    margin-left:5px;
    text-align:center;
    line-height:36px;
    color:#fff;
    margin-bottom:5px;
}
a:hover .footer-social{
    width:36px;
    height:36px;
    text-align:center;
    line-height:36px;
}
.footer{
    width:100%;
    height:auto;
    background-color:#000;
    margin-top:38px;
}
.footer-title {
    font-size:1.2857142857142858em;
    font-weight: 300;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    line-height: 32px;
    text-transform:uppercase;
    margin-bottom:10px;
}
.footer-title span{
    font-size:1em;
    font-weight: 700;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}
.quick-links{
    width:35%;
    height:auto;
    float:left;
}
.footer-address{
    width:25%;
    height:auto;
    float:left;
    padding-left:5%;
}
.footer-address p{
    font-family: inherit;
    font-size:1em;
    color:rgba(255, 255, 255, 1);
    line-height:32px;
    font-weight:300
}
.footer-address p span{
    font-family: inherit;
    font-size:1em;
    color:rgba(255, 255, 255, 1);
    font-weight:500;
}
.quick-links ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    float:left;
    width:50%;
}
.quick-links ul li{
    font-family: inherit;
    font-size:1em;
    color:rgba(255, 255, 255, 1);
    line-height:32px;
    font-weight:300 ;
    width:100%;
}
.quick-links ul li a{
    font-family: inherit;
    font-size:1em;
    color:rgba(255, 255, 255, 1);
    -webkit-transition: padding .2s;
    -moz-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
    font-weight:300 ;
    background:url(../images/footer-arrow.png) no-repeat left center;
    padding-left:15px;
}
a.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.quick-links ul li a:hover{
    font-family:inherit;
    font-size:1em;
    color:#ff9900;
    font-weight:300 ;
}
.footer-follow{
    width:15%;
    height:auto;
    float:left;
}
.inner {
    position: absolute;
    top: 50%;
    right: -5.5%;
    display: inline-block;
}
.rotate {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg) !important;
    background-color:#ff9900;
    padding:10px 10px;
    text-transform:uppercase;
    color:#fff;
    font-family:inherit;
    font-size:1em;
    float:right;
    position:absolute;
}
a .vertical {
    position: relative;
    background-color: #ff9900;
    padding: 10px;
    float: right !important;
    -moz-transform: rotate(270deg) !important;
    -o-transform: rotate(270deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 100% !important;
    -o-transform-origin: 100% 100% !important;
    -webkit-transform-origin: 100% 100% !important;
    text-transform:uppercase;
    color:#fff;
    font-family: 'Heebo', sans-serif;
    font-size:1em;
    z-index:999;
    font-weight:700;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
}
a:hover .vertical {
    background-color: #873208;
}
.bredcum-wraper{
    width:100%;
    height:auto;
    padding-top:1%;
}
.bred-home{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-size:12px;
    font-weight:500;
    color:#525563;
    line-height:30px;
    text-transform:uppercase;
}
.bred-home a{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-size:1em;
    font-weight:500;
    color:#525563;
    line-height:30px;
}
.bred-home a:hover{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-size:1em;
    font-weight:500;
    color:#333;
    line-height:30px;
}
.bred-arrow{
    width:auto;
    height:auto;
    float:left;
    font-family: inherit;
    font-size:12px;
    font-weight:500;
    color:#666;
    line-height:30px;
    padding-left:5px;
    padding-right:5px;
}
.bred-next{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-size:12px;
    font-weight:500;
    color:#8c2c01;
    line-height:30px;
    text-transform:uppercase
}
.log-text{
    width:auto;
    height:auto;
    font-family:inherit;
    font-size:12px;
    font-weight:500;
    color:#8c2c01;
    line-height:30px;
    text-transform:uppercase ;
	float:right;cursor:pointer;
}
.log-text a{
    font-family:inherit;
    font-size:12px;
    color:#8c2c01;
}
.inner-banner{
    width:100%;
    height:auto;
}
.thank_wrap{width:100%;height:auto;}
.thank_wrap_img{width:100%;height:auto;margin-bottom:1%;}
.thank_wrap_img img{max-width:100%;height:auto;display:block;margin:0 auto;}
.thank_wrap h6{color:#777;font-family:'Roboto', sans-serif;font-size:16px;font-weight:400;line-height:1.8em;text-align:center;}
.thank_wrap h6 a{color:#005fa3;font-family:'Roboto', sans-serif;font-weight:400;text-decoration:none;}
.thank_wrap h6 a:hover{color:#005fa3;font-family:'Roboto', sans-serif;font-weight:400;text-decoration:underline;}
.thank_wrap h5{color:#fff;text-transform:uppercase;text-align:center;font-family:'Roboto', sans-serif;font-size:18px;font-weight:500;line-height:42px;background-color:#ff9900 !important;width:40%;margin:0 auto;margin-top:10px;}
.about-container{
    width:100%;
    height:auto;
    padding-top:1%;
    border-bottom: 1px solid #eaebec;
    padding-bottom:2%;
}
.about-container p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.facility-wrap{
    width:100%;
    height:auto;
    padding-top:1%;
    border-bottom: 1px solid #eaebec;
}
.facility-container{
    width:49%;
    height:auto;
    float:left;
    margin-right:2%;
    margin-bottom:2%;
    background-color:rgba(111, 79, 64, 0.7);
    display:flex;
    align-items:center;
}
.facility-container:nth-child(2n+2){
    margin-right:0%;
}
.facility-pic{
    width:55%;
    height:auto;
    float:left
}
.facility-dtl{
    width:45%;
    height:auto;
    padding:0% 3%;
    float:left
}
.facility-dtl h3{
    font-family:inherit;
    font-weight:500;
    color:#fff;
    font-size:1.2em;
    width:100%;
    text-align:center;
    margin-bottom:5px;
}
.facility-dtl p{
    width:100%;
    height:auto;
    text-align: center;
    font-family: inherit;
    font-weight:400;
    color:#fff;
    font-size:1em;
    line-height:20px;
}
.dining-wrap{
    width:100%;
    height:auto;
    padding-top:1%;
    border-bottom: 1px solid #eaebec;
}
.dining-container{
    width:100%;
    height:auto;
    margin-bottom:45px;
    align-items:center;
}
.dining-content{
    width:50%;
    height:auto;
    float:left;
}
.dining-content p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.dining-content-1{
    padding-right:3%;
}
.dining-content-2{
    padding-left:3%;
}
.gallery-main-wrap{
    width:100%;
    height:auto;
    padding-top:1%;
    padding-bottom:45px;
}
.view-img{
    width:24.85%;
    height:259px;
    float:left;
    margin-right:0.1%;
    margin-bottom:0.1%;
    cursor:pointer;
    overflow:hidden;
}
.effects .img{
    height:260px;
    overflow:hidden;
}
.view-img:nth-child(4n+4){
    margin-right:0%;
}
.blogs-wraper{
    width:100%;
    height:auto;
    padding-top:1%;
}
.blogs-container{
    width:30%;
    height:auto;
    float:left;
    margin-right:5%;
    margin-bottom:5%
}
.blogs-container:nth-child(3n+3){
    margin-right:0%;
}
.book-online-container-main{
    width:60%;
    height:auto;
    margin:0 auto;
}

.book-rooms-main{
    width:50%;
    height:auto;
	float:left
}
.book-container-main{
    width:100%;
    height:auto;
}
.online-half{
    width:49%;
    height:auto;
    float:left;
    margin-right:2%;
    margin-bottom:23px;
}
.online-half:nth-child(2n+2){
    margin-right:0%;
}
.book-form{
    width:100%;
    height:40px;
    border:1px solid #c6c6c6;
    line-height:40px;
    padding-left:5%;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
input.book-form::-webkit-input-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
input.book-form::-moz-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
input.book-form:-ms-input-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
input.book-form:-moz-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
.online-full{
    width:100%;
    height:auto;
    float:left;
    margin-right:2%;
    margin-bottom:23px;
}
.book-form-text{
    width:100%;
    height:100px;
    border:1px solid #c6c6c6;
    line-height:30px;
    padding-left:2.5%;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
    padding-right:2.5%;
    padding-top:1%;
}
textarea.book-form-text::-webkit-input-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
textarea.book-form-text::-moz-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
textarea.book-form-text:-ms-input-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
textarea.book-form-text:-moz-placeholder {
    opacity:1 !important;
    font-family:inherit;
    font-size:1em;
    font-weight:400;
    color:#626677;
}
.book-style {
    width: 100%;
    overflow: hidden;
    background: #fff url(../images/drop.png) no-repeat 98% 50%;
    height:50px;
    border:1px solid #c6c6c6;
}
.book-style select {
    width: 106%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    line-height:50px;
    height:50px;
    padding-left:2.5%;
    font-family:inherit;
    font-size:14px;
    font-weight:400;
    color:#626677;
    opacity:1;
}
.book-cal {
    width: 100%;
    background: #fff url(../images/calander.png) no-repeat 98% 50%;
    height:50px;
}
.book-style1 {
    width: 100%;
    overflow: hidden;
    background: #fff url(../images/drop.png) no-repeat 98% 50%;
    height:50px;
    border:1px solid #c6c6c6;
}
.book-style1 select {
    width: 106%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    line-height:50px;
    height:50px;
    padding-left:5%;
    font-family:inherit;
    font-size:14px;
    font-weight:400;
    color:#626677;
    opacity:1;
}
.book-submit{
    width:120px;
    background-color:#ff9900;
    height:50px;
    line-height:50px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    font-size: 1.0714285714285714em;
    text-transform:uppercase;
    transition: all 0.5s ease;
    text-align:center;
    margin:0 auto !important;
}
.book-submit:hover{
    background-color:#8c2c01;
    height:50px;
    line-height:50px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    width:120px;
    text-align:center;
    cursor:pointer;
}
.fetch-submit{
    width:150px;
    background-color:#ff9900;
    height:40px;
    line-height:40px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    font-size: 1.0714285714285714em;
    text-transform:uppercase;
    transition: all 0.5s ease;
    text-align:center;
    margin:0 auto !important;
}
.fetch-submit:hover{
    background-color:#8c2c01;
    height:40px;
    line-height:40px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#fff;
    width:150px;
    text-align:center;
    cursor:pointer;
}
.rooms-main{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.contact-wrap{
    width:100%;
    height:auto;
    padding-top:1%;
    display:flex;
    justify-content:center;
}
.contact-main-container{
    width:auto;
    height:auto;
    float:left;
    padding-left:4%;
    padding-right:4%;
}
.contact-rights{ width:60%; float:left; padding:5px 5px; color:#fff !important; border-left:1px solid #ccc;}
.contact-icon{
    width:100%;
    height:auto;
    text-align:center;
}
.contact-title{
    width:100%;
    height:auto;
    text-align:center;
    line-height:30px;
    margin-top:5px;
    margin-bottom:5px;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#353748;
    text-transform:uppercase;
    font-size:1.2857142857142858em;
}
.contact-main-container p{
    width:100%;
    height:auto;
    text-align: center;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1.15em;
    line-height:25px;
}
.location-wrap{
    width:100%;
    height:auto;
    margin-top:3%;
}
.room-detail-left{
    width:50%;
    height:auto;
    float:left;
    padding-right:1.5%
}
.room-detail-right{
    width:50%;
    height:auto;
    float:left;
    padding-left:1.5%;
}
.room-detail-title{
    width:100%;
    height:auto;
    text-align:left;
    font-family: 'Heebo', sans-serif;
    font-weight:700;
    color:#353748;
    text-transform:uppercase;
    font-size:1.7142857142857142em;
}
.room-detail-content{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:28px;
    margin-top:20px;
    margin-bottom:20px;
}
.inclusion{
    width:100%;
    height:auto;
    padding-top:2%;
    border-bottom: 1px solid #eaebec;
    padding-bottom:2%;
    margin-bottom:3%;
}
.inclusion-title{
    width:100%;
    height:auto;
    text-align:left;
    font-family:inherit;
    font-weight:500;
    color:#353748;
    font-size:1.2857142857142858em;
    margin-bottom:8px;
}
.inclusion ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.inclusion ul li{
    width:100%;
    height:auto;
    text-align: left;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
    margin-bottom:10px;
    background:url(../images/listing.png) no-repeat left 8px;
    padding-left:12px;
    text-transform: capitalize;
}
.room-strt{
    width:100%;
    height:auto;
    margin-bottom:2%;
}
.price-room-dtl {
    width: auto;
    float: left;
    height: 46px;
    line-height: 46px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    color: #8c2c01;
    font-size:1.2857142857142858em;
    text-transform: uppercase;
}
.blog-detail-left{
    width:70%;
    float:left;
}
.blog-detail-right{
    width:30%;
    float:left;
    padding-left:5%;
}
.blog-more{
    width:100%;
    height:auto;
    margin-top:35px;
}
.blog-more h3{
    width:100%;
    height:auto;
    text-align:left;
    font-family: inherit;
    font-weight:500;
    color:#353748;
    font-size:1.7142857142857142em;
    line-height:40px;
}
.blog-more p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:1em;
    line-height:25px;
}
.blog-details-for{
    width:100%;
    height: auto;
    padding-bottom:20px;
    margin-top:10px;
    border-bottom: 1px solid #eaebec;
    margin-bottom:10px;
}
.details-blog-pic{
    width:30%;
    height:auto;
    float:left;
}
.blog-right-for{
    width:70%;
    padding-left:5%;
    float:left;
}
.blog-right-title{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:500;
    color:#353748;
    font-size:1em;
    line-height:25px;
}
.blog-right-for p{
    width:100%;
    height:auto;
    text-align: justify;
    font-family: inherit;
    font-weight:400;
    color:#626677;
    font-size:12px;
    line-height:20px;
}
.blog-right-for p span{
    font-family: inherit;
    font-weight:400;
    color:#353748;
    font-size:1em;
    line-height:20px;
    margin-left:10px;
}
.blog-right-for p span a{
    font-family: inherit;
    font-weight:400;
    color:#353748;
    font-size:1em;
    line-height:20px;
}
.blog-right-for p span a:hover{
    font-family: inherit;
    font-weight:400;
    color:#ea8d00;
    font-size:1em;
    line-height:20px;
}
.date-dtl{
    width:auto;
    height:auto;
    float:left;
    font-family:inherit;
    font-size: 2.857142857142857em;
    color:#fff;
    font-weight:700;
}
.day-dtl {
    width: auto;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.year-dtl {
    width: auto;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
.tariff{
    width:100%;
    height:auto;
}
.tariff-header{
    width:100%;
    height:auto;
    background-color:#8c2c01;
    border-bottom:1px solid #fff;
}
.title-left{
    width:49%;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size:1.2em;
    text-transform: uppercase;
    float:left;
    border-right:1px solid #fff;
}
.title-left:nth-child(2){
    border-right:0px;
}
.tariff-for{
    width:100%;
    height:auto;
    background-color:#6f4f40;
    border-bottom:1px solid #fff;
}
.tarif-left{
    width:49%;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size:1em;
    float:left;
    border-right:1px solid #fff;
}
.tarif-left:nth-child(2){
    border-right:0px;
}
.tariff-bottom{
    width:100%;
    height:48px;
    background-color:#ff9900;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size:1em;
    text-transform:uppercase;
}
.tariff-note{
    width:100%;
    height:48px;
    background-color: transparent;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #666;
    font-size:1em;
    font-style:italic;
}
.enquiry-quick{
    position:absolute;
    right:0;
    bottom:60%;
}
.mob-logo{
    display:none;
}
.arya-logo-slide{
    width:100%;
    text-align:center;
    display:none;
}
.room-heading {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
   font-family: 'Roboto', sans-serif;
    font-size:17px;
    padding: 10px;
}
.room-heading i {
    float: right;
    margin: 5px;
    cursor: pointer;
	 color: #fff;
}


.fa-camera::before {
    content: "\f030";
}


.fa-list::before {
    content: "\f03a";
}

.rp-table {
    color: #444444;
    font: 11px robotolight, robotoregular, arial;
    margin-bottom: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    max-width: 100%;
    background-color: transparent;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}
.table.rp-table tr {
    border-bottom: 1px solid #eaebec;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #eaebec;
	font-family: inherit;
font-weight: 400;
color: #353748;
font-size: 1em;
}

.table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
    border:1px solid #eaebec;
	font-family: inherit;
font-weight: 400;
color: #353748;
font-size: 1.5em;
}


.cart-summery {
    width: 40%;
    height: auto;
    float: left;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.cart-summery h5 {
    text-align: left;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #4b4c51;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px !important;
    padding-left: 10%;
    padding-right: 5%;
    border-bottom: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}

.order-cart-wrap {
    width: 100%;
    height: auto;
    padding: 5% 10%;
}

.order-cart {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
}
.order-left {
    width: 45%;
    height: 35px;
    line-height: 35px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: left;
    text-align: left;
    color: #666;
}
.order-right {
    width: 40%;
    height: 35px;
    line-height: 35px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: right;
    text-align: right;
    color: #666;
}
.total-pay {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 40px;
    margin-bottom: 20px;
}

.total-left {
    width: 45%;
    height: auto;
    line-height: 55px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 500;
    float: left;
    text-align: left;
    color: #666;
    text-transform: uppercase;
}
.total-right {
    width: 50%;
    height: auto;
    line-height: 55px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 500;
    float: right;
    text-align: right;
    color: #666;
}
.login-with {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #fff;
    border-radius: 15px;
    background-color: #eb008b;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.cart-details {
    width: 60%;
    height: auto;
    float: left;
}

.checkout-address {
    width: 100%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #f3f3f3;
    position: relative;
    padding-bottom: 2%;
}

.delivery-address {
    text-align: left;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    color: #4b4c51;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px !important;
    padding-left: 4%;
    padding-right: 4%;
    border-bottom: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}
.shiping-address-checkout {
    width: 100%;
    height: auto;
    padding: 2%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.shiping-address-checkout ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: none;
    width: 100%;
}

.shiping-address-checkout ul li {
    width: auto;
    height: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: left;
    line-height: 24px;
    text-transform: capitalize;
    float: left;
    padding: 1% 2%;
}


.payment-container {
    width: 23%;
    height: auto;
    background-color: #fff;
    border-bottom: 2px solid #8c2c01;
    float: left;
    margin-left: 2%;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1) !important;
    padding-top: 3%;
    padding-bottom: 3%;
}
.title-text {
    width: 100%;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.142857142857143em;
    font-family: inherit;
    color: #666;
    font-weight: 700;
}

.title-text span {
    color: #666666;
}

.login-form {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.shiping-address {
    width: 100%;
    height: auto;
    padding: 2%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.cart-order-brief {
    width: 100%;
    height: auto;}

.order-summary {
    height: auto;
    margin-bottom: 7%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.2%;
}

.order-left {
    width: 45%;
    height: 35px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: left;
    text-align: left;
    color: #999;
}

.order-sep {
    width: 15%;
    height: 35px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: left;
    text-align: center;
    color: #999;
}

.order-right {
    width: auto;
    height: 35px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    float: left;
    text-align: left;
    color: #999;
}

.proceed-payment{

	width:204px;

	height:38px;

	float:right;

	line-height:38px;

	background-color:#fda102;

	 transition: all 0.8s ease 0s;

	 text-align:center;

	 font-family: 'Raleway', sans-serif;

	font-size:15px;

    font-weight:600;

	color:#fff;

	text-transform:uppercase;

	margin-top:10px;

}

.proceed-payment:hover {

    box-shadow: 204px 0 0 0 #dc8e06 inset;

    color: #fff;

    cursor: pointer;

    font-family: 'Raleway', sans-serif;

	font-size:15px;

    font-weight:600;

	text-transform:uppercase;

}






/*--------------------------------------------------Profile page start-----------------------------------------------*/

.profile_wrapper{width: 100%;height: auto;margin-bottom: 100px; margin-top:1%}

.profile_menu_wrap{width: 20%;height: auto;float: left; }

.profile_details{width:80%;height: auto;float: left;padding-top: 0%;}









.profile_menu{ width:100%; height:auto;margin: 0 auto;}







.profile_menu ul{ margin:0px; padding:0px; list-style-type:none}







.profile_menu ul li{width: 100%;height:60px;line-height: 60px; text-align: left;color:#000000;border-bottom: dotted 1px  #000000;padding-left: 10%;}







.profile_menu ul li a{width: 100%; height:60px;line-height:60px;  font-size:1.2em; font-weight:500; text-decoration:none; color:#000000;    display: block;font-family:'PT Serif', serif;}



.profile_menu ul li a:hover{color: #fff}



.profile_menu ul li:hover{width: 100%; height:60px;line-height: 60px; text-decoration:none;color:#fff!important;background:#000000; }









.profile_form{    width: 40%;

    height: auto;

   margin: 0 auto}



.profile_form_box {

    width: 100%;

    height: auto;

    float: left;

    margin-right: 2%;

    margin-bottom: 23px;

}



.profile-submit {

    width: 160px;

    background-color: #000000;

    height: 50px;

    line-height: 50px;



font-family: 'Raleway', sans-serif;

    font-weight: 500;

    color: #fff;

    font-size: 1em;

    text-transform: uppercase;

    transition: all 0.5s ease;

    text-align: center;

   float: right;

}



.profile-book-form {

    width: 100%;

    height: 50px;

    border: 1px solid #c6c6c6;

    line-height: 50px;

    padding-left: 5%;

 font-family: 'Raleway', sans-serif;

    font-size:1em;

    font-weight: 500;

    color: #000000;

}



.profile-book-form1 {

    width: 100%;

    height: 100px;

    border: 1px solid #c6c6c6;

    line-height: 30px;

    padding-left: 5%;

 font-family: 'Raleway', sans-serif;

    font-size:1em;

    font-weight: 500;

    color: #000000;

}



/**************************************************  LOGIN  **************************************************/





.login-container{

	width:40%;

	margin:0 auto;

	height: auto;

	background-color:#f2f2f2;

	padding:50px 50px;

	margin-bottom:50px;

}

.login-container h2{

	width:100%;

	height:auto;

	text-align:center;

	font-family: 'Raleway', sans-serif;

	font-weight:500;

	color:#2c343f;

	text-transform:uppercase;

	font-size:1.4285714285714286em;

	margin-bottom:20px;

}

.login-content{

	width:310px;

	height:auto;

	margin:0 auto;

	margin-bottom:20px;

}

.login-content-box{

	width:100%;

	height:50px;

	border:1px solid rgba(44,52,63,0.1);

	text-align:center;

	line-height:50px;

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#7c7d80;

	background-color:transparent;

}



.login-with{

	width:100%;

	height:50px;

	text-align:center;

	line-height:50px;

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#fff;

	background-color:#eb008b;

	-webkit-transition: background-color 1000ms linear;

    -ms-transition: background-color 1000ms linear;

    transition: background-color 1000ms linear;

}



.login-with:hover{

	cursor:pointer;

	background-color:#b3076d;



}



.login-with-fb{

	width:100%;

	height:50px;

	text-align:center;

	line-height:50px;

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#fff;

	border-radius:15px;

	background-color:#395692;

	-webkit-transition: background-color 1000ms linear;

    -ms-transition: background-color 1000ms linear;

    transition: background-color 1000ms linear;

}



.login-with-fb:hover{

	cursor:pointer;

	background-color:#163f94;



}

.login-forgot{

	text-align:center;

	line-height:30px;

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#7c7d80;

	font-weight:300;

}

.login-forgot span{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#7c7d80;

	font-weight:400;

}

.login-forgot span a{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#7c7d80;

	font-weight:400;

}



.login-forgot span a:hover{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#666;

	font-weight:400;

}







.login-create{

	text-align:center;

	line-height:30px;

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#2c343f;

	font-weight:300;

}

.login-create span{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#2c343f;

	font-weight:300;

}

.login-create span a{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#2c343f;

	font-weight:300;

}



.login-create span a:hover{

	font-family: 'Raleway', sans-serif;

	font-size:1em;

	color:#111;

	font-weight:300;

}





/**************************************************  LOGIN  **************************************************/




























.cart-order {

    width: 40%;

    height: auto;

    float: right;

}





.cart-order-title {

    width: 100%;

    height: 38px;

    background-color: #fda102;

    padding-left: 10%;

    padding-right: 10%;

    font-family: 'Raleway', sans-serif;

    font-size: 15px;

    font-weight: 600;

    color: #fff;

    line-height: 38px;

    text-transform: uppercase;

}



.cart-order-brief {

    width: 100%;

    height: auto;

    border: 1px solid #eaeaea;

        border-top-width: 1px;

        border-top-style: solid;

        border-top-color: rgb(234, 234, 234);

    border-top: none;

    padding: 5% 10%;

}



.order-cart {

    width: 100%;

    height: auto;

    margin-bottom: 1%;

}



.order-left {

    width: 50%;

    height: 35px;

    line-height: 35px;

    font-family: 'Raleway', sans-serif;

    font-size: 15px;

    font-weight: 400;

    float: left;

    text-align: left;

    color: #999;

}







.order-sep {

    width: 15%;

    height: 35px;

    line-height: 35px;

    font-family: 'Raleway', sans-serif;

    font-size: 15px;

    font-weight: 400;

    float: left;

    text-align: center;

    color: #999;

}



.order-right {

    width: auto;

    height: 35px;

    line-height: 35px;

    font-family: inherit;

    font-size: 15px;

    font-weight: 400;

    float: left;

    text-align: left;

    color: #999;

}



.cart-order-brief {

    width: 100%;

    height: auto;

    border: 1px solid #eaeaea;

        border-top-width: 1px;

        border-top-style: solid;

        border-top-color: rgb(234, 234, 234);

    border-top: none;

    padding: 5% 10%;

}



.order-details{

	width:100%;

	height:auto;

	margin-bottom:10px;

}

.order-details-for{ width:29%; height:auto; float:left; margin-right:1%;}

.order-details-for-left{ width:45%; height:auto; float:left;

text-align: left;

font-family: inherit;

font-size: 1.4em;

color: #666;

font-weight: 400;

line-height:30px





}

.order-details-for-sep{ width:10%; height:auto; float:left;

text-align: center;

font-family: inherit;

font-size: 1.4em;

color: #666;

font-weight: 400;

line-height:30px;





}

.buttom-book{ margin-top:-45px;}

.calendar{
	width:100%;
	height:auto;
	background:url(../images/calander.png) no-repeat 95% center;
}

.facility-wrap-container {
    width:23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color:#fff;
	padding:3em 2em;
	/*border:1em solid rgba(111, 79, 64, 0.7);*/
	min-height:340px;
}

.facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
.facility-wraper{
	background-color:rgba(169, 169, 176, 0.1)
}
.video-outer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.video-for{ width:30%;}
.video-sec{ width:100%;}
.water-for{ width:68%;}

@media (min-width: 1023px) and (max-width: 1279px) {
    body {
        text-decoration: none;
        background:#fff;
        font-family: 'Roboto', sans-serif;
        font-size:12px;
    }
    .container{
        width:98% !important;
        margin:0 auto
    }
    .view-img{
        height:182px;
    }
    .select-style select{
        width:107%;
    }
    .select-person select{
        width:114%;
    }
    .rooms-container{
        width:60%
    }
    .home-room-for{
        width:30%;
    }
    .logo-container{
        width:15%;
    }
    .rooms-container{
        width:100%;
    }
    .home-room-for{
        width:28.8%;
    }
    .nav a {
        margin:5px 10px !important;
        font-size:13px !important
    }
    .booking-rooms{
        width:16%;
    }
    .booking-title-wrap{
        width:30%;
    }
    #map {
        width: 100%;
        height: 370px;
    }
    .gallery-home{
        height:99px;
    }
    .booknow-for{
        font-size:1.4285714285714286em;
    }

.checkin-rooms {
    width: 20%;
}
}
@media (min-width: 1280px) and (max-width: 1359px) {
    .container{
        width:1180px !important;
        margin:0 auto
    }
    .view-img{
        height:172px;
    }
    .select-style select{
        width:108%;
    }
    .select-person select{
        width:114%;
    }
    .rooms-container{
        width:62%;
    }
    .home-room-for{
        width:30.5%;
    }
    .logo-container{
        width:12%;
    }
    .rooms-container{
        width:100%;
    }
    .home-room-for{
        width:28.8%;
    }
    .nav a {
        margin:5px 15px !important
    }
    .booknow-for{
        font-size:1.4285714285714286em;
    }
	.facility-wrap-container {
    width:23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color:#fff;
	padding:2em 1em;
	/*border:1em solid rgba(111, 79, 64, 0.7);*/
	min-height:310px;
}
}
@media (min-width: 1360px) and (max-width: 1399px) {
    .container{
        width:1250px !important;
        margin:0 auto
    }
    .view-img{
        height:182px;
    }
    .select-style select{
        width:107%;
    }
    .select-person select{
        width:114%;
    }
    .rooms-container{
        width:95%;
    }
    .home-room-for{
        width:28.8%;
    }
    .nav a {
        margin:5px 15px !important
    }
    .booking-rooms{
        width:16%;
    }
    .booking-title-wrap{
        width:23%;
    }
    #map {
        width: 100%;
        height: 370px;
    }
    .gallery-home{
        height:124px;
    }
    .book-container {
        width: 95%;
    }
	
	.facility-wrap-container {
    width:23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color:#fff;
	padding:2em 1em;
	/*border:1em solid rgba(111, 79, 64, 0.7);*/
	min-height:310px;
}
}
@media (min-width: 1400px) and (max-width: 1440px) {
    .container{
        width:1300px !important;
        margin:0 auto
    }
    .book-container {
        width: 90%;
    }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .container{
        width:1370px !important;
        margin:0 auto
    }
    .apply-container{
        min-height:600px;
    }
}
@media (min-width:1600px){
    .container{
        width:1475px !important;
        margin:0 auto
    }
    .apply-container{
        min-height:600px;
    }
}
@media (max-width:991px) {
	.payment-container{ width:100%; margin-left:0%;}
    .mobil-twin{
        display:none
    }
	.buttom-book{ margin-top:15px; margin:0 auto; float:none; text-align:center; width:200px}
	.contact-rights{ border-left:0px;}
	.contact-main-container{ margin-top:2em; }
    .desk-hide{display:block;}
}
.contact-icon{height:90px;}
.reservation-text{ text-align:left !important;}
@media (max-width:736px) {
.contact-rights{ width:100%; margin-top:2em}
.contact-icon{height: inherit;}
.reservation-text{ text-align: center !important;}
.reservation-text br{ display:none;}
.contact-main-container{ margin-top:0em; }
}
@media (max-width:399px) {
    .hotel-name{font-size:1em;}
	.hotels-for:nth-child(1){ display:none}
.facility-wrap-container {width:100%; height: auto;margin-right:0%;min-height: inherit;}
.facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}
	.room-button1{ width:47%}
	.cart-details{ width:100%;}
	.cart-summery{ width:100%;}
.sugar-chat{ display:none}
    .branch{
        width:100%;
        margin-right:0px;
        margin-bottom:2px;
    }
    .bottom-gallery{
        padding-top:20px;
    }
    .blog-detail-left{
        width:100%;
    }
    .blog-detail-right{
        width:100%;
        padding-left:0%;
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .container{
        width:98%;
        height:auto;
        padding-left:1% !important;
        padding-right:1% !important;
        margin-left:1%;
        margin-right:1%;
    }
    .copyright{
        width:100%;
        text-align:center;
        float:none;
        line-height:30px;
    }
    .designed{
        width:185px;
        height:auto;
        margin:0 auto;
        float:none;
    }
    .company-logo{
        line-height:30px;
    }
    .designed p{
        line-height:30px;
    }
    .quick-links{
        width:100%;
    }
    .footer-address{
        width:100%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:5%
    }
    .blog-home{
        width:100%;
        margin-right:0%;
    }
    .gallery-home{
        height:90px;
    }
    .dining-container-home{
        display:inherit;
    }
    .dining-left{
        width:100%;
        float:right;
    }
    .dining-right{
        width:100%;
        float:right
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .home-room-for{
        width:100%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
    }
    .rooms-container{
        width:100%;
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.086em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
        display:none;
    }
    .mob-logo{
        width:100%;
        text-align:center;
        display:block;
    }
    .top-right{
        width:100%;
        background-color:#282828;
        margin-top:10px;
        padding-top:8px;
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        width:100%;
        display:block;
        height:auto;
    }
    .facility-container{
        width:100%;
        margin-right:0%
    }
    .facility-dtl{
        width:100%;
        padding-top:1%;
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width:100%;
        margin-right:0%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:100%;
        margin-bottom:2px;
    }
    .contact-wrap{
        display:inherit;
    }
    .contact-main-container{
        width:100%;
        margin-bottom:15px;
        margin-left:0%;
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .top-call{
        float:left;
    }
    .top-info p a{
        background-color:transparent !important
    }
    .hotels-for{
        margin-right:0%;
        width:50%;
        text-align:center;
    }
    .hotels-for:last-child{
        margin-right:0%;
    }
    .wifi-mob{
        display:none;
    }
    .welcome-wraper{
        padding-bottom:0;
        padding-top:20px;
    }
    .home-rooms{
        padding-bottom:0;
        padding-top:30px;
    }
    a .vertical{
        display:none;
    }
    .room-bottom{
        width:auto;
        position:inherit;
        margin:10px auto;
        display:table;
        background:#fff;
    }
    a .room-book{
        width:auto;
        float:none;
        margin:0 auto;
        margin-bottom:20px;
        display:table;
    }
    .nav{
        background:#282828 !important;
    }
    .nav li{
        background:#282828 !important
    }
    .home-dining-wrap{
        padding-top:0;
    }
    .bottom-wraper{
        margin-top:0;
    }
    .topwraper{
        background:#fff;
    }
    .dining-container-home{
        padding-bottom:20px;
        border:none;
    }
    .blog-detail-home{
        padding:0;
        padding-top:20px;
    }
    .blog-detail-home p{
        text-align:left;
    }
    .top-mail{
        margin-top:-8px;
    }
    .sugar-title{
        text-align:center !important;
    }
    .dining-left{
        padding-left:1.5%;
        padding-right:1.5%;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .cal-top{
        width:98% !important;
    }
    .arya-logo-slide{
        display:block
    }
    .booknow-for{
        margin-top:10px;
    }
    .booknow-sub{
        display:none;
    }
    .dining-left p{
        margin-bottom:10px;
    }
    .details-for{
        padding-top:10px;
    }
	.mob-top{ padding-left:0% !important; padding-right:0% !important; margin-left:0%; margin-right:0%; width:100%;}
	.top-info p{ margin-left:0px !important; }
	.top-right{ padding-left:10px;}
	
	.video-outer{ display:inherit;}
	.video-for{ width:100%; margin-bottom:1em;}
	.water-for{ width:100%;}

}
@media (min-width:400px) and (max-width:480px){
    .hotels-for:nth-child(1){ display:none}
	.facility-wrap-container {width:100%; height: auto;margin-right:0%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}
	.room-button1{ width:47%}
	.cart-details{ width:100%;}
	.cart-summery{ width:100%;}
	.sugar-chat{ display:none}

    .branch{
        width:100%;
        margin-right:0px;
        margin-bottom:2px;
    }
    .bottom-gallery{
        padding-top:20px;
    }
    .top-info p a{
        background-color:transparent !important
    }
    .blog-detail-left{
        width:100%;
        padding-right:0%
    }
    .blog-detail-right{
        width:100%;
        padding-left:0%;
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .top-call{
        justify-content:center;
        float:none
    }
    .container{
        width:98%;
        height:auto;
        padding-left:1% !important;
        padding-right:1% !important;
        margin-left:1%;

        margin-right:1%;
    }
    .copyright{
        width:100%;
        text-align:center;
        float:none;
        line-height:30px;
    }
    .designed{
        width:185px;
        height:auto;
        margin:0 auto;
        float:none;
    }
    .company-logo{
        line-height:30px;
    }
    .designed p{
        line-height:30px;
    }
    .quick-links{
        width:100%;
    }
    .footer-address{
        width:100%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%;
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:15px;
    }
    .blog-home{
        width:100%;
        margin-right:0%;
    }
    .gallery-home{
        height:90px;
    }
    .dining-container-home{
        display:inherit;
    }
    .dining-left{
        width:100%;
        float:right;
    }
    .dining-right{
        width:100%;
        float:right
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .hotels-for{
        float:left;
        text-align:center;
        margin-right:0%;
        width:49%;
    }
    .home-room-for{
        width:100%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
    }
    .rooms-container{
        width:100%;
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.286em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
        display:none;
    }
    .mob-logo{
        width:100%;
        text-align:center;
        display:block;
    }
    .top-right{
        width:100%;
        background-color:#282828;
        padding-top:15px;
        padding-bottom:10px;
        margin-top:10px;
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        width:100%;
        display:block;
        height:auto;
    }
    .facility-container{
        display:inherit;
    }
    .facility-dtl{
        width:100%;
        padding-top:1%
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width:100%;
        margin-right:0%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:49.75%;
        margin-bottom:2px;
        margin-right:0.5%;
        height:145px;
    }
    .view-img:nth-child(2n+2){
        margin-right:0%;
    }
    .contact-wrap{
        display:inherit;
    }
    .contact-main-container{
        width:100%;
        margin-bottom:15px;
        margin-left:0%;
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .hotels-for{
        margin-right:0%;
        width:50%;
        text-align:center;
    }
    .hotels-for:last-child{
        margin-right:0%;
    }
    .wifi-mob{
        display:none;
    }
    .welcome-wraper{
        padding-bottom:0;
        padding-top:20px;
    }
    a .vertical{
        display:none;
    }
    .room-bottom{
        width:auto;
        position:inherit;
        margin:10px auto;
        display:table;
        background:#fff;
    }
    a .room-book{
        margin-bottom:20px;
    }
    .nav{
        background:#282828 !important;
    }
    .nav li{
        background:#282828 !important
    }
    .home-dining-wrap{
        padding-top:0;
    }
    .bottom-wraper{
        margin-top:0;
    }
    .topwraper{
        background:#fff;
    }
    .home-rooms{
        padding-bottom:0;
        padding-top:30px;
    }
    .dining-container-home{
        padding-bottom:20px;
        border:none;
    }
    .blog-detail-home{
        padding:0;
        padding-top:20px;
    }
    .blog-detail-home p{
        text-align:left;
    }
    .sugar-title{
        text-align:center !important;
    }
    .dining-left{
        padding-left:1.5%;
        padding-right:1.5%;
    }
    a .room-book{
        float:none;
        width:auto;
        margin:0 auto;
        display:table;
        margin-bottom:20px;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .cal-top{
        width:98% !important;
    }
    .arya-logo-slide{
        display:block
    }
    .booknow-for{
        margin-top:10px;
    }
    .booknow-sub{
        display:none;
    }
    .dining-left p{
        margin-bottom:10px;
    }
    .details-for{
        padding-top:10px;
    }
	.mob-top{ padding-left:0% !important; padding-right:0% !important; margin-left:0%; margin-right:0%; width:100%;}
	.top-info p{ margin-left:0px !important; }
	.top-right{ padding-left:10px;}
	.video-outer{ display:inherit;}
	.video-for{ width:100%; margin-bottom:1em;}
	.water-for{ width:100%;}
}
@media (min-width:481px) and (max-width:580px){
    .hotels-for:nth-child(1){ display:none}
	.facility-wrap-container {width:100%; height: auto;margin-right:0%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}
	.cart-details{ width:100%;}
	.cart-summery{ width:100%;}
	.sugar-chat{ display:none}

    .blog-detail-left{
        width:100%;
        padding-right:0%;
    }
    .blog-detail-right{
        width:100%;
        padding-left:0%;
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .top-info p a{
        background-color:transparent !important
    }
    .top-call{
        justify-content:center;
        float:left
    }
    .container{
        width:98%;
        height:auto;
        margin:0 auto;
        padding-left:0px !important;
        padding-right:0px !important
    }
    .copyright{
        width:100%;
        text-align:center;
        float:none;
        line-height:30px;
    }
    .designed{
        width:185px;
        height:auto;
        margin:0 auto;
        float:none;
    }
    .company-logo{
        line-height:30px;
    }
    .designed p{
        line-height:30px;
    }
    .quick-links{
        width:100%;
    }
    .footer-address{
        width:100%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%;
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:15px;
    }
    .gallery-home{
        height:150px;
    }
    .dining-container-home{
        display:inherit;
    }
    .dining-left{
        width:100%;
        float:right;
    }
    .dining-right{
        width:100%;
        float:right
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .hotels-for{
        float:left;
        text-align:center;
        margin-right:0%;
        width:49%;
    }
    .home-room-for{
        width:100%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
    }
    .rooms-container{
        width:100%;
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.286em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
        display:none;
    }
    .mob-logo{
        width:100%;
        text-align:center;
        display:block
    }
    .top-right{
        width:100%;
        background-color:#282828;
        padding-top:15px;
        padding-bottom:15px;
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        width:100%;
        display:block;
        height:auto;
    }
    .facility-container{
        width:100%;
        margin-right:0%;
        float:left;
    }
    .facility-dtl{
        width:100%;
        padding-top:1%;
        min-height:190px;
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width: 47.5%;
        height: auto;
        float: left;
        margin-right: 5%;
    }
    .blogs-container:nth-child(2n+2){
        margin-right:0% !important;
    }
    .blogs-container:nth-child(3n+3){
        margin-right:5%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:49.75%;
        margin-bottom:2px;
        margin-right:0.5%;
        height:230px;
    }
    .view-img:nth-child(2n+2){
        margin-right:0%;
    }
    .contact-wrap{
        display:inherit;
    }
    .contact-main-container{
        width:100%;
        margin-bottom:15px;
        margin-left:0%;
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .hotels-for{
        margin-right:0%;
        width:50%;
        text-align:center;
    }
    .hotels-for:last-child{
        margin-right:0%;
    }
    .wifi-mob{
        display:none;
    }
    .welcome-wraper{
        padding-bottom:0;
    }
    a .vertical{
        display:none;
    }
    .room-bottom{
        width:auto;
        position:inherit;
        margin:10px auto;
        display:table;
        background:#fff;
    }
    a .room-book{
        margin-bottom:20px;
    }
    .nav{
        background:#282828 !important;
    }
    .nav li{
        background:#282828 !important
    }
    .topwraper{
        background:#fff;
    }
    .home-dining-wrap{
        padding-top:0;
    }
    .home-rooms{
        padding-bottom:0;
    }
    .bottom-wraper{
        margin-top:0;
    }
    .dining-container-home{
        padding-bottom:20px;
        border:none;
    }
    .sugar-title{
        text-align:center !important;
    }
    .dining-left{
        padding-left:1.5%;
        padding-right:1.5%;
    }
    a .room-book{
        width:auto;
        margin:0 auto;
        display:table;
        float:none;
        margin-bottom:20px;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .arya-logo-slide{
        display:block
    }
    .booknow-for{
        margin-top:10px;
    }
    .booknow-sub{
        display:none;
    }
    .dining-left p{
        margin-bottom:10px;
    }
    .details-for{
        padding-top:10px;
    }
    .blog-detail-home{
        padding:0;
        padding-top:20px;
    }
    .blog-detail-home p{
        text-align:left;
    }
	.mob-top{ padding-left:0% !important; padding-right:0% !important; margin-left:0%; margin-right:0%; width:100%;}
    .top-info p{ margin-left:0px !important; }
	.top-right{ padding-left:10px;}
	
	.video-outer{ display:inherit;}
	.video-for{ width:100%; margin-bottom:1em;}
	.water-for{ width:100%;}
}
@media (min-width:581px) and (max-width:736px){
    .hotels-for:nth-child(1){ display:none}
	.facility-wrap-container {width:49%; height: auto;margin-right:2%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.facility-wrap-container:nth-child(2n+2){ margin-right:0%;}
	.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}
	.sugar-chat{ display:none}

    .blog-detail-left{
        width:100%;
        padding-right:0%
    }
    .blog-detail-right{
        width:100%;
        padding-left:0%;
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .top-info p a{
        background-color:transparent !important
    }
    .top-call{
        justify-content:center;
        float:none
    }
    .container{
        width:98%;
        height:auto;
        margin:0 auto;
        padding-left:0px !important;
        padding-right:0px !important
    }
    .quick-links{
        width:50%;
    }
    .footer-address{
        width:40%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:15px;
    }
    .gallery-home{
        height:175px;
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .hotels-for{
        float:left;
        text-align:center;
        margin-right:0%;
        width:33%;
    }
    .home-room-for{
        width:49%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
        margin-left:1% ;
        float:right
    }
    .rooms-container{
        width:50%;
        float:left
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.286em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
        display:none;
    }
    .mob-logo{
        width:100%;
        text-align:center;
        display:block;
    }
    .top-right{
        width:100%;
        background-color:#282828;
        padding-top:15px;
        padding-bottom:15px;
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        max-width:50%;
        display:block;
        height:auto;
    }
    .facility-container{
        width:100%;
        margin-right:0%;
        float:left;
    }
    .facility-dtl{
        width:100%;
        padding-top:1%;
        min-height:190px;
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width: 47.5%;
        height: auto;
        float: left;
        margin-right: 5%;
    }
    .blogs-container:nth-child(2n+2){
        margin-right:0% !important;
    }
    .blogs-container:nth-child(3n+3){
        margin-right:5%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:49.75%;
        margin-bottom:2px;
        margin-right:0.5%;
        height:230px;
    }
    .view-img:nth-child(2n+2){
        margin-right:0%;
    }
    .contact-wrap{
        display:inherit;
    }
    .contact-main-container{
        width:100%;
        margin-bottom:15px;
        margin-left:0%;
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .nav{
        background:#282828 !important;
    }
    .nav li{
        background:#282828 !important
    }
    a .vertical{
        display:none;
    }
    .cal-top{
        margin-top:5px;
    }
    .top-mail{
        margin-top:5px;
    }
    .topwraper{
        background:#fff;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .arya-logo-slide{
        display:block
    }
	.mob-top{padding-left:0% !important; padding-right:0% !important; margin-left:0%; margin-right:0%; width:100%;}
	.top-info p{ margin-left:0px !important; }
	.top-right{ padding-left:10px;}
}
@media (min-width:737px) and (max-width: 768px){
	.facility-wrap-container {width:49%; height: auto;margin-right:2%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.facility-wrap-container:nth-child(2n+2){ margin-right:0%;}
	.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}

    .top-info p a{
        background-color:transparent !important
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .top-call{
        display:flex;
        justify-content:center;
        float:none
    }
    .container{
        width:98%;
        height:auto;
        margin:0 auto;
        padding-left:0px !important;
        padding-right:0px !important
    }
    .quick-links{
        width:50%;
    }
    .footer-address{
        width:40%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:15px;
    }
    .gallery-home{
        height:175px;
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .hotels-for{
        float:left;
        text-align:center;
        margin-right:0%;
        width:33%;
    }
    .home-room-for{
        width:49%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
        margin-left:1% ;
        float:right
    }
    .rooms-container{
        width:50%;
        float:left
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.286em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
        display:none;
    }
    .mob-logo{
        width:100%;
        text-align:center;
        display:block;
    }
    .top-right{
        width:100%;
        background-color:#282828;
        padding-top:15px;
        padding-bottom:15px;
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        max-width:50%;
        display:block;
        height:auto;
    }
    .facility-container{
        width:100%;
        margin-right:0%;
        float:left;
    }
    .facility-dtl{
        width:100%;
        padding-top:1%;
        min-height:190px;
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width: 47.5%;
        height: auto;
        float: left;
        margin-right: 5%;
    }
    .blogs-container:nth-child(2n+2){
        margin-right:0% !important;
    }
    .blogs-container:nth-child(3n+3){
        margin-right:5%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:49.75%;
        margin-bottom:2px;
        margin-right:0.5%;
        height:230px;
    }
    .view-img:nth-child(2n+2){
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .nav{
        background:#282828 !important;
    }
    .nav li{
        background:#282828 !important
    }
    a .vertical{
        display:none;
    }
    .topwraper{
        background:#fff;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .arya-logo-slide{
        display:block
    }
	.mob-top{ padding-left:0% !important; padding-right:0% !important; margin-left:0%; margin-right:0%; width:100%;}
	.top-info p{ margin-left:0px !important; }
	.top-right{ padding-left:10px;}
}
@media (min-width:769px) and (max-width:991px){
	.facility-wrap-container {width:49%; height: auto;margin-right:2%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:0%;}
	.facility-wrap-container:nth-child(2n+2){ margin-right:0%;}
.book-rooms-main{ width:100%; margin-top:3%; margin-bottom:3%}
    .top-info p a{
        background-color:transparent !important
    }
    .footer-title{
        margin-top:10px;
        margin-bottom:0px
    }
    .top-call{
        display:flex;
        justify-content:center;
        float:none
    }
    .container{
        width:98%;
        height:auto;
        margin:0 auto;
        padding-left:0px !important;
        padding-right:0px !important
    }
    .quick-links{
        width:50%;
    }
    .footer-address{
        width:40%;
        padding-left:0%;
    }
    .footer-social-wrap{
        float:left;
        width:100%
    }
    a .footer-social{
        margin-left:0px;
        margin-right:5px;
    }
    .home-gallery-wrap{
        width:100%;
    }
    .blog-wrap{
        width:100%;
        margin-top:15px;
    }
    .gallery-home{
        height:175px;
    }
    .busines-hotels{
        display:inherit;
    }
    .rooms{
        display:inherit;
        width:100%;
    }
    .hotels-for{
        float:left;
        text-align:center;
        margin-right:0%;
        width:33%;
    }
    .home-room-for{
        width:49%;
        height:auto;
        margin-right:0%;
        margin-bottom:2%;
        margin-left:1% ;
        float:right
    }
    .rooms-container{
        width:50%;
        float:left
    }
    .details-for{
        width:100%;
    }
    .home-top-delux{
        width:100%;
        height:auto;
    }
    .home-premium{
        width:100%;
        height:auto;
        margin-top:10px;
    }
    .book-wraper{
        background:#282828;
    }
    .book-container{
        height:auto;
        width:100%;
        padding-bottom:20px !important;
    }
    .booking-title-wrap{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .booking-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
    }
    .checkin-rooms{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .checkin-for{
        margin-right:0%;
    }
    .persons-rooms{
        width:100%;
        margin-right:0%;
        margin-bottom:10px;
        height: inherit;
        display:inherit
    }
    .online-reserve{
        width:100%;
        margin-top:1%;
    }
    .book-container{
        padding:0px 0px;
    }
    .banner-caption-title-sub{
        font-size: 2.286em;
    }
    .topwraper{
        position:inherit;
        padding-bottom:0px;
        padding-top:0px;
    }
    .logo-container{
        width:100%;
        text-align:center;
    }
    .top-right{
        width:100%;
        background-color:#8c2c01
    }
    .menu-wrap{
        width:100%;
        margin-top:5px;
    }
    .nav{
        width:100%;
    }
    .book-now{
        margin-top:0px;
    }
    .about-container img{
        max-width:50%;
        display:block;
        height:auto;
    }
    .facility-container{
        width:49%;
        margin-right:2%;
        float:left;
    }
    .facility-container:nth-child(2n+2){
        margin-right:0%;
    }
    .facility-dtl{
        width:100%;
        padding-top:1%;
        min-height:190px;
    }
    .facility-pic{
        width:100%;
    }
    .blogs-container{
        width: 47.5%;
        height: auto;
        float: left;
        margin-right: 5%;
    }
    .blogs-container:nth-child(2n+2){
        margin-right:0% !important;
    }
    .blogs-container:nth-child(3n+3){
        margin-right:5%;
    }
    .dining-content-1{
        width:100%;
        padding-right:0%;
    }
    .dining-container{
        display:inherit;
    }
    .dining-content{
        width:100%;
        float:right;
    }
    .book-online-container-main{
        width:98%;
    }
    .view-img{
        width:49.75%;
        margin-bottom:2px;
        margin-right:0.5%;
        height:230px;
    }
    .view-img:nth-child(2n+2){
        margin-right:0%;
    }
    .room-detail-left{
        width:100%;
        margin-bottom:15px;
    }
    .room-detail-right{
        width:100%;
        padding-left:0%;
    }
    .top-dp{
        margin-top:0;
    }
    .arya-logo{
        display:none;
    }
    .nav a{
        margin:8px 8px !important;
    }
    .online-reserve{
        width:180px;
        float:none;
        margin:0 auto;
    }
    .arya-logo-slide{
        display:block
    }
}
@media (min-width:992px) and (max-width:1199px){
	.facility-wrap-container {width:32%; height: auto;margin-right:2%;min-height: inherit;}
    .facility-wrap-container:nth-child(4n+4){ margin-right:2%;}
	.facility-wrap-container:nth-child(2n+2){ margin-right:2%;}
	.facility-wrap-container:nth-child(3n+3){ margin-right:0%;}
    .view-img{
        height:145px;
    }
    .nav a{
        margin:10px 10px !important;
    }
}
