@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v53/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
		format("woff2");
}
body {
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}
/* Header */

.nav-cont {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}
.wrapper-menu {
	display: none;
}
.wrap_menu {
	display: none;
}
.grid-x {
	display: flex;
	padding: 10px 0px;
	position: relative;
}
.cell {
	position: relative;
}
.inner-cont {
	align-content: center;
	justify-content: center;
	width: 90%;
	height: 100%;
}
.full-width {
	padding: 0;
}
.logo-2-sticky {
	display: none;
}
.nav {
	display: inline-block;
}
.nav ul {
	list-style-type: none;
	margin-bottom: 0px;
	line-height: 40px;
	position: relative;
}
.nav ul li,
.nav ul li a {
	display: inline-block;
	padding: 0px 5px;
	color: #00bab3;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.nav ul li a:hover {
	color: #f08080;
}
.chinese-toggle {
	display: inline-block;
	vertical-align: top;
}
.nav-2 {
	display: inline-block;
}
.nav-2 ul {
	list-style-type: none;
	margin-bottom: 0px;
	line-height: 40px;
}
.nav-2 ul li,
.nav-2 ul li a {
	display: inline-block;
	padding: 0px 5px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.nav-2 ul li a:hover {
	color: #f08080;
}
.nav ul li:hover ul.sub-menu,
.nav-2 ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	margin-left: 0px;
	background: #f08080;
	display: none;
}
.sub-menu li {
	margin: 0px;
	display: block !important;
	padding: 0px !important;
	position: relative;
	z-index: 999;
}
.sub-menu li a {
	font-size: 12px !important;
	color: #fff !important;
}
.sub-menu li:hover a {
	font-size: 12px !important;
	font-weight: bold;
}
/* Home */

