@media(min-width: 1400px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(40px , -50%);
	}
}
@media(min-width: 1450px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(99px , -50%);
	}
}
@media(min-width: 1500px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(10% , -50%);
	}
}
@media(min-width: 1720px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(17% , -50%);
	}
}
@media(min-width: 1830px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(21% , -50%);
	}
}
@media(min-width: 1950px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(25% , -50%);
	}
}
@media(min-width: 2012px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(28% , -50%);
	}
}
@media(min-width: 2100px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(31% , -50%);
	}
}
@media(min-width: 2220px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(35% , -50%);
	}
}
@media(min-width: 2400px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    	transform: translate(40% , -50%);
	}
}
@media(min-width: 2450px){
	.banner .inner-banner .container {
    	position: absolute;
    	top: 50%;
    transform: translate(48% , -50%);
	}
}
@media(max-width: 1290px){
	.banner .inner-banner .container {
    	transform: translate(75px , -50%);
	}
}
@media(max-width: 1250px){
	.banner .inner-banner .container {
    	transform: translate(60px , -50%);
	}
}
@media(max-width: 1200px){
	.banner .inner-banner .container {
    	transform: translate(0 , -50%);
	}
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	.banner .inner-banner .booking-form {
		width: auto;
	}
}
@media(max-width: 1150px){
	.navbar.fixed-top {
		position: inherit;
	}
	.banner {
		margin-top: 0;
	}
	.banner .inner-banner .container h1{
		font-size: 38px;
	}
}
@media(max-width: 1120px){
	.banner .inner-banner .banner-head li:last-child{
		border-top: 1px solid #616060;
	}
	.banner .inner-banner .banner-head li:nth-child(2){
		border-right: none;
	}
}
@media(max-width: 1070px){
	.banner .inner-banner .container {
	    	transform: translate(-8px , -50%);
		}
	.banner .inner-banner .container h1 {
		font-size: 36px;
	}
	.banner .inner-banner .container h1:first-child{
		font-size: 45px;
	}
	.banner .inner-banner .booking-form {
		width: auto;
	}
}
@media(max-width: 1040px){
	.banner .inner-banner .container {
	    	transform: translate(-8px , -50%);
		}
			.banner .inner-banner .banner-bg img {
		height: 90vh;
	}
}
@media(max-width: 991px){
	.navbar.fixed-top {
		position: relative;
		height: 74px;
	}
	.navbar-brand .logo{
    	width: 140px;
    	height: 102px;
	}
	.navbar-collapse{
	background: black;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    padding-top: 50px;
    z-index: -1;
	}
	.navbar .navbar-nav .nav-item .nav-link:hover::after{
		width: 0;
	}
	.navbar-brand {
		position: inherit;
	}
	.navbar-toggler {
    	background-color: var(--white);
    	color: var(--black);
    	margin-bottom: 30px;
	}
	.navbar .container{
		max-width: 100%;
		padding: 0 4%;
	}
	.banner .inner-banner .banner-head {
		margin-top: 0;
	}
	.banner .inner-banner .container h1:first-child{
		font-size: 40px;
	}
	.banner .inner-banner .container h1{
		font-size: 32px;
	}
}
@media(max-width: 768px){
	.banner .inner-banner .banner-head li:last-child{
		border: none;
		border-left: 1px solid #616060;
	}
	.banner .inner-banner .col-md-5.col-lg-5{
		display: none;
	}
	.banner .inner-banner .banner-bg img {
  		height:auto;
  		min-height: 485px;
	}
	.banner .inner-banner .container h1 {
  		font-size: 30px;
	}
	.banner .inner-banner .banner-head li {
		font-size: 16px;
	}
	.banner .inner-banner .banner-head li span {
		font-size: 18px;
	}
	.features .col-lg-6.col-md-6.pl0{
		padding-right: 0;
	}
	.title {
    	font-size: 36px;
	}
}
@media(max-width: 590px){
	.banner .inner-banner .banner-bg img{
		min-height: 550px;
	}
	.banner .inner-banner .container h1:first-child {
    	font-size: 32px;
	}
	.banner .inner-banner .container h1{
		font-size: 26px;
	}
	.banner .inner-banner .container h4 span{
		font-size: 19px;
	}
	.banner .inner-banner .banner-head li:last-child{
		border: none;
		border-top: 1px solid #616060;
	}

}
@media(max-width: 565px){
	.banner .inner-banner .container h1{
		margin-bottom: 0;
		font-size: 26px;
	}
	.banner .inner-banner .banner-head h4{
		margin-bottom: 0;
	}
	.banner .inner-banner .container h4 span{
		font-size: 21px;
	}
	.banner .inner-banner .container {
    	transform: translate(0px , -50%);
	}
}
@media(max-width: 460px){
.banner .inner-banner .container h1{
		margin-bottom: 0;
		font-size: 22px;
	}
	.banner .inner-banner .container h4 span{
		font-size: 19px;
	}
	.title {
    	font-size: 32px;
	}
}
@media(max-width: 472px){
	.banner .inner-banner .banner-head li{
		padding: 5px 8px 9px;
	}
}
@media(max-width: 406px){
	.banner .inner-banner .banner-bg img{
		/*min-height: 490px;*/
	}
	.banner .row>*{
		padding-left: 0;
		padding-right: 0;
	}
	.owl-carousel .owl-dots .owl-dot {
    	width: 38px;
    	height: 8px;
	}
	#scroll-top{
	width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
	}
	#scroll-top.active {
    	top: calc(100% - 5.6rem);
	}
}
@media(max-width: 382px){
	.banner .inner-banner .container h1{
		font-size: 20px;
	}
	.banner .inner-banner .container h4 span{
		font-size: 18px;
	}
}
@media(max-width: 367px){
	.banner .inner-banner .banner-head li{
		border: none !important;
		border-bottom: 1px solid #616060 !important;
	}
	.banner .inner-banner .banner-head li:last-child{
		border: none !important;
	}
	#scroll-top{
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
	}
}