/* Media Query Start */


@media screen and (max-width: 1380px){
.amenities-block .prvarrow {left: 15px;width: 40px;height: 40px;}
.amenities-block .nxtarrow {right: 15px;width: 40px;height: 40px;}
.prvarrow svg, .nxtarrow svg {width: 12px;height: 23px;}
}
@media screen and (max-width: 1280px){
.container-fluid{padding: 0 15px;}
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 1100px){
#menu ul li{margin: 0 20px 0 0;}
}
@media screen and (max-width: 1024px){
.mobilemenu-icon{display: inline-block;}
#menu{position: fixed;left: -100%;top: 0;width: 100%;height: 100vh;overflow-y: auto;background-color: #fff;z-index: 1000;transition: all .2s ease-in-out;padding: 20px 30px 20px 15px;}
#menu ul li {float: none;width: 100%;margin: 0;clear: both;}
#menu ul li a {padding: 14px 14px;color: #000000;}
#menu.active{left: 0;}
.header, .sticky_body .header{padding: 12px 0;}
.logo {width: 150px;}
.hero-banner-sec {margin-top: 78px;}
.hero-banner-wrap{flex-direction: column-reverse;}
.hero-banner-block, .enqform-block{width: 100%;}
.enq-form {padding: 16px 30px;}
.enq-input, .enq-select{font-size: 16px;}
.overview-block{margin: 0 -15px;}
.overview-block .overview-content h3{font-size: 22px;}
.vil-conf-item {width: calc(50% - 0.938em);margin-bottom: 30px;}
.main-heading{font-size: 25px;}
.enqform-head {padding: 14px 7px 0px 0px;}
.enqform-head h2, .vil-conf-head h3{font-size: 22px;}
.enq-form-group{margin-bottom: 8px;}
.heading:before, .vil-conf-head:before{width: 80px;}
.vil-conf-item .vil-txt, .vil-conf-item .vil-amt, .overview-content ol li{font-size: 16px;}
.vil-conf-item{padding: 16px 16px 20px 16px;}
.overview-content ol li{margin-bottom: 20px;}
}
@media screen and (max-width: 899px){
.overview-block{flex-direction: column-reverse;}
.overview-block figure{width: 100%;}
.ws-sec .overview-block{flex-direction: column;}
.overview-block .overview-content{width: 100%;padding: 20px 20px 40px 20px;}
.gt-form-group, .schedule-group .gt-form-group{width: 100%;padding: 0;}
.schedule-group{flex-direction: column;}
}
@media screen and (max-width: 767px){
.col-5{width: 33.33%;}
.amenities-items .col-5:nth-child(3n+1){clear: both;}
.dsk-hero-img{display: none;}
.mb-hero-img{display: block;}
.footer-btm-links a {
    background-position: center top;
    padding: 25px 0 0;
    font-size: 16px;
}
.gt-form-group-phone {
    width: 66%;
    padding: 0 5px;
}
.gt-form-group-cc {
    width: 34%;
    padding: 0 5px;
}
.footer-btm-wrap {
    padding: 7px 20px 0 20px;
}
.footer-btm-links {
    display: block;
    justify-content: space-between;
    /* align-items: center; */
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.amenities-item {margin-bottom: 10px;text-align: left;}
.heading {position: relative;margin-bottom: 20px;text-align: center;}
}
@media screen and (max-width: 599px){
.amenities-header{width: 510px;margin: 0 auto;}
.proj-gallery-header{width: 324px;margin: 0 auto;}
}
@media screen and (max-width: 480px){
.vil-conf-item, .col-6{width: 100%;}
.col-5{width: 50%;}
.amenities-items .col-5:nth-child(3n+1){clear: unset;}
.amenities-items .col-5:nth-child(2n+1){clear: both;}
.footer-btm-links a {
    font-size: 16px;
	width:49%;
}

}
