/* Large Devices, Wide Screens */
@media only screen and (max-width : 1366px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width : 1400px){
#about {
    height: 134vh;
}
#highlights {
    height: 830px;
}
#amenities {
    height: 320vh;
}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.col-md-1{width: 8.333333333333333%;}
	.col-md-2{width: 16.66666666666667%;}
	.col-md-3{width: 25%;}
	.col-md-4{width: 33.33333333333333%;}
	.col-md-5{width: 41.66666666666667%;}
	.col-md-6{width: 50%;}
	.col-md-7{width: 58.33333333333333%;}
	.col-md-8{width: 66.66666666666667%;}
	.col-md-9{width: 75%;}
	.col-md-10{width: 83.33333333333333%;}
	.col-md-11{width: 91.66666666666667%;}
	.col-md-12{width: 100%;}
	.col-md-12-5{width: 20%;}
    .fadeUp{animation:fadeUp 2s ease backwards;display: block!important;animation-delay: 2s;}

.hidden-md{
		display: none!important;
	}
.visible-md{
		display: block;
	}
.home-banner {
    height: 50vh!important;
}
.hero-tit {
    font-size: 62px;
    line-height: 72px;
}
.about-lt h3 {
    font-size: 22px;
}
.about-lt p {
    font-size: 16px;
    line-height: 26px;
}
#about {
    height: 65vh;
}
.hight-icon p {
    font-size: 10px;
    line-height: 14px;
}
.hight-icon {
    padding: 14px;
    height: 168px;
}
#amenities {
    height: 150vh;
}
.loc-cont ul {
    font-size: 12px;
    line-height: 32px;
}
.loc-cont h4 {
    font-size: 18px;
    line-height: 28px;
}
}

