@media (max-width : 1600px){
	#slider .slider li{
		background-size: cover;
	}
}

@media (min-width : 1366px){
	.container{
		width: 1200px;
	}
}

@media (max-width : 1200px){
	#content .box-search{
		width: 100%;
	}
}

@media (max-width : 992px){
	.list-services{
		display: table;
		margin: auto;
		width: 96%;
	}

	.list-services .col-md-4{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.list-services .img-box{
		display: block;
		float: left;
		margin-bottom: 0;
	}

	.list-services .text{
		display: table;
		width: 98% !important;
		text-align: left;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		padding-left: 140px;
	}

	#content .home-page-headings {
		font-size: 40px;
	}

	#content .home-page-headings .heading {
		margin-top: 20px;
		margin-bottom: 20px;		
	}

	#content .home-page-headings .sub-heading {				
		background-size: 20px 20px;
		padding-left: 23px;
		font-size: 45%;
	}

	#content .box-search{
		width: 100%;		
	}

	.res-center{
		display: table;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#content .box-search h2{
		font-size: 30px;
	}

	.res-50{
		width: 50%;
		float: left;
		z-index: 1
	}

	#content .btn-search{		
		margin: auto;
	}

	.box-detail .col-md-4{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.box-detail .col-md-4.slider-detail{
		padding: 0 83px;
		overflow: hidden;
	}

	#menu-bar .menu-parent{
		margin-top: 24px;
		margin-bottom: 70px;
	}

	#menu-bar .gray{
		background: #888;
	}

	#menu-bar .menu-child{
		position: relative;
	}

	#menu-bar .menu-child li.first{
		position: absolute;
		top: -50px;
		border: 0;
	}

	#menu-bar .menu-child li:nth-child(2){
		border-left: 1px solid #c2c4c8
	}

	.box-search-dash{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}

	.box-content-left{
		width: 30%;
		float: left;
		padding: 0;
		margin-top: 88px;
	}

	.box-content-right{
		width: 70%;
		float: right;
		padding: 0;
		padding-left: 10px;
	}

	.list-hotel ul li .box-img{
		display: none;
	}

	.list-function .col-md-3{
		width: 25%;
		float: left;
	}

	.list-hotel{
		height: 335px;
		padding-top: 0;
	}

	#menu-bar .menu-parent li{
		width: 195px;
	}

	#menu-bar .menu-parent li:first-child{
		width: 135px;
	}

	#menu-bar .menu-parent li.checkout{
		width: 165px;
	}

	.date-month .month{
		font-size: 9px;
	}

	.date-month .month li{
		line-height: 22px;
	}

	.date-month .day{
		font-size: 12px;
	}

	.date-month .day span{
		font-size: 7px;
		margin-top: 2px;
	}

	.scheduler{
		margin-top: 13px;
	}

	.scheduler table td .left-count{
		font-size: 7px;
		line-height: 14px;
	}

	.scheduler table td{
		font-size: 12px;
		height: 111px;
	}

	.scheduler table td .select{
		width: 18px;
		height: 18px;
		background-size: 100% !important;
		margin-top: 15px;
	}

	.scheduler table td .select .save{
		font-size: 7px;
		left: -9px;
		top: -13px;
		width: 35px;
	}

	.scheduler table td .total{
		width: 322%;
		left: -9%;
		bottom: 13px;
		font-size: 9px;
		line-height: 16px;
	}

	.scheduler table td .total .arrow-left{
		width: 4.5px;
		height: 4.5px;
		bottom: -4.5px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.scheduler table td .total .arrow-right{
		width: 3px;
		height: 5px;
		bottom: -5px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.list-hotel ul li .col-md-6{
		padding: 0;
	}

	.list-hotel ul li h3{
		font-size: 9px;
		margin-bottom: 5px;
	}

	.list-hotel ul li .list-star{
		margin-top: 5px;
		margin-bottom: 7.5px;
	}

	.box-content-left .list-star span{
		width: 8px;
		height: 8px;
		background-size: 100% !important;
	}

	.list-hotel ul li .text{
		font-size: 7px;
	}

	.list-function{
		font-size: 6.5px;
	}

	.list-hotel .list-function .col-md-3 > div img.adult{
		width: 11px;
	}

	.list-hotel .list-function .col-md-3 > div img.queen{
		width: 15px;
	}

	.list-hotel .list-function .col-md-3 > div img.child{
		width: 4px;
	}

	.list-hotel .list-function .col-md-3 > div img.single{
		width: 12px;
	}

	#menu-bar .menu-child li label{
		padding: 0 15px;
	}

}

@media (max-width: 768px) {
	
	#content .vertical-center {
	  height: 467px;	  	
	  display: flex;
	  align-items: flex-start;
	  padding: 20px;
	}
			
}	

