/* Large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
#LifeAtKtc{
	min-height: 1000px;
}
}
@media only screen and (max-width : 1366px) {

}

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

/* 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%;}
	.hidden-md{display: none !important;}
  	.visible-md{display: block !important;}
#LifeAtKtc{
	background: url('../images/section3-bg-mob.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 1000px;
	background-position: bottom;
}
.location-slider img{
	padding-right: 60px !important;
}
.home-banner-cont{
	left: 11%;
	bottom: 19%;
	transform: unset;
}
.banner-title2{
	font-size: 25px;
	margin-bottom: 10px;
  }
  .banner-btn1,.banner-btn2{
	font-size:20px;
  }

.test2::after{
	top: -104px;
}
.footer-title{
	margin-left: 19px;
}
.progress{
	width: 45%;
}
.features-slider-wrapper .custom-arrow{
	bottom: 0%;
	right: 13%;
}
.footer-slider .slick-dots{
    bottom: -44px;
}
.footer-slider .slick-dots li{
    background: #999999;
    width: 70px;
    height: 2px;
    margin: 0px 0px;
}
.footer-slider .slick-dots .slick-active{
    background: #ffffff;
    width: 70px;
    height: 4px;
    top: -1px;
}
}

/* 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%;}

	.menu-icon-mobile{display: block;width: 50px;padding: 14px 8px 4px 8px;background:none;border-radius: 0px; margin:0;position: absolute;
		top:10px;right: 15px;height: 40px;}
  /* .menu-icon-mobile>span{display: block;height: 2px;width: 100%; margin-bottom: 4px;background-color: #fff;float: right;} */
  .menu-icon-mobile>span {
    display: block;
    height: 2px;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 6px;
    background-color: #fff;
    float: right;
    border-radius: 2px;
}
.menu-icon-mobile.active>span{
	width: 67%;
}
  .menu-icon-mobile>span:nth-child(2){width: 80%;}
  .menu-icon-mobile.active>span:nth-child(1) {
  	transform: rotate(45deg);
  }
  .menu-icon-mobile.active>span:nth-child(3) {
  	transform: rotate(135deg);
  	position: relative;
  	top: -10px;
  }
  .menu-icon-mobile.active>span:nth-child(2) {
  	display: none;
  }
  header .nav-links{ display: none;position: fixed;top: 74px;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.active{color: #1C1C1C;}
  header .lower .nav-links a:last-child{margin-right: 0px;}
  header .lower .nav-links a{margin-right: 0px;color:#000;}

  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;}
  .hidden-sm{display: none !important;}
  .visible-sm{display: block !important;}
  .visible-sm-only{display: block !important;}
  section.padding{padding: 35px 0px;}
  #hid-on-mob{
  	display: none !important;
  }
  .home-banner{background-image: url('../images/banner-mob.jpg');
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
#overview .container{
	padding: 0 0px;
}
#features .container{
	padding: 0 0px;
}
.overview-container{
	padding: 0 15px;
}
#LifeAtKtc{
	/* background: url('../images/section3-bg-mob.jpg');
	background-size: cover;
	background-repeat: no-repeat; */
	background: url('../images/section3-bg-mob.jpg');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height: auto;
}
#about {
    background: url('../images/about-bg-mob.jpg') #fafafa;
    /* background-size: contain; */
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: auto !important;
    /* background: none; */
    padding-bottom: 122px;
}
.home-banner-cont{
	left: 11%;
	bottom: 8%;
	transform: unset;
}
/* .location-slider .slick-slide{
    margin-left: 48px;
} */

.fslider-text{
	bottom: -2%;
}
.features-slider-wrapper .custom-arrow{
    display: inline-block;
    position: absolute;
    right: 3%;
    z-index: 3;
    bottom:20%;
    cursor: pointer;
}
.test2::after{
	top: -80px;
}
.progress{
	width: 80%;
}
.location-slider>div{
	margin-left: -30px;
}
.location-slider-wrapper .custom-arrow{}
.location-slider-wrapper .custom-arrow img{
	position: absolute;
}
.location-slider-wrapper .custom-arrow img:first-child{
	left: -2px;
	top: 40px;
	z-index: 3;
}
.location-slider-wrapper .custom-arrow img:last-child{
	right: -2px;
	top: 40px;
	z-index: 3;
}
.location-slider img{
    /* padding-right: 20px!important; */
    padding-right: 20px!important;
    /* width: 295px; */
	/* height: 225px; */
    margin: auto;
}
.location-slider .slick-slide{
    margin-left: 50px;
    /* margin-left: 5px; */
}
.footer-slider-wrapper{
	padding: 0px 30px;
}
.footer-slider .slick-dots{
    bottom: -44px;
}
.footer-slider .slick-dots li{
    background: #999999;
    width: 50px;
    height: 2px;
    margin: 0px 0px;
}
.footer-slider .slick-dots .slick-active{
    background: #ffffff;
    width: 50px;
    height: 4px;
    top: -1px;
}
.footer-title{
	margin-left: 30px;
	margin-top: 100px;
}
.footer-logo2 img:nth-child(1){
    margin-left: 60px;
}
.bookexp-btn{
	width: 210px;
}
.img-disc3{
	left: 11%;
	bottom: 8%;
}

