@media (min-width:1400px) {}
@media (max-width:1199px) {
  /*  .navbar-brand {
    max-width: 160px;
  }

  .header.sticky .navbar-brand {
    max-width: 180px;
  }*/
  .header-call a {
    font-size: 0;
    padding: 6px 8px;
    margin-left: 10px;
  }
  .header-call a i {
    font-size: 14px;
  }
	
	
	  .header-call  a.need-share-button i {
		font-size: 18px;
	}
  .mobile-toggle-btn {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 45px;
    left: 20px;
    cursor: pointer;
    z-index: 99;
  }
  .header.sticky .mobile-toggle-btn {
    top: 30px;
  }
  .mobile-toggle-btn span {
    height: 3px;
    width: 30px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
    border-radius: 3px;
  }
  .mobile-toggle-btn span:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 22px;
    top: -8px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
    left: 0;
  }
  .mobile-toggle-btn span:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 22px;
    bottom: -8px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
    left: 0;
  }
  .mobile-toggle-btn.open span {
    background-color: transparent;
  }
  .mobile-toggle-btn.open span:before {
    transform: rotate(45deg);
    top: 0;
    width: 30px;
  }
  .mobile-toggle-btn.open span:after {
    transform: rotate(-45deg);
    bottom: 0;
    width: 30px;
  }
  .header .header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }
  .outer-nav {
    transition: opacity .6s cubic-bezier(.8, .1, .2, 1), transform .6s step-end;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    background: rgba(0, 0, 0, .88);
    width: 100vw;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index: 2;
  }
  .outer-nav.active {
    opacity: 1;
    transform: translateZ(0);
    transition: opacity .6s cubic-bezier(.8, .1, .2, 1), transform .6s step-start;
  }
  .outer-nav .header-nav {
    transform: scale(1.2);
    transition: all .6s cubic-bezier(.8, .1, .2, 1);
    opacity: 0;
    z-index: 60;
    position: relative;
    -webkit-mask-image: linear-gradient(180deg, #000 80%, transparent);
    mask-image: linear-gradient(180deg, #000 80%, transparent);
    vertical-align: middle;
    white-space: nowrap;
    bottom: 0;
    min-height: 100%;
    width: 100vw;
    left: 0;
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .outer-nav.active .header-nav {
    transform: scale(1);
    opacity: 1;
  }
  /*.header-nav{
    position: fixed;
    left: 0;
    right: 0;
    top: -100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-top: none;
    margin-top: 0; 
    align-items: center;
    justify-content: center;
     transition: all .6s cubic-bezier(.8,.1,.2,1);
	 height: 100vh;
	 display: flex;
	overflow: auto;	 
}
.header-nav.active{	
	transition: all .6s ease-in-out;
	top: 0;
	 
}*/
  .header-call {
    flex-grow: 1;
  }
  .navbar ul li {
    font-weight: bold;
    letter-spacing: 6px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.5rem;
    letter-spacing: 7px;
    transition: all .2s ease-out;
  }
  .navbar ul {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
.header-call {
	position: absolute;
	right: 15px;
}		
	
.mobile-show {
	display: flex;
}	
.right-menu .header-call {	
	display: none;
	}
	
.navbar ul li.conciegre-nav span {
    display: block;
    font-size: 0.8rem;
}	
}

@media (min-width:768px) and (max-width:1199px) {
.header-call a i {
    font-size: 20px;
}
.header-call {
    top: 12px;
}	
.header.sticky .header-call {
    top: 30px;
}	
}

@media (min-width:768px) and (max-width:1024px) {
	.ipad-map-hide{
		display: none;
	}
	.ipad100{
		width: 100%;
	}	
.welcome-info-details {
    display: flex;
    align-items: center; 
	margin: 0 -15px;
	padding-bottom: 40px;
}	
.welcome-info-details {
    display: flex;
    align-items: center;
}	
	.col-6-wl{
		width: 50%;
		padding:0 15px;
	}

.wl-pb-5{
	padding-bottom: 0rem;
}	
	
}
@media (max-width:991px) {
  h1 {
    font-size: 40px;
  }
  /*  .logo-sec {
    padding-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 229px;
  }
  .navbar-brand {
    max-width: 160px;
  }
	
	
  .header.sticky .navbar-brand {
    max-width: 160px;
  }*/
  .header-call a {
    color: #bf9369;
  }
  .section-cont {
    padding: 50px 0;
  }
	
.londonimg img {
    width: 100%;
}
	
.maplogo {
   right: 42%;
    top: 38%;
}	
		
	
	
}
@media (max-width:767px) {
  body {
    padding-top: 0;
  }
  p {
    line-height: 2;
    font-size: .75rem;
  }
  h1 {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.2rem;
    letter-spacing: 4px;
  }
  h3 {
    font-size: 1rem;
    letter-spacing: 4px;
  }
  h4 {
    font-size: 0.9rem;
    letter-spacing: 4px;
  }
   h6 {
    font-size: 0.7rem;
    letter-spacing: 4px;
  }
  .header {
    padding: 20px 0px;
  }
  /* .header.sticky .navbar-brand {
    max-width: 120px;
  }*/
  .header.sticky .mobile-toggle-btn {
    top: 27px;
  }
  .mobile-toggle-btn {
    top: 40px;
  }
  .header-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .logo-sec {
    line-height: 13px;
  }
  .tagline {
    font-size: 11px;
  }
  /* .navbar-brand {
    max-width: 120px;
  }*/
  .logo-sec svg {
    width: 150px;
    height: 70px;
  }
  .navbar {
    padding: 0;
  }
  .slider-wrap {
    width: 100%;
  }
  .video-sec h1 {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .slider-wrap.sticky {
    position: fixed;
    top: 52px;
  }
  .slider-wrap .item {
    min-height: 200px;
  }
  .slider-cont {
    padding-bottom: 15px;
  }
  .slider-cont .sub-heading {
    font-size: 14px;
    letter-spacing: 5px;
    padding-bottom: 5px;
  }
  .slider-wrap .item .slider-icon img {
    width: 30px;
  }
  .slider-cont h2 {
    padding-top: 5px;
    letter-spacing: 5px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .slider-cont .slider-btn {
    font-size: 14px;
    padding: 5px 15px;
  }
  .slider-wrap .owl-carousel .owl-nav button.owl-next, .slider-wrap .owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
  }
  .slider-wrap .owl-dots {
    bottom: 3px;
  }
  .slider-wrap .owl-dots span {
    width: 10px;
    height: 2px;
  }
  .slider-wrap .owl-dots .owl-dot {
    margin: 0 2px;
  }
  .pt70 {
    padding-top: 40px;
  }
  .pb70 {
    padding-bottom: 40px;
  }
  .section-cont {
    padding: 30px;
  }
  .block-cont h3 {
    font-size: 18px;
  }
  .inner-banner {
    min-height: 200px;
    margin-bottom: 0;
  }
  .contact-us {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-form {
    padding-bottom: 25px;
  }
  .inner-content {
    padding-top: 30px;
  }
  .block-cont h3 {
    font-size: 1rem;
  }
  .secimg {}
  .header-call a {
    margin-left: 5px;
  }
  .mobile-cont.sticky {
    display: block;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 46px;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    padding: 15px 20px;
    text-align: center;
  }
  .video-cont.sticky {
    visibility: hidden;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .btn {
    padding: 15px 1rem;
	/*padding: 0px;*/
    font-size: .80rem;
  }
  .return-map-btn{
	text-align:left !important;
}
  .visit-sec .section-cont {
    padding-left: 30px;
    padding-right: 30px;
  }
  .visit-sec .section-cont h3 {
    margin-top: 0;
  }
  .visit-sec {
    padding: 30px 0;
  }
  .bot-footer {
    padding: 30px 0px;
    text-align: center;
  }
  .bot-footer ul {
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }
  .bot-footer p {
    padding-top: 30px;
  }
  .footer-right-sec {
    justify-content: center;
    display: flex;
  }
  .backtoTop {
    order: -1;
	  margin-left: 0;
  }
  .slider-arrow .owl-carousel .owl-nav button.owl-next span:before {
    font-size: 30px;
  }
  .slider-arrow .owl-carousel .owl-nav button.owl-prev span:before {
    font-size: 30px;
  }
  .item-caption {
    padding: 15px 15px 50px 15px;
  }
  .mlr {
    margin-left: -30px;
    margin-right: -30px;
  }
	
.notification-popup .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}	
.notif-outer {
	padding: 20px 0;
	flex-wrap: wrap;
}	
.notif-link {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 5px;
}
.play-btn {
    font-size: 40px;
}	
.close-popup {
    right: 20px;
    top: 20px;
}	
	
.hublot-block h2 {
    font-size: 1.5rem;
}	
/*.four-seasons-media h2 {
    font-size: 1.5rem;
}	*/
	
	
.category-card .card-title{font-size: 14px; letter-spacing: 1px;}	
.heading-black{font-size: 16px;}
.category-contact-card .card-title{font-size: 13px;}
.category-contact-card p{line-height: normal;}
.call-box .icon-email { font-size: 40px;}
.call-box .icon-phone { font-size: 30px;}
	
	
	.call-section {
		font-size: 7px;
	}	
	
.call-section .btn-phone{
    padding: 0;
    font-size: 9px;
}
.call-section .btn-black{
		padding: 2px;
	}
	
.mp5{
	padding:2px;
}	
/*.concierge-header.video-sec h1 {
    font-size: 1rem;
}*/	
	.image-leftright{
		margin-left: -30px;
		margin-right: -30px;
	}	
.journey-life-image img {
    max-width: 100%;
}	
	
	.ipad-map{
		display: none;
	}	
	.mobile-map{
		display: block;
	}	
	
.location-map-mobile{
	display: block;
}	
	
.location-map-ipad{
	display: none;
}	
	
	.header-call{
		top: 23px;
	}	
.premium-pins {
    bottom: 28%;
}
	
.concierge-video-cont {
    height: 230px;
}	
.concierge-video-cont h2 {
    line-height: 34px;
}	

	
.maplogo {
    right: 34%;
    top: 24%;
}	
	
.homevideotexttop:before {
  height: 100px;
}
}
@media (max-width:640px) {
  h1 {
    font-size: 28px;
  }
	
.weather_report .location {
    font-size: 29px;
    padding-right: 10px;
}	
.country {
    font-size: 16px;
    line-height: 20px;
}
.temperature {
    font-size: 70px;
    line-height: 73px;
}	
.weather-sec3 {
    padding-left: 10px;
    margin-left: 10px;
}
.weather_descriptions {
    font-size: 15px;
}	
.humidity {
    font-size: 15px;
    padding-top: 10px;
}	
.christ-icon {
    top: 34vh;
    left: 7vh;
}

	.memories-list{
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media (max-width:480px) {
	
	
.weather_report {
    width: 100%;
}	
.premium-pins {
    bottom: 21%;
    right: 46%;
}	
	
}

@media (max-width:400px) {
.weather_report .location {
    font-size: 25px;
}

}










