/* 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 : 1440px){
    .ban-cont {
    top: 58%;
    left: 54px;
}
.ban-mob {
    height: 460px;
}
}

@media only screen and (min-width : 1440px) and (max-width : 1680px){
    .ban-cont {
    left: 54px;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 1024px) 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;
	}
.ban-cont {
    left: 10px;
}
.ban-mob {
    height: 460px;
}
.hero-tit {
    font-size: 26px;
    line-height: 36px;
}
.sub-tit {
    font-size: 24px;
    line-height: 34px;
}
.hero-dec {
    font-size: 16px;
    line-height: 26px;
}
.pos-st {
    top: -110px;
}
.amen-icon p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
}
.footer-txt h3 {
    font-size: 28px;
    line-height: 38px;
}
.footer-txt p {
    font-size: 16px;
    line-height: 26px;
}
}

@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: #2f68af;border-radius: 50px}
  header .nav-links{ display: none;position: fixed;top: 60px;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 {
    border-bottom: 1px solid!important;
    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;}
  header .brand-logo {
    padding-top: 20px;
}
/*banner-sec*/
.ban-cont h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 8px 0 14px;
}
.ban-cont p {
    font-size: 18px;
}
.ban-cont h4 {
    font-size: 18px;
    padding-bottom: 0px;
}
.ban-cont span {
    font-size: 28px;
}
.ban-cont img{
    width: 100px;
}
.ban-cont {
    position: unset;
    transform: unset;
    padding: 80px 0 0 20px;
}
.ban-rt-img {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    right: unset;
    top: 10px;
}
.pos-rel-mob{
    position: relative;
}
/*about-sec*/
.hero-tit {
    font-size: 38px;
    line-height: 48px;
}
.hero-dec {
    font-size: 18px;
    line-height: 28px;
}
.sub-tit {
    font-size: 28px;
    line-height: 38px;
    padding: 32px 0 20px;
}
.ab-lt-txt .hero-dec {
    padding-right: 0;
}
#about-2 .hero-dec {
    padding: 20px 0 48px;
}
#about-2 .hero-tit {
    font-size: 28px;
    line-height: 36px;
}
.ab-btn {
    padding: 42px 0 60px;
}
#about-2 .ab-btn {
    padding: 0;
}
/*gallery-sec*/
.gall-img-slider {
    padding-top: 20px;
}
.proj-arrow-st {
    display: flex;
    justify-content: center;
    margin-top: -70px;
    z-index: 99;
    position: relative;
}
/*amenities-sec*/
.amen-slider{
    padding-top: 30px;
}
.amen-icon p {
    font-size: 12px;
    line-height: 22px;
    padding: 10px;
}
/*form-sec*/
.form {
    width: 100%;
    margin: 0;
}
.pop-form{
    width: 90%;
}
form{
    padding: 30px;
}
/*footer-sec*/
.footer-txt h3 {
    padding-top: 30px;
}
.footer-txt p {
    padding-top: 10px;
}



}








/* 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:0px;}
	header{padding:5px 0;}
  	header .nav-links{padding:10px 0;top:68px;}

  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: #2f68af;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;}
}



/* 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) {
.ban-cont p {
    font-size: 12px;
}
.ban-cont h1 {
    font-size: 28px;
    line-height: 34px;
}
.ban-cont h4 {
    font-size: 12px;
    line-height: 18px;
}
.ban-cont span {
    font-size: 20px;
    line-height: 30px;
}
.ban-rt-img img{
    width: 250px;
}
}