@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}
}
@media only screen and (max-width: 1280px) {
header{
/*padding:1%;*/
}


}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	  width:100%;
	  padding:0;
	  margin:0 auto;
	  padding-top:56px;
	}
header nav{
    width: 70%;
}
.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
	}
header.smaller .logo{
	width:12%;
	}


}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
	}
header{
	padding:1% 0 2% 0!important;
	}
header.smaller {
    height:70px!important;
	}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
	left:20px;
	}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0!important;    
    width:100%;
	}

}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
	}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
	}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
	}


}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: justify;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
}
header {
	width: 100%;
    height: auto;
    position: fixed; 
  
}
header .top_band ul{
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 5px 0;
}
header .top_band ul li{
	padding: 0 10px;
}
header .top_band ul li:nth-child(3){
	display: none;
}
header .top_band ul li .info_box{
	font-size: 12px;
}
header .main_header_band .inner_container{
	padding: 10px 0;
}
header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
}
header .logo {
	/*float: left!important;
	width: 37%!important;
	position: absolute;
	left: 20px;
	top: 14px!important;*/
	z-index: 999;

	order: 1;
    width: 150px;
}
header nav {
	display:inline-block;
	float:right;
	padding: 0% 5px 0 0;
	width: unset;
	margin-top: 0%;

	position: relative;
    order: 3;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}

#main {
    padding-top: 110px!important;
}
.ace-responsive-menu{
	position: absolute;
    right: 5%;
    top: 42px;
    background: #fff;
    float: left;
    width: 90vw;
    margin-top: 0;
}
.ace-responsive-menu > li > a {
    padding: 5px 0 0 12px!important;
}
.ace-responsive-menu > li {
    padding: 8px 0!important;
}
.menu-toggle h3{
	display: none;
}
header .main_header_band .inner_container .enquire_now_btn{
	order: 2;
	padding: 0 15px 0 0;
}
header .main_header_band .inner_container .enquire_now_btn a{
	padding: 5px 15px;
	font-size: 12px;
}


.hero .img_box{
/*	position: absolute;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero .img_box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero .hero_overlay{
	padding: 10vw 0 0;
	position: relative;
}
.hero .hero_overlay [class*=col-sm]{
	padding: 0;
}
.hero .hero_overlay .text_box .text{
	padding: 0 0 10vw 0;
	font-size: 5.6vw;
}
.hero .inner_container .form_box{
	width: 100%;
}
.hero .inner_container .form_box form {
    padding: 20px 20px 5px;
}
.hero .inner_container .form_box .title{
	font-size: 20px;
	padding: 0;
}
.hero .inner_container .form_box .submit_btn{
	font-size: 15px;
	padding: 8px 0;
}
.checkbox_wrapper .checkbox_label{
	padding: 8px 0 8px 15px;
}
.checkbox_wrapper .single_checkbox:nth-child(2){
	padding: 0 0 0 10px;
}

.heading{
	font-size: 28px;
}
.sub_head{
	font-size: 15px;
}
.sub_head br{
	display: none;
}

.best_room{
	padding: 40px 0;
}
.best_room .images_boxes{
	/*grid-template-areas:
        'one one three three'
        'one one four five'
        'two two two two';*/
	grid-template-areas:
        'one one'
		'three three'
		'four five'
		'two two';
    gap: 10px;
	padding: 20px 0 0 0;
}
.about_sec{
	padding: 40px 5vw;
}
.about_sec .text_box{
	padding: 0;
	text-align: center;
}
.about_sec .text_box p.sub_head{
	font-size: 15px;
	text-align: center;
}
[class*=width_]{
	width: 100%;
}
.services_facilities{
	padding: 40px 0 10px 0;
}
.services_facilities .info_boxes{
	padding: 20px 0 0 0;
}
.services_facilities .info_boxes .info_box{
	width: 100%;
}
.services_facilities .info_boxes .info_box .title{
	font-size: 20px;
}
.services_facilities .info_boxes .info_box p{
	text-align: center;
}

.video_wrapper .inner_container{
	flex-wrap: wrap-reverse;
	padding: 30px 0;
	text-align: center;
}
.video_wrapper .inner_container .heading{
	padding: 25px 0 25px;
}
.video_wrapper .inner_container [class*=col-sm]{
	padding: 0;
}
.video_wrapper .inner_container .three_info li .title{
	font-size: 25px;
}
.video_wrapper .inner_container .three_info li p{
	font-size: 13px;
	text-align: center;
}

.experience_at_witty{
	padding: 40px 0;
}
.experience_at_witty .heading {
    padding: 0 0 20px;
}
.experience_at_witty .testimonials_slider{
	padding: 0;
}
.experience_at_witty .testimonials_slider .item_box{
	padding: 0px 15px;
	border-bottom: 15px solid #cfdde6;
}
.experience_at_witty .testimonials_slider .item_box::before{
	width: 15px;
}
.experience_at_witty .testimonials_slider .item_box::after{
	width: 15px;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box{
	padding: 25px 20px 15px 20px;
	border-top-right-radius: 75px;
}
.experience_at_witty .testimonials_slider .item_box .attestant_box .text p{
	font-size: 14px;
}
footer .upper_sec{
	padding: 30px 0 10px;
}
footer .upper_sec .inner_container .info_box ul.ctc_links li .inner_box .text{
	font-size: 15px;
}
footer .lower_sec .text{
	font-size: 14px;
}



.thankyou_page{
	min-height: unset;
}
.thankyou_page .inner_container{
	padding: 20% 0;
}








}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