@media (max-width : 639px){
	
	#content .home-page-headings {
		font-size: 32px;
	}
	
	#content .home-page-headings .heading {
		margin-top: 25px;
		margin-bottom: 20px;		
	}
	
	#content .home-page-headings .rwd-line {
		display: block;
	}
	
	#content .home-page-headings .sub-heading {
		min-height: 44px;
		font-size: 50%;
		padding-left: 20px;
		background-position: left 3px;
		background-size: 15px 15px;		 
	}
	
	.box-detail .col-md-4.slider-detail{
		padding: 0 20px;
		overflow: hidden;
	}

	#menu-bar .menu-parent{
		margin-bottom: 35px
	}

	#menu-bar .menu-parent li{
		font-size: 8px;
		line-height: 30px;
		height: auto;
	}
	
	#menu-bar .menu-parent li:first-child{
		width: 78px;
	}

	#menu-bar .menu-parent li{
		width: 98px;
	}

	#menu-bar .menu-parent li.checkout{
		width: 83px;
	}

	#menu-bar .menu-parent li.checkout a{
		padding-left: 35px;
		width: 100px;
	}

	#menu-bar .menu-parent li a{
		padding-left: 30px;
	}

	#menu-bar .menu-parent li:first-child a{
		padding-left: 11px;
	}

	#menu-bar .menu-parent li .icon{
		margin-right: 8px;
		height: 30px;
	}

	#menu-bar .menu-parent li .icon.home{
		width: 15px;
		background-size: 100%;
	}
	
	#menu-bar .menu-parent li .icon.car{
		width: 13px;
		background-size: 100%;
	}

	#menu-bar .menu-parent li .icon.location{
		width: 10px;
		background-size: 100%;
	}

	#menu-bar .menu-child{
		height: 25px;
		line-height: 25px;
		font-size: 7px;
	}

	#menu-bar .menu-child li.first{
		top: -25px;
	}

	#menu-bar .menu-child li .arrow{
		width: 10px;
		height: 10px;
		top: -5px;
		background-size: 100%;
	}

	#menu-bar .menu-child li label{
		padding: 0 10px;
		font-size: 8px;
	}

	#menu-bar .menu-child li a{
		padding: 0 15px;
	}

	.rg-image-nav a{
		width: 18px;
		height: 25px;
		background-size: 100%;
		top: 35%;
	}

	.rg-image-nav a.rg-image-nav-next, .es-nav span.es-nav-next{
		background-size: 100%;
	}

	.es-nav span{
		width: 18px;
		height: 25px;
		background-size: 100%;
		margin-top: -15px;
	}

	.es-carousel ul li{
		width: 50px !important;
		height: 38px !important;
	}

	.es-carousel{
		margin: 0;
	}

	.box-detail h1{
		margin-top: 0;
		margin-bottom: 0;
		font-size: 12px;
	}

	.list-star{
		margin-bottom: 10px;
	}

	.list-star span{
		background-size: 100% !important;
	}

	.box-detail .text{
		width: 100%;
		font-size: 10px;
	}

	.box-detail .client-say{
		width: 100%;
		padding: 6px 8px;
		font-size: 10px;
	}

	.box-detail .client-say img{
		margin-right: 15px;
	}

	.box-detail .client-say .read-more{
		font-size: 9px;
		bottom: -18px;
	}

	.box-detail h1.small{
		font-size: 12px;
		margin-top: 10px;
	}

	.box-detail .list-service:first-child{
		padding-right: 10px;
	}

	.box-detail .list-service{
		padding-right: 0;
		margin-bottom: 20px;
	}

	.box-detail .list-service li{
		font-size: 9px;
		margin-bottom: 10px;
	}

	.box-detail .list-service li .icon{
		width: 22px;
		height: 13px;
		background-size: 50% !important;
		margin-top: 5px;
	}

	.date-month .month{
		font-size: 7px;
	}

	.date-month .month li{
		line-height: 18px;
	}

	.date-month .day{
		font-size: 10px;
	}

	.date-month .day span{
		font-size: 6px;
		margin-top: 2px;
	}

	.scheduler table td{
		font-size: 7px;
		height: 90px;
	}

	.scheduler table td .left-count{
		font-size: 5px;
		line-height: 10px;
	}

	.scheduler table td .select{
		width: 15px;
		height: 15px;
	}

	.scheduler table td .total .arrow-left, .scheduler table td .total .arrow-right{
		display: none;
	}

	.scheduler table td .total{
		bottom: 8px;
	}

	.scheduler table td .select .save{
		width: 15px;
		font-size: 5px;
		left: 0;
	}

	.list-hotel ul li h3{
		font-size: 6px;
	}

	.list-hotel ul li .text{
		font-size: 5px;
	}

	.box-content-left .list-star span{
		width: 6px;
		height: 6px;
	}

	.list-function{
		font-size: 4px;
	}

	.list-hotel .list-function .col-md-3 > div img.adult{
		width: 6px;
	}

	.list-hotel .list-function .col-md-3 > div img.queen{
		width: 7.5px;
	}

	.list-hotel .list-function .col-md-3 > div img.child{
		width: 2px;
	}

	.list-hotel .list-function .col-md-3 > div img.single{
		width: 6px;
	}

	.box-search-dash table{
		width: 100%
	}

	.box-search-dash input.txt-search{
		width: 70%;
		font-size: 12px;
		line-height: 18.5px;
	}

	.box-search-dash input[type="submit"]{
		width: 88px;
	
		font-size: 9px;
	}

	.box-search-dash table td span{
		font-size: 10px;
		width: 30px;
		margin-top: 5px;
	}

	.box-detail .more.arrow{
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin-bottom: 10px;
		font-size: 10px;
	}

	.box-detail .more.arrow span{
		padding-right: 14px;
		background-size: 7.5px;
	}
}

@media (max-width : 470px){

	#content .box-search {
		top: 0px;
		padding: 15px 0 5px;
	}	
	
	#content .home-page-headings {
		font-size: 25px;
	}
	
	#content .home-page-headings .heading {
		margin-top: 25px;
		margin-bottom: 20px;		
	}

	#content .box-search h2{
		font-size: 21px;
	}

	#content .left .square{
		width: 64px;
		font-size: 12px;
	}

	#content .left .plus{
		width: 20px;
		font-size: 20px;
	}

	.res-50{
		width: 100%;
	}

	.list-services{
		width: 100%;
	}

	.list-services .img-box{
		width: 85px;
		height: 85px;
	}

	.list-services .img-box img{
		height: 50%;
	}

	.list-services .text{
		padding-left: 115px;
		font-size: 15px;
	}

	.rg-image-nav a{
		top: 30%;
	}
}