@media only screen and (min-width : 768px) and (max-width : 768px) {
   .home-banner{
    height: 100vh!important;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.col-sm-1{width: 8.333333333333333%;}
	.col-sm-2{width: 16.66666666666667%;}
	.col-sm-3{width: 25%;}
	.col-sm-4{width: 33.33333333333333%;}
	.col-sm-5{width: 41.66666666666667%;}
	.col-sm-6{width: 50%;}
	.col-sm-7{width: 58.33333333333333%;}
	.col-sm-8{width: 66.66666666666667%;}
	.col-sm-9{width: 75%;}
	.col-sm-10{width: 83.33333333333333%;}
	.col-sm-11{width: 91.66666666666667%;}
	.col-sm-12{width: 100%;}
	.col-sm-12-5{width: 20%;}
	.hidden-sm{
		display: none;
	}
	.visible-sm{
		display: block;
	}

	.menu-icon-mobile{display: block;width: 54px;padding: 14px 8px 4px 8px;border-radius: 0px; margin:0;position: absolute;
		top:15px;right: 0;height: 40px;}
  .menu-icon-mobile>span{display: block;height: 3px;width: 100%; margin-bottom: 5px;background-color: #fff;border-radius: 50px}
  header .nav-links{ display: none;position: fixed;top: 80px;left: 0;background-color: #fff; width: 100%;height: 100%;z-index: 999;}
  header .nav-links a{display: block !important;text-align: center;line-height: 40px !important;color:#fff ;margin-top: 0px;margin-right: 0px;}
  header .lower .nav-links a:last-child{margin-right: 0px;}
  header .lower .nav-links a{margin-right: 0px;color:#000;}
  header .lower .nav-links a.active {
    font-weight: bold;
    margin: auto;
    width: 120px;
}

  header .upper .enq-btn-wrapper{margin-right: 50px;margin-top: 15px;}
  header .upper .ctc-wrapper{margin-right: 5px;}
  header .upper .number-wrapper{margin-right: 15px;margin-top: 25px;}
  footer{text-align: center;}
  #hid-on-mob{display: none!important;}
/*banner-sec*/
.home-banner{
    background: url('../images/banner-mob.png');    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100vh!important;
}
.ban-tit h1 {
    font-size: 42px;
    line-height: 42px;
}
.ban-tit p {
    font-size: 16px;
    line-height: 22px;
}
/*about-sec*/
.hero-tit {
    font-size: 52px;
    line-height: 62px;
}
.about-lt {
    padding-top: 0;
}
.about-lt h3 {
    font-size: 16px;
    line-height: 26px;
}
.about-lt p {
    font-size: 18px;
}
#about {
    height: 100vh;
}
.ab-flower {
    bottom: -5px;
    top: unset;
}
.about-rt{
    position: absolute;
    right: 0;
    top: 50px;
}
.ab-img-1{
    width: 254px;
}
.ab-img-2 {
    bottom: -110px;
    left: -110px;
    width: 207px;
}
/*hightlight*/
.highlights {
    width: 100%;
}
.highlights .hero-tit {
    font-size: 52px;
    padding-bottom: 0px;
}
.hero-dec {
    font-size: 16px;
    line-height: 24px;
}
#highlights {
    height: auto;
}
.high-btn-1 {
    padding: 7px 35px;
    width: 177px;
}
.high-btn-2 {
    padding: 7px 35px;
    width: 177px;
}
.highlights-list {
    top: -110px;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
} 
/*amenities-sec*/
#amenities {
    height: 380vh;
}
.amen-sec {
    position: relative;
    top: 0;
}
.amen-sec-3 .hero-dec {
    padding: 0;
}
.amen-img-1 {
    top: 20px;
}
.anem-cont .hero-tit {
    font-size: 52px;
    left: 50%;
    text-align: center;
}
.amen-img-6 {
    right: 0;
    left: unset;
}
.anem-cont .hero-dec {
    left: 50%;
    width: 100%;
    text-align: center;
}
/*video-sec*/
.video-sec .hero-tit {
    font-size: 52px;
    text-align: center;
}
.video iframe {
    height: 450px;
}
/*loc-sec*/
.loc-sec .hero-tit {
    font-size: 52px;
    text-align: center;
}
.loc-set {
    padding-top: 35px;
}
.loc-cont {
    padding: 10px;
}
/*f-form-sec*/
iframe{
    width: 100%;
}
.f-form {
    height: 430px;
    margin-top: 45px;
}
/*footer-sec*/
.f-info {
    padding: 30px 0;
}
.f-logo{
    width: 150px;
}
/*contact-sec*/
.form {
    width: 100%;
}
form{
    padding: 30px;
}
.ft-alap-logo{
	width: 185px;
}
.form {
    margin: 30px auto 0;
}
.pop-form{
	width: 90%;
}
}








/* Extra Small Devices, Phones */
@media only screen and (max-width : 640px) {
	body{-webkit-text-size-adjust: none;}
	.col-xs-1{width: 8.333333333333333%;}
	.col-xs-2{width: 16.66666666666667%;}
	.col-xs-3{width: 25%;}
	.col-xs-4{width: 33.33333333333333%;}
	.col-xs-5{width: 41.66666666666667%;}
	.col-xs-6{width: 50%;}
	.col-xs-7{width: 58.33333333333333%;}
	.col-xs-8{width: 66.66666666666667%;}
	.col-xs-9{width: 75%;}
	.col-xs-10{width: 83.33333333333333%;}
	.col-xs-11{width: 91.66666666666667%;}
	.col-xs-12{width: 100%;}
	.col-xs-12-5{width: 20%;}

	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}

	.menu-icon-mobile{padding:25px 18px 4px 8px;top:10px;}
	header{padding:5px 0;}
  	header .nav-links{padding:10px 0;top:100px;}
  	header .brand-logo img{}

  header .form-container {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0% !important;
    bottom: 0% !important;
    width: 100% !important;
    padding: 30px 20px !important;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 300;
    height: 100%;
    overflow-y: scroll;
}
/*  header .form-container.show{top: 0 !important;bottom: 0 !important;display: block !important;}*/
  header .form-container .frmclose{display: inline-block;position: absolute;top:10px;right: 10px;color:#000;font-size: 20px;}
  footer .lower{font-size: 10px;}
  footer{text-align: center;margin-bottom: 30px}

  .mob-footer{position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;background-color: #fff;font-size: 14px;font-weight: 600;z-index: 999999;}
  .mob-footer a{display: block;line-height: 40px;}
  .mob-footer a.mob-enq-btn{background-color: #BC8E3E;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;}
  .mob-footer a.mob-call-btn{background-color: #fff;color: #44425A;text-transform: uppercase;font-weight: 600;font-size: 14px;}

.spec-btn {
    padding: 80px;
}
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (min-width : 1600px) {

}

/* Extra Small Devices, Phones */
@media(min-width : 320px) and (max-width : 380px) {
.enquire-btn {
    font-size: 10px;
}
#about {
    height: 130vh;
}
#amenities {
    height: 470vh;
}

}