/* .tester{
	position: absolute;
	bottom: 0;
	z-index: -1;
} */
}

/* 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;}
	.visible-sm-only{display: none !important;}

	/* .menu-icon-mobile{height: 60px;padding:25px 8px 4px 8px;top:-5px;} */
	.menu-icon-mobile {
		display: block;
		width: 50px;
		height: 50px;
		padding: 16px 8px 4px 8px;
		background: none;
		/* border: 1px solid #fff; */
		/* border-radius: 25px; */
		/* border-radius: 15px; */
		margin: 0;
		position: absolute;
		top: 15px;
		right: 20px;
		/* height: 40px; */
	}
	header{padding:5px 0;}
  	header .nav-links{padding:10px 0;top:75px;}
  	header .brand-logo img{width: 135px; margin-top: 14px;}

  	header .form-container{position: fixed !important;left: 0 !important;right: 0 !important;top: 100% !important; bottom: -100% !important; 
  	width: 100% !important; padding: 30px 0 !important; -ms-transform: translate(0, 0); -webkit-transform: translate(0, 0); transform: translate(0, 0);
  	 z-index: 300; background-color: rgba(255, 254, 254, 0.97) !important;}
  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{padding-bottom: 30px;}
  footer .lower{font-size: 12px;}
  footer .lower div{text-align: center !important;}

  .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: 30px;}
  .mob-footer a.mob-enq-btn{background-color: #1C1C1C;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 14px;}
  .mob-footer a.mob-call-btn{background-color: #fff;color: #6b6b6b;text-transform: uppercase;font-weight: 600;font-size: 14px;}
  .text-center-xs{text-align: center !important;}
  .mg-lt-70{margin-left: 70px;}
  .mg-rt-70{margin-right: 70px;}
  

  .home-banner{background-image: url('../images/banner-mob.jpg');background-size: cover;}

  #about {
    background: url('../images/about-bg-mob.jpg') #fafafa;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    /* background: none; */
    padding-bottom: 400px;
}
#LifeAtKtc{
	background-size: cover;
	min-height: unset;
	padding-bottom: 266px;
	/* background-position: unset; */
}

  .banner-title1{
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0px;
  }
  .banner-title2{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
  }
  .banner-btn1,.banner-btn2{
	font-size:13px;
	line-height:18px;
  }
  .section-title2{
	font-size:32px ;
	line-height: 36px;
	letter-spacing: 0px;
  }
  .section-title3{
	letter-spacing: 0.48px;
  }
  .Ovslider-text{
	font-size: 24px;
	line-height: 26px;
  }
  .overview-slider-count{
	/* font-size: 8px; */
	/* line-height: 17px; */
	/* letter-spacing: 0.32px; */
  }
  .section2-title2{
	font-size: 32px;
	line-height: 36px;
  }
  .features-slider-wrapper .custom-arrow {
    right: 1%;
    bottom: 15%;
}
  .fslider-text{
	bottom: -9%;
	/* transform: unset;
	left: 2%; */
  }
  .fslider-text span:first-child{
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 0px;
  }
  .fslider-text span:last-child{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.56px;
  }
  .test2::after{
	top: -335px;
  }
  .slider-drag-btn-wrapper{
	width: 80%;
  }
  .slider-drag-btn{
	width: 40%;
  }
  .footer-title{
    margin-top: 55px;
    margin-left: unset;
    margin-bottom: unset;
}
.footer-logo1{
	margin-top: 24px;
}
.footer-logo1 img{
	margin:auto;
}
.bookexp-btn{
	width: 190px;
}
.features-slider .slick-dots .slick-active{
	width: 78px;
}
.features-slider .slick-dots li{
	width: 78px;
}
  
}

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

}

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

}