.home-banner {
	width: 100%;
	position: relative;
	top: -71px;
	z-index: 1;
}
img.home-slider {
	width: 100%;
}
.home-text {
	position: absolute;
	top: 24%;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	line-height: 30px;
}
.home-text span {
	font-size: 15px;
}
select.home-city {
	width: 25%;
	border: 0px;
	border-radius: 20px;
	padding: 0px 15px;
	background-size: 40px 6px;
	color: #00bab3;
	text-align: center;
	font-size: 14px;
	text-align-last: center;
}
select.home-city option {
	text-align: center;
}
.skip-btn {
	position: relative;
	z-index: 1;
	background: #b8b8b8;
	color: #fff;
	padding: 13px 45px;
	border-radius: 20px;
	vertical-align: top;
}
.search-btn {
	position: relative;
	z-index: 1;
	background: #f08080;
	color: #fff;
	padding: 5px 38px;
	border-radius: 20px;
	font-size: 13px;
	line-height: 20px;
	vertical-align: top;
}
.search-btn:before {
	content: url("../img/search-icon.png");
	width: 22px;
	height: 21px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
}
.experience {
	font-size: 14px;
}
.banner-root {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #3d57db;
	z-index: 2;
	padding: 0px;
}
.onclickani {
	-webkit-animation-name: cssAnimation;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes cssAnimation {
	from {
		-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(100px);
	}
	to {
		-webkit-transform: rotate(0deg) scale(2) skew(0deg) translate(100px);
	}
}
.headerstrip-wrapper {
	height: 50px;
	position: relative;
}
.headerstrip__banner-dismiss {
	width: 12px;
	height: 12px;
	background: none;
	border: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	position: absolute;
	font: inherit;
	height: 100%;
	line-height: 0;
	cursor: pointer;
	outline: inherit;
	opacity: 0.4;
	padding: 0 16px;
	color: white;
	text-decoration: none;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	right: -45px;
	top: -5px;
	z-index: 99999;
}
.headerstrip-wrapper .headerstrip__banner-dismiss:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.headerstrip-wrapper .headerstrip__banner-dismiss svg {
	fill: #000000;
}
.headerstrip {
	display: block;
	height: 50px;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	font-family: "Open Sans", sans-serif;
}
.headerstrip .headerstrip-canvas {
	height: 20px;
	margin: auto auto;
}
.headerstrip .headerstrip-content {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 1000px 15px;
	width: 100%;
	height: 50px;
	max-width: 1408px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto;
}
.headerstrip-text {
	color: #ffffff;
	font-weight: 200;
	letter-spacing: 0.8px;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 15px;
	margin: 0 auto;
	text-align: center;
}
.headerstrip-cta {
	position: relative;
	background-color: #ffff;
	padding: 0px;
	color: #3d57db;
	font-weight: 600;
	border-radius: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	line-height: 37px;
	top: -6px;
	width: 20% !important;
}
.home-slider {
	background-image: url(../img/home-slider.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	min-height: 707px;
}
.banner-container {
	height: 45px;
	text-align: center;
}
.fa-times:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
}
.home-details {
	top: -81px;
	align-content: flex-start;
	justify-content: stretch;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.home-details img {
	width: 100%;
	height: auto;
}
img.home-icon {
	width: auto;
	height: auto;
}
.home-text-box-cont {
	background: #00bab3;
	text-align: center;
	padding: 70px 0px;
	line-height: 26px;
	font-size: 22px;
	color: #ffff;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	white-space: normal;
	margin: 0 auto;
}
.home-text2-box {
	text-align: center;
	margin: 0 auto;
}
.home-text2-box span {
	color: #ed3c6b;
}
.home-text2-cont {
	background: #c9c9c9;
	font-family: "Raleway", sans-serif;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	height: 100%;
	padding: 30px 0px;
}
.home-text2-box h3 {
	color: #ed3c6b;
	font-weight: bold;
	font-size: 20px;
	font-family: "Raleway", sans-serif;
}
.home-text3-box-cont {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #696969;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	color: #dac79f;
	height: 100%;
	padding: 12% 0px;
}
.home-text3-box {
	margin: 0 auto;
}
.home-text3-box h3 {
	color: #00bab3;
	font-size: 20px;
}
.home-text3-box span {
	color: #00bab3;
}
.home-text4-box-cont {
	background: #f08080;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 20px;
	padding: 55px 0px;
}
.home-text4-box h3 {
	color: #ffffff;
	font-size: 20px;
}
.home-text4-box {
	margin: 0 auto;
	width: 100%;
}
.home-text5-box-cont {
	background: #a8d8e7;
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-size: 14px;
	height: 100%;
	color: #640000;
	padding: 75px 0px;
	font-weight: 600;
}
.home-text5-box {
	margin: 0 auto;
}
.home-text5-box h3 {
	color: #345ba3;
	font-size: 20px;
}
.home-text5-box span {
	color: #345ba3;
}
/* About ySuite */

.brand-banner {
	width: 100%;
	position: relative;
	top: -71px;
	z-index: 1;
}
.brand-slider {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	height: 100% !important;
	min-height: 700px !important;
}
.about-ySuites-text {
	position: absolute;
	top: 35%;
	text-align: center;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.about-ySuites-text h1 {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 68px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	color: #fff;
}
.about-ySuites-text div {
	margin: 0 auto;
}
.brand-btn {
	background: #00bab3;
	width: 15%;
	padding: 7px 0px;
	border-radius: 20px;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
.our-brand-cont {
	top: -81px;
	align-content: flex-start;
	justify-content: stretch;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	position: relative;
}
.our-brand-cont img {
	width: 100%;
	height: 100%;
}
.brand-text {
	margin: 0 auto;
	width: 100%;
	color: #686868;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}
.brand-text b {
	color: #00bab3;
}
.our-brand h1 {
	margin-left: -30px;
	margin-top: 35px;
}
h1 {
	color: #a2a2a2;
	font-size: 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.background-overlay {
	position: absolute;
	bottom: 0px;
}
.background-overlay img {
	width: auto;
}
.abt-img-text {
	color: #00bab3;
	font-weight: 800;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	bottom: 230px;
	margin: 0 auto;
}
.brand-overlay {
	position: absolute;
	bottom: -78px;
	z-index: 2;
}
.brand-overlay img {
	width: auto;
}
.brand-traits-cont {
	background: #faf9f4;
	margin: 0 auto;
}
.brand-traits-top,
.brand-traits-bottom {
	margin: 0 auto;
	text-align: center;
}
.brand-traits-top {
	margin-bottom: 20px;
}
.brand-traits-bottom {
	margin-top: 20px;
}
.brand-traits-top img,
.brand-traits-bottom img,
.brand-traits-bg1 img,
.brand-traits-bg2 img,
.brand-traits-bg3 img {
	width: auto;
	height: auto;
}
.brand-traits-bg1 {
	position: absolute;
	right: 18%;
	top: 10%;
}
.brand-traits-bg2 {
	position: absolute;
	left: 10%;
	bottom: 24%;
}
.brand-traits-bg3 {
	position: absolute;
	right: 0;
	bottom: 120px;
}
.brand-traits-main,
.brand-traits-main-2,
.brand-traits-main-3 {
	color: #686868;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	margin: 0 auto 0;
	height: auto;
	-moz-animation-delay: 3.5s;
	-webkit-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s;
}
.brand-traits-main h3,
.brand-traits-main-2 h3 {
	font-size: 20px;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.brand-traits-2 h3 {
	color: #3c57da;
}
.brand-traits-3 h3 {
	color: #f7cf3a;
}
.brand-traits-name h1 {
	font-weight: 700;
	color: #cbcbcb;
	margin: 10px 0px;
}
.brand-traits-name h1:first-letter {
	color: #f7c941;
}
.brand-traits-name {
	text-align: center;
}
.brand-traits-name h1:first-letter {
	color: #f7c941;
}
span.brand-green {
	color: #3bdbb4;
}
span.brand-blue {
	color: #3c57da;
}
span.brand-red {
	color: #fb2767;
}
span.brand-purple {
	color: #9b4bd9;
}
.brand-traits-1,
.brand-traits-2,
.brand-traits-3,
.brand-traits-4 {
	margin: 5px 10px;
}
.brand-traits-4 h3 {
	color: #fb2767;
}
.brand-traits-5 h3 {
	color: #9b4bd9;
}
.brand-pillar-cont {
	padding: 0px;
}
.communication-cont {
	background: #e2e2e2;
	color: #575757;
	font-size: 14px;
}
.community-cont {
	background: #d9d9d9;
	color: #575757;
	font-size: 14px;
}
.comfort-cont {
	background: #cfcfcf;
	color: #575757;
	font-size: 14px;
}
.customercare-cont {
	background: #cacaca;
	color: #575757;
	font-size: 14px;
}
.communication,
.community,
.comfort,
.customercare {
	padding: 130px 0px;
}
.communication img,
.community img,
.comfort img,
.customercare img {
	width: auto;
	height: auto;
}
.communication div,
.community div,
.comfort div,
.customercare div {
	text-align: center;
	margin: 0 auto;
}
.brand-pillar-cont h3 {
	text-transform: uppercase;
	font-size: 16px;
}
.community-cont h3,
.comfort-cont h3 {
	color: #f08080;
	font-size: 16px;
}
.brand-pillar-text {
	text-align: center;
	position: absolute;
	z-index: 2;
	padding: 15px;
}
.brand-pillar-text h1 {
	margin: 0px;
	font-size: 60px;
	color: #f08080;
	font-weight: 700;
}
.brand-pillar-text h1 span {
	color: #00a6a1;
}
.brand-pillar-btn-cont {
	text-align: center;
	margin: 0 auto;
}
.brand-pillar-btn {
	margin: 0 auto;
}
.brand-pillar-btn-cont {
	position: absolute;
	z-index: 2;
	bottom: 60px;
}
.student-stories-btn a,
.our-suite-btn a {
	color: #ffffff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	background: #0bada7;
	padding: 9px 35px;
	border-radius: 20px;
	margin-right: 25px;
}
.student-stories-btn,
.our-suite-btn {
	display: inline-block;
}
.brand-pillar-bg {
	position: absolute;
	margin: 0 auto;
	left: 41%;
	bottom: 0;
}
/* About this Suite */

.nav-room-cont {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.city {
	color: #00bab5;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	position: relative;
	z-index: 2;
	margin: auto;
}
.nav-room {
	background: #e7e7e7;
	border: 1px solid #cccccc;
	border-radius: 50px;
	height: 45px;
	position: relative;
	z-index: 2;
}
.room-nav-cont {
	margin: auto;
}
.room-nav ul {
	list-style-type: none;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	margin: auto;
}
.room-nav ul li,
.room-nav ul li a {
	display: inline-block;
	padding: 0px 5px;
	color: #383838;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.room-nav ul li a:hover {
	color: #f08080;
}
.book-btn {
	background: #00bab3;
	text-align: center;
	position: relative;
	top: 0px;
	left: 17px;
	padding: 10px 0px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: 0.3s;
}
.book-btn a,
.book-btn a:hover {
	color: #fff;
	font-family: Montserrat, sans-serif;
}

.book-btn:hover {
	background: #f08080;
}

.book-btn-2 {
	background: #f08080;
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	padding: 10px 25px;
	margin: 0px 5px;
	border-radius: 25px;
}
.mobile-pricing-cont {
	position: sticky;
	bottom: 0px;
	background: #fff;
	z-index: 999;
	display: none;
}
.mobile-pricing {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
}
.mobile-pricing span {
	font-size: 16px;
	font-weight: bold;
	color: #f08080;
}
.mobile-bookroom-btn {
	background: #00bab3;
	border-radius: 20px;
	line-height: 40px;
}
.mobile-bookroom-btn a {
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.float {
	bottom: 70px;
}
::-webkit-scrollbar {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-thumb {
	background: transparent;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
* {
	box-sizing: border-box;
}
#nav-wrapper {
	max-width: 400px;
	margin: 0 auto;
	padding: 0px;
}
ul,
li {
	list-style: none;
	padding: 0;
}
.nav.nav-tabs {
	-webkit-overflow-scrolling: touch;
	/* apply iOS momentum scrolling effect to this element */
	display: block;
	overflow: auto;
	white-space: nowrap;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.nav.nav-tabs li {
	display: inline-block;
}
.nav.nav-tabs li.active a {
	color: #00bab3;
}
.nav.nav-tabs li a {
	display: block;
	color: #5a5a5a;
	padding: 0px 5px;
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
}
.nav-wrapper-cont {
	position: sticky;
	top: 0px;
	background: #fff;
	display: none;
}
.about-mobile-text-cont {
	width: 100%;
	position: sticky;
	z-index: 9999;
	top: 0px;
	display: none;
}
.about-mobile-text {
	text-align: center;
	background: #08bab2;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	position: absolute;
	width: 100%;
	border-top-left-radius: 28px;
	border-top-right-radius: 28px;
	bottom: 9px;
	z-index: 999;
}
.about-cont {
	position: relative;
	z-index: 1;
}
.about-slider-cont {
	position: absolute;
	top: 0px;
	z-index: 999;
	text-align: center;
	width: 100%;
}
.about-slider {
	z-index: 999;
	position: relative;
	top: -20px;
}
.about-slider-text {
	font-size: 36px;
	line-height: 38px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	position: relative;
	top: 30px;
}
.about-slider-img {
	width: 100%;
}
.about-slider-img img {
	position: relative;
	text-align: center;
}
.price {
	background: #f08080;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 50%;
	border-radius: 25px;
	line-height: 25px;
	padding-bottom: 5px;
	margin: auto;
	position: relative;
	top: 290px;
}
.price span {
	font-size: 12px;
	font-weight: 400;
}
.about-text {
	color: #5e5e5e;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	margin-top: 10px;
	width: 95%;
}
.slick-dots {
	top: 90%;
	left: 20px;
}
h2 {
	color: #f08080;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.feature {
	margin-bottom: 15px;
}
.feature-cont {
	line-height: 15px;
	margin-bottom: 10px;
}
.feature-text {
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
	line-height: 15px;
}
.feature-icon {
	display: inline-block;
}
.feature-text-2 {
	display: inline-block;
	font-size: 38px;
	font-weight: 600;
	position: relative;
	top: 5px;
}
.about-text-cont {
	float: left;
	height: 370px;
	overflow-y: scroll;
	position: relative;
	left: 30px;
	width: 60% !important;
	top: 10px;
}
.about-text-cont::-webkit-scrollbar-track,
.test-text-cont::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f5f5f5;
	padding-left: 10px;
}
.about-text-cont::-webkit-scrollbar,
.test-text-cont::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}
.about-text-cont::-webkit-scrollbar-thumb,
.test-text-cont::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #00bab3;
}
.transport-text {
	font-weight: 700;
	font-size: 14px;
	color: #00bab3;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	width: 90%;
	vertical-align: top;
	margin-bottom: 5px;
}
.transport-text span {
	font-size: 12px;
	font-style: italic;
	color: #a1a1a1;
	font-weight: normal;
}
.transport-icon {
	display: inline-block;
}
.transport-list {
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 15px;
	width: 45% !important;
	margin-right: 20px;
}
.transport-feature div:nth-last-of-type(-n + 2) {
	border-bottom: none;
}
.fancy-list {
	font-weight: bold;
	color: #5a5a5a;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
.fancy-list img {
	margin-bottom: 5px;
}
.fancy-feature {
	width: 60%;
	margin-left: -20px;
}
.approved-list {
	margin-bottom: 10px;
}
.approved-list img {
	width: 90% !important;
}
.name {
	background: #f08080;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	border-radius: 25px;
	width: 15%;
	line-height: 20px;
	height: 50px;
	position: absolute;
	top: 65%;
	left: 7%;
	z-index: 2;
	padding: 5px 0px;
}
/* Map */

.map-slider {
	position: relative;
	z-index: 1;
	display: none;
}
/* Testimonial */

.test-text-cont {
	margin-bottom: 25px;
	float: left;
	height: 400px;
	overflow-y: scroll;
	position: relative;
	left: 30px;
	width: 60% !important;
}
.test-text {
	margin-top: 10px;
	width: 95%;
}
.test-img {
	display: inline-block;
}
.test-name {
	display: inline-block;
	vertical-align: top;
	color: #f08080;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
}
.test-cont {
	color: #5e5e5e;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.test-name span {
	font-size: 12px;
	font-weight: normal;
}
.test-cont {
	color: #5e5e5e;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	margin-top: 10px;
	margin-bottom: 15px;
}
/* Event Gallery */

.content-cont {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	/* margin-bottom: 30px; */
}
.content-cont-home {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
h6 {
	font-size: 18px;
	color: #00bab3;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	margin: 0px;
}
.content {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #989898;
}
.category-event {
	margin-top: 10px;
	color: #00bab3;
	font-size: 14px;
	font-weight: bold;
}
.category-button {
	background: #cdcdcd;
	padding: 3px 30px;
	border-radius: 25px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	position: relative;
	line-height: 25px;
	cursor: pointer;
	margin-bottom: 10px;
}
.category-button:before {
	content: url("../img/filter-icon.png");
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.category-button.active,
.category-button:hover {
	color: #000;
	background-color: #00bab3;
	border-color: #00bab3;
}
.category-button.active:before,
.category-button:hover:before {
	content: url("../img/tick-icon.png");
	width: 20px;
	height: 20px;
}
button:focus {
	border: none !important;
	outline: 0px;
}
.gallery-overlay {
	background: rgba(127, 127, 127, 0.8);
	padding: 10px;
	color: #fff;
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: -1px;
	font-size: 14px;
	display: none;
}
.gallery-overlay span {
	font-size: 16px;
	font-weight: 600;
}
.event {
	position: relative;
	display: none;
	overflow: hidden;
}
.event:hover {
	border: 5px solid #00bab3;
}
.event img {
	width: 100% !important;
	height: 100%;
	transition: transform 0.5s, filter 1.5s ease-in-out;
	overflow: hidden;
}
.event:hover .gallery-overlay {
	display: block;
}
.gallery-overlay span {
	font-size: 16px;
	opacity: 1;
}
#loadMore {
	background: #00bab3;
	color: #000;
	width: 200px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 25px;
	margin: 0 auto;
	cursor: pointer;
}
h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	margin-bottom: 0px;
}
.blackOverlay {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.popup {
	display: none;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 600px;
	margin: 10% auto;
	top: 0%;
	left: 0%;
	right: 0%;
}
.popup img {
	margin-bottom: 10px;
	position: relative;
	top: -39px;
	transition: none;
	font-size: 0;
}
.closePopup,
.closePopup2 {
	float: right;
	width: 39px;
	height: 39px;
	cursor: pointer;
	position: absolute;
	right: -75px;
	top: -16px;
	z-index: 9;
}
.event-caption-text {
	display: inline-block;
	font-size: 18px;
	color: #00bab3;
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding: 0px 15px;
	line-height: 15px;
	position: relative;
	top: -25px;
}
.event-caption-date {
	display: inline-block;
	color: #989898;
	font-size: 18px;
	text-align: right;
	float: right;
	padding: 0px 10px;
	line-height: 20px;
	position: relative;
	top: -25px;
}
.event-caption-date span {
	font-size: 13px;
}
/* Blog */

.blog {
	margin-bottom: 25px;
	margin-right: 14px;
	width: 31% !important;
	overflow: hidden;
}
.blog img {
	width: 100%;
}
.blog-list-cont {
	background: #ececec;
	padding: 10px 20px;
	font-size: 14px;
	width: 100%;
	color: #5a5a5a;
	font-family: "Open Sans", sans-serif;
}
.blog-date {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 600;
}
.blog-title {
	color: #f08080;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog a:hover img {
}
a:hover .read-more:before {
	transform: scaleX(1);
}
.read-more {
	background: #00bab3;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 16px;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.read-more:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f08080;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}
.simple-pagination li a,
.simple-pagination li span {
	color: #5a5a5a;
	padding: 10px 15px;
	text-decoration: none;
	background-color: #e7e7e7;
	border-radius: 20px;
}
.simple-pagination .current {
	color: #fff;
	background-color: #00bab3;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #00bab3;
}
h5 {
	font-size: 30px;
	color: #f08080;
	margin-bottom: 5px;
}
.single-blog-date {
	display: inline-block;
	border-right: 1px solid;
	padding-right: 10px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.blog-written {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}
.blog-post {
	font-size: 14px;
	width: 100%;
	color: #5a5a5a;
	font-family: "Open Sans", sans-serif;
}
.blog-post img {
	width: 100%;
}
.recent-posts {
	background: #ececec;
	padding: 10px 20px;
	color: #5a5a5a;
	font-weight: 600;
	font-size: 15px;
	height: 300px;
}
.recent-posts-cont {
	margin: 10px 0px;
}
.recent-post-img {
	display: inline-block;
	width: 45%;
	vertical-align: text-bottom;
}
.recent-posts-details {
	display: inline-block;
	color: #5a5a5a;
	font-size: 13px;
	font-weight: normal;
}
.recent-posts-details span {
	color: #f08080;
	font-weight: 600;
	font-size: 12px;
}
.post-btn {
	background: #00bab3;
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	border-radius: 19px;
	width: 55%;
	margin: 0 auto;
}
.post-btn a {
	color: #fff;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
}
/* Faq */

.category-faq-cont {
	margin: 20px 0px;
}
.category-faq {
	background: #cdcdcd;
	padding: 3px 30px;
	border-radius: 25px;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #5e5e5e;
	position: relative;
	line-height: 25px;
	cursor: pointer;
	margin: 0px 5px;
	margin-bottom: 10px;
}
.category-faq:hover,
.category-faq.active {
	color: #000;
	background-color: #00bab3;
	border-color: #00bab3;
}
.faq {
	margin: 15px 0px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 8px;
}
.accordion {
	color: #5e5e5e;
	cursor: pointer;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.panel {
	display: none;
	background-color: white;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	color: #5a5a5a;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}
.accordion:after {
	content: "\002B";
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.accordion.active:after {
	content: "\2212";
}
/* Student Stories */

.student-stories-text {
	padding: 10px 20px;
	color: #989898;
}
h3 {
	color: #00bab3;
	font-size: 24px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
}
.student-stories-text span {
	color: #00bab3;
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
}
.student-stories-images {
	display: inline-block;
	top: 0px;
	vertical-align: top;
}
.student-stories-images img {
	top: 0px;
	margin: 0px;
}
#popup2 {
	width: 90%;
	margin: 3% auto;
	padding: 0px;
}
.student-stories-img {
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	font-size: 0;
}
.student-stories-img img {
	top: 0;
	margin: 0;
}
.closePopup2 {
	right: 10px;
	top: 45px;
}
/* Footer */

.footer-cont-home {
	margin-top: -91px !important;
}
.footer-cont {
	background: #464646;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
}
.footer {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 35px 0px;
	width: 97%;
}
.social-cont {
	display: inline-block;
	margin-right: 20px;
}
.social-icon div img {
	width: 80%;
}
.agent {
	display: inline-block;
	vertical-align: top;
}
.suite-link-cont div {
	margin-bottom: 3px;
	font-size: 11px;
}
.suite-link-cont a {
	color: #0bada7;
}
a.btn-send {
	background: #f08080;
	color: #fff;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding: 10px 25px;
	font-weight: 400;
	line-height: 42px;
	border-radius: 20px;
}
.contact-list {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.contact-city {
	color: #00bab3;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 3px solid #e7e7e7;
	padding: 0px 5px;
}
.contact-details {
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	color: #383838;
	margin-top: 10px;
	display: inline-block;
	margin: 10px 10px;
}
.contact-details a {
	color: #00bab3;
	font-weight: 600;
	font-size: 14px;
}
.contact-footer {
	font-size: 11px;
	margin-bottom: 10px;
}
a.contact-btn {
	position: fixed;
	right: -11px;
	color: #fff;
	top: 65px;
	border-radius: 50px;
	text-align: center;
	background: #00bab3;
	padding: 10px 25px;
}
.contactform-cont {
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.label-container {
	position: fixed;
	bottom: 48px;
	right: 90px;
	display: table;
	visibility: hidden;
}
.label-text {
	color: #fff;
	background: rgba(51, 51, 51, 0.5);
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	border-radius: 3px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
}
.label-arrow {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	opacity: 0.5;
}
.float {
	position: fixed;
	bottom: 40px;
	right: 40px;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	z-index: 1;
}
.my-float {
	font-size: 24px;
	margin-top: 18px;
}
a.float + div.label-container {
	visibility: hidden;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s ease;
}
a.float:hover + div.label-container {
	visibility: visible;
	opacity: 1;
}
.fa {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
}
.fa-play:before {
	content: "\f04b";
	position: relative;
	left: 0px;
}
.footer-link {
	margin-bottom: 15px;
}
.footer-link ul {
	list-style-type: none;
	margin: 0px;
	display: inline-block;
}
.footer-link ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-link ul li a {
	list-style-type: none;
	color: #0bada7;
	font-size: 12px;
}
.copyright {
	color: #0bada7;
	display: inline-block;
	font-size: 12px;
}
.contact-footer span {
	color: #00bab3;
}
@media (max-width: 1920px) {
	.about-text-cont {
		height: 620px !important;
	}
	.home-text-box-cont {
		padding: 144px 0px;
	}
	.home-text-box {
		position: relative;
		margin: 0 auto;
	}
	.home-text2-cont {
		padding: 125px 0px;
	}
	.home-text3-box-cont {
		padding: 15% 0px;
	}
	.home-text4-box-cont {
		padding: 145px 0px;
	}
	.home-text5-box-cont {
		padding: 155px 0px;
	}
	.price {
		top: 525px;
	}
	.test-text-cont {
		height: 665px;
	}
}
@media (max-width: 1680px) {
	.home-text-box-cont {
		padding: 119px 0px !important;
	}
	.home-text2-cont {
		padding: 65px 0px !important;
	}
	.home-text3-box-cont {
		padding: 13% 0px !important;
	}
	.home-text4-box-cont {
		padding: 95px 0px !important;
	}
	.home-text5-box-cont {
		padding: 106px 0px !important;
	}
}
@media (max-width: 1440px) {
	.home-text-box-cont {
		padding: 91px 0px !important;
	}
	.home-text2-cont {
		padding: 65px 0px !important;
	}
	.home-text3-box-cont {
		padding: 13% 0px !important;
	}
	.home-text4-box-cont {
		padding: 95px 0px !important;
	}
	.home-text5-box-cont {
		padding: 106px 0px !important;
	}
	.price {
		top: 370px;
	}
	.about-text-cont {
		height: 535px !important;
	}
}
@media (max-width: 1360px) {
	.about-text-cont {
		height: 400px !important;
	}
	.home-text-box-cont {
		padding: 71px 0px !important;
	}
	.home-text-box {
		top: -10px;
		position: relative;
	}
	.home-text3-box-cont {
		padding: 12% 0px !important;
	}
	.home-text2-cont {
		padding: 30px 0px !important;
	}
	.home-text4-box-cont {
		padding: 55px 0px !important;
	}
	.home-text5-box-cont {
		padding: 70px 0px !important;
	}
	.test-text-cont {
		height: 400px !important;
	}
	.price {
		top: 305px;
	}
}
@media (max-width: 1024px) {
	.banner-container {
		height: auto !important;
	}
	.home-banner {
		top: -103px !important;
	}
	.headerstrip-cta {
		line-height: 53px;
	}
	.home-details {
		top: -103px !important;
	}
	.nav-2 ul li,
	.nav-2 ul li a {
		font-size: 12px;
		padding: 0px 2px;
	}
	.home-text-box-cont {
		padding: 44px 0px !important;
		font-size: 20px !important;
	}
	.home-text2-cont {
		padding: 10px 0px !important;
		font-size: 12px;
	}
	.home-text3-box-cont {
		padding: 5% 0px !important;
		font-size: 12px;
	}
	.home-text4-box-cont {
		padding: 4% 0px !important;
		font-size: 12px;
	}
	.home-text5-box-cont {
		padding: 4% 0px !important;
		font-size: 12px;
	}
	.home-text2-box h3,
	.home-text3-box h3,
	.home-text4-box h3,
	.home-text5-box h3 {
		font-size: 15px;
	}
	.brand-banner {
		top: -103px;
	}
	.our-brand-cont {
		top: -103px;
	}
	.room-nav ul li,
	.room-nav ul li a {
		margin: auto;
	}
	.about-text-cont {
		height: 381px !important;
	}
	.price {
		top: 225px;
	}
	.footer-cont-home {
		margin-top: -103px !important;
	}
	.wrap_menu {
		position: fixed;
		right: 0;
		top: 0;
		height: auto;
		width: 0%;
		background: rgba(0, 0, 0, 0.5);
		transition: 0.5s;
		z-index: 999;
		overflow-y: auto;
		bottom: 0;
		display: block;
	}
	.wrap_menu.open {
		width: 100%;
	}
	.wrap_menu .inner_menu {
		float: right;
		width: 100%;
		background: #00bab3;
		background-size: cover;
		height: 112vh;
		bottom: 0;
	}
	.wrap_menu .inner_menu > ul {
		margin: 30px 0 30px;
		text-align: left;
		list-style-type: none;
		padding-inline-start: 0px;
	}
	.wrap_menu .inner_menu > ul li {
		margin-bottom: 20px;
	}
	.wrap_menu .inner_menu ul li a {
		color: #fff;
		font-size: 31px;
		line-height: 1;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		padding: 10px 30px 10px 20px;
	}
	.wrap_menu .inner_menu ul.sub-menu {
		-webkit-padding-start: 0;
		display: none;
		padding-left: 0;
		position: relative;
		background: none;
	}
	.wrap_menu .inner_menu ul.sub-menu li {
		margin-top: 10px;
		margin-bottom: 5px !important;
	}
	.wrap_menu .inner_menu ul.sub-menu li a {
		line-height: 1;
		font-size: 24px !important;
		color: #fff !important;
		padding: 0px 20px !important;
		margin-bottom: 10px;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		margin-bottom: 0px;
	}
	.wrap_menu .inner_menu ul.sub-menu li a:hover {
		opacity: 1;
	}
	.wrap_menu .menu-item-has-children > a {
		background: url(../img/dropdown.png) center right no-repeat;
	}
	.wrap_menu .inner_menu ul.secondary-menu {
		margin: 0;
	}
	.wrap_menu .inner_menu ul.secondary-menu li a {
		font-family: "Montserrat", sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #ffffff80;
		text-transform: none;
	}
	.sub-menu .menu-item-type-custom .sub-menu .menu-item-type-custom a {
		border-bottom: none !important;
		font-weight: 600 !important;
		margin-bottom: 0px !important;
		font-style: unset !important;
	}

	.sub-menu
		.menu-item-type-custom
		.sub-menu
		.menu-item-type-custom
		.sub-menu
		.menu-item-type-post_type {
		margin-top: 0px;
		margin-bottom: 20px !important;
	}
}
@media (max-width: 768px) {
	.banner-container {
		height: auto;
	}
	.fixed-header {
		position: fixed;
		top: 34px;
		background: #fff;
		z-index: 999;
		height: 55px;
	}
	.fixed-header .logo-2 {
		display: none;
	}
	.fixed-header .logo-2-sticky {
		display: block;
	}
	.fixed-header .line-menu {
		/* background: #000; */
	}
	.wrapper-menu.open {
		transform: rotate(-45deg);
	}
	.line-menu {
		background-color: #000;
		width: 100%;
		height: 4px;
		margin-bottom: 4px;
		float: right;
	}
	.homepage .line-menu,
	.wrapper-menu.open .line-menu {
		background-color: #fff;
	}
	.line-menu.half {
		width: 78%;
	}
	.line-menu.start {
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transform-origin: center;
	}
	.open .line-menu.start {
		transform: rotate(-90deg) translateX(-7px);
	}
	.line-menu.end {
		transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transform-origin: right;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.open .line-menu.end {
		transform: translateY(-8px);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.home-text-box-cont {
		padding: 144px 0px;
	}
	#nav-wrapper {
		max-width: 768px;
		height: 50px;
	}
	.nav.nav-tabs {
		overflow: inherit;
	}
	.nav.nav-tabs li a {
		padding: 0px 15px;
	}
	.about-mobile-text-cont {
		display: block;
	}
	.nav-wrapper-cont {
		display: block;
	}
	.mobile-pricing-cont {
		display: block;
	}
	.about-slider {
		top: 0px;
	}
	.about-text-cont {
		height: 381px !important;
		width: 92% !important;
	}
	.map-slider {
		display: block;
	}
}
@media (max-width: 375px) {
	.headerstrip__banner-dismiss {
		right: -15px;
		top: -10px;
	}
	.headerstrip-cta {
		width: 45% !important;
	}
	select.home-city {
		width: 80%;
	}
	.home-text2-cont,
	.home-text3-cont,
	.home-text4-box-cont,
	.home-text4-cont,
	.home-text5-cont {
		font-size: 11px;
		padding: 10px 0px;
	}
	.home-text2-box h3,
	.home-text3-box h3,
	.home-text4-box h3,
	.home-text5-box h3 {
		font-size: 14px;
	}
	.home-text-box-cont {
		padding: 40px 0px;
	}
	.home-text-box {
		font-size: 15px;
		line-height: 18px;
	}
	img.home-icon {
		width: 40%;
	}
	.banner-container {
		height: auto !important;
	}
	.brand-btn {
		width: 60% !important;
	}
	.about-ySuites-text {
		top: 32%;
	}
	.about-ySuites-text h1 {
		font-size: 35px;
		line-height: 43px;
	}
	.communication,
	.community {
		padding: 179px 0px 40px 0px;
	}
	.comfort,
	.customercare {
		padding: 35px 0px 140px 0px;
	}
	.brand-pillar-btn-cont {
		bottom: 30px;
	}
	.brand-pillar-bg {
		left: 19%;
	}
	.student-stories-btn,
	.our-suite-btn {
		display: block;
		padding-bottom: 20px;
	}
	.blog {
		width: 100% !important;
	}
	.logo {
	}
	.gallery-overlay {
		font-size: 12px !important;
	}
	.gallery-overlay span {
		font-size: 14px !important;
	}
	.popup {
		margin: 25% auto;
		width: 300px;
	}
	.closePopup img {
		width: 50% !important;
		height: auto;
	}
	.closePopup,
	.closePopup2 {
		right: -15%;
	}
	.closePopup2 {
		right: 4%;
	}
	.event-caption-text {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.event-caption-text h4 {
		font-size: 16px !important;
	}
	.event-caption-date {
		font-size: 14px;
		text-align: left;
		float: left;
	}
	.event-caption-date span {
		font-size: 12px;
	}
	.student-stories-text {
		width: 100% !important;
	}
	.about-text-cont {
		height: auto !important;
		left: 20px !important;
		margin-bottom: 20px;
		width: 90% !important;
	}
	.about-text-cont::-webkit-scrollbar-track,
	.test-text-cont::-webkit-scrollbar-track {
		display: none;
	}
	.about-text-cont::-webkit-scrollbar,
	.test-text-cont::-webkit-scrollbar {
		display: none;
	}
	.about-text-cont::-webkit-scrollbar-thumb,
	.test-text-cont::-webkit-scrollbar-thumb {
		display: none;
	}
	.about-text-cont {
		width: 90% !important;
		height: 500px !important;
	}
	.about-slider {
		top: -25px !important;
		left: 0px !important;
	}
	.slick-slide img {
		width: 100% !important;
	}
	.fancy-feature {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.transport-list {
		margin-right: 10px !important;
	}
	.price {
		top: 200px !important;
	}
	.transport-text {
		width: 80%;
	}
	.approved-list {
		margin-right: 14px;
		width: 45% !important;
	}
	.approved-list img {
		width: 100% !important;
	}
	.city {
		line-height: 20px;
		font-size: 15px;
		text-align: center;
	}
	.fixed-header {
		position: fixed;
		top: 72px;
		background: #fff;
		z-index: 999;
		height: 65px;
		width: 100%;
	}
	.fixed-header .logo-2 {
		display: none;
	}
	.fixed-header .logo-2-sticky {
		display: block;
	}
	.wrapper-menu {
		width: 36px;
		height: 20px;
		cursor: pointer;
		transition: transform 330ms ease-out;
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		z-index: 1000;
		top: 10px;
		right: 10px;
	}
	.wrapper-menu.open {
		transform: rotate(-45deg);
	}
	.line-menu {
		background-color: #000;
		width: 100%;
		height: 4px;
		margin-bottom: 4px;
		float: right;
	}
	.homepage .line-menu,
	.wrapper-menu.open .line-menu {
		background-color: #fff;
	}
	.line-menu.half {
		width: 78%;
	}
	.line-menu.start {
		transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transform-origin: center;
	}
	.open .line-menu.start {
		transform: rotate(-90deg) translateX(-7px);
	}
	.line-menu.end {
		transition: all 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
		transform-origin: right;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.open .line-menu.end {
		transform: translateY(-8px);
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.wrap_menu {
		position: fixed;
		right: 0;
		top: 0;
		height: auto;
		width: 0%;
		background: rgba(0, 0, 0, 0.5);
		transition: 0.5s;
		z-index: 999;
		overflow-y: auto;
		bottom: 0;
	}
	.wrap_menu.open {
		width: 100%;
	}
	.wrap_menu .inner_menu {
		float: right;
		width: 100%;
		background: #00bab3;
		background-size: cover;
		height: 100vh;
		bottom: 0;
	}
	.wrap_menu .inner_menu > ul {
		margin: 30px 0 30px;
		text-align: left;
		list-style-type: none;
		padding-inline-start: 0px;
	}
	.wrap_menu .inner_menu > ul li {
		margin-bottom: 20px;
	}
	.wrap_menu .inner_menu > ul li:hover a {
		color: #f08080;
	}
	.wrap_menu .inner_menu ul li a {
		color: #fff;
		font-size: 31px;
		line-height: 1;
		font-family: "Montserrat", sans-serif;
		font-weight: 600;
		padding: 10px 30px 10px 20px;
	}
	.wrap_menu .inner_menu ul.sub-menu {
		-webkit-padding-start: 0;
		display: none;
		padding-left: 0;
		position: relative;
		background: none;
	}
	.wrap_menu .inner_menu ul.sub-menu li {
		margin-top: 5px;
		margin-bottom: 0px !important;
		line-height: 1;
		font-size: 24px !important;
		color: #84e6e2;
	}
	.wrap_menu .inner_menu ul.sub-menu li a {
		padding: 5px 0;
		line-height: 1;
		font-size: 1.5em;
		font-size: 24px !important;
		font-family: Montserrat, sans-serif;
		font-weight: 600 !important;
	}
	.wrap_menu .inner_menu ul.sub-menu li a:hover {
		opacity: 1;
	}
	.wrap_menu .menu-item-has-children > a {
		background: url(../img/dropdown.png) center right no-repeat;
	}
	.wrap_menu .inner_menu ul.secondary-menu {
		margin: 0;
	}
	.wrap_menu .inner_menu ul.secondary-menu li a {
		font-family: "Montserrat", sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #ffffff80;
		text-transform: none;
	}
	.about-mobile-text-cont {
		display: block;
	}
	.nav-wrapper-cont {
		display: block;
	}
	.nav.nav-tabs li a {
		padding: 0px 5px;
	}
	.nav.nav-tabs {
		overflow: auto;
	}
	#nav-wrapper {
		max-width: 400px;
		height: auto;
	}
	.mobile-pricing-cont {
		display: block;
	}
	.map-slider {
		display: block;
	}

	.test-text-cont {
		width: 90% !important;
		height: 500px !important;
	}
	.float {
		bottom: 70px;
	}
}
