@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Work Sans';
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans';
	font-weight: normal;
}
input, textarea {
	font-family: 'Work Sans';
}
.error-msg1 {
	position: absolute;
	bottom: -12px;
	background: transparent;
	display: flex;
	line-height: 11px;
	background-color: #f00;
	color: #fff;
	font-size: 9px;
}
.overflow-visible {
	overflow: visible !important;
}
a {
	color: #333;
}
a:hover {
	color: #006cb5;
}
a, button {
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
p:last-child {
	margin-bottom: 0
}
img {
	max-width: 100%;
	height: auto;
	width: 100%;
	display: block;
}
hr {
    border-top: 1px solid #eee;
    height: initial;
    overflow: visible;
}
hr {
    position: relative;
}
hr:before, hr:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 999;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
hr:before {
    left: 0px;
}
hr:after {
    right: 0;
}
.full-height {
    height: 100vh;
}
.wrapper {
    position: relative;
    top: -100px;
    margin-bottom: -80px;
}
.column {
    padding: 0 15px;
}
.columns {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
.columns:last-child,
.columns:not(:last-child) {
    margin-bottom: 0;
    width: 100%;
}
p {
	margin-bottom: 15px;
	font-size: 16px;
}
p:last-child {
	margin-bottom: 0;
}
.theme-scrollbar {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 10px;
}
.theme-scrollbar::-webkit-scrollbar-track {
 -webkit-box-shadow:none;
 background-color:transparent;
}
.theme-scrollbar::-webkit-scrollbar {
 width: 6px;
 background-color:transparent;
}
.theme-scrollbar::-webkit-scrollbar-thumb {
 background-color: #ddd;
 border-radius:3px;
}
.notification {
    position: fixed;
    display: inline-block;
    padding: 10px 20px;
    top: 20px;
    right: 20px;
    z-index: 999;
}
.notification span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    font-weight: 500;
}
.notification a {
    display: inline-block;
    vertical-align: middle;
}
.notification a svg {
    display: block;
    color: #fff;
    width: 20px;
    height: 20px;
}
.notification.success {
    background-color: green !important;
}
.notification.fail {
    background-color: red;
}
ul:last-child {
	margin-bottom: 0
}
iframe {
	border: none
}
a, b, div, li, ul {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}
a:active, a:focus, input, input:active, input:focus, input:hover, textarea, textarea:active, textarea:focus, textarea:hover {
	-moz-outline: none;
	outline: 0
}
a {
	text-decoration: none;
	outline: 0
}
a:active, a:focus, a:hover, a:visited {
	text-decoration: none;
	outline: 0
}
.clear-both:after, .clear-both:before {
	display: table;
	content: "";
	clear: both
}
section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.white-bg {
	background-color: #fff
}
.gray-bg {
	background-color: #f8f8f8
}
.full-width {
	width: 100%
}
.center {
	text-align: center
}
.overflow-visible {
	overflow: visible!important
}
.columns.is-gapless:not(:last-child) {
    margin-bottom: 0;
}
.section-title h1, .section-title h2 {
	font-size: 40px;
	line-height: 50px;
	color: #28438c;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 20px;
}
.section-title {
	margin-bottom: 20px;
	position: relative;
	z-index: 2
}
.section-title:last-child {
	margin-bottom: 0;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}
.dark p, .dark span {
	color: #ccc;
}
.title-white .title-tagline {
	color: #eee
}
.table-responsive {
    overflow-x: auto;
    margin: 0 30px;
    padding: 0 15px;
}
.list-points {
	padding: 0;
}
.list-points li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 5px;
	color: rgba(0,0,0,.56);
}
.list-points li:last-child {
	margin-bottom: 0;
}
.list-points li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 8px;
}
.theme-btn {
	position: relative;
	font-family: 'Work Sans';
	border: 0;
	color: #ffffff;
	display: inline-block;
	padding: 12px 30px;
	font-size: 18px;
	text-align: center;
	line-height: 18px;
	font-weight: normal;
	cursor: pointer;
	z-index: 1;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	border: 1px solid #000;
	background: #000;
}
.theme-btn:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}
.theme-btn.white-btn {
	background: #fff;
	color: #001421;
}
.theme-btn.white-btn:hover {
	background: #0076bc;
	color: #ffffff;
}
.theme-btn.line-btn svg {
    color: #000;
}
.theme-btn.line-btn:hover {
    background-color: rgb(0 0 0 / 10%);
}
.theme-btn.orange-btn {
    background: #fd5603;
    border-color: #fd5603;
}

.theme-btn.orange-btn:hover {
    background: #e44c01;
    border-color: #e44c01;
}
.theme-btn svg {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}
.theme-btn.line-btn {
    background-color: transparent;
    color: #333;
}
.theme-btn.icon-btn {
    padding: 9px;
}
.col-form {
	position: relative;
	margin-bottom: 20px;
}
.theme-input {
	position: relative
}
.col-middle {
	display: table;
	width: 100%
}
.col-middle-inner {
	display: table-cell;
	vertical-align: middle
}
.block-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
button:focus {
	outline: 0
}
#back2top.active {
	bottom: 20px;
	visibility: visible;
	opacity: 1
}
#back2top {
	position: fixed;
	bottom: 74px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 111;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	display: none;
}
#back2top img {
	visibility: visible !important;
	width: 42px;
	background-color: #b3dce7;
	border-radius: 50%;
}
#back2top .up-arrow {
	margin-top: 4px;
	border-width: 2px 0 0 2px
}
.thankyou-msg {
	font-size: 16px!important;
	color: #fff!important;
	background: 0 0!important
}
.form-group, .form-group-wrapper {
	position: relative
}
label.error {
    color: #fff;
    background: red;
    font-size: 8px;
    position: absolute;
    left: 15px;
    bottom: -20px;
    line-height: 13px !important;
    top: auto;
    font-weight: 600;
    position: absolute;
    bottom: -13px;
    left: 0px;
    width: auto;
    padding: 0px 10px;
    text-transform: uppercase;
}
.form-control.error {
	border-color: red
}
.contact-form label.error {
	bottom: -16px;
	width: inherit
}
.form-control {
	border-radius: 0
}
.modal-content {
	border: 0;
	border-radius: 0
}
.modal .modal-card { overflow: visible; }
.modal.is-active .modal-card {-webkit-transform: none;transform: none;top: 0;transition: ease-in 0.8s;}
.modal-button {
    background-color: transparent;
    font-family: 'Work Sans';
    border: 0;
}
.green-link .modal-button {padding: 0;background-color: transparent;border: none;color: #006cb5;font-size: 16px;line-height: 24px !important;text-decoration: underline;cursor: pointer;}
.close {
	color: #000;
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    text-shadow: none;
    opacity: 1;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.close:hover {
	opacity: .5;
}
.thankyou-block {
	background-color: #fff;
	height: 100vh
}
.thankyou-block h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.list-point {
	padding: 0;
}
.list-point li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 5px;
}
.list-point li:last-child {
	margin-bottom: 0;
}
.list-point li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 8px;
}
.splide__slide img {
	width: 100%;
}
.splide__arrow.splide__arrow--prev:disabled, .splide__arrow.splide__arrow--next:disabled {
	display: none;
}
.sm-form-control {
    display: block;
    width: 100%;
    border: none;
    padding: 13px 15px;
    font-family: 'Work Sans';
    background-color: #f3f4f5;
    border-radius: 0;
    resize: none;
    color: #333 !important;
    font-size: 15px;
}
select.sm-form-control {
    padding: 12px 15px;
}
.modal-card-body {
	padding: 30px;
}
.col-form label span {
	color: #ff0000;
}
.title-tagline {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-top: 15px;
	display: block;
}
#home .section {
	position: relative;
	padding: 100px 0;
}
.section {
	position: relative;
	padding: 60px 0;
}
.close-button {
	top: 0;
	right: 0;
	padding: 5px;
	background-color: #065f9d;
	color: #ffffff;
	position: absolute;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.close-button svg {
	display: block;
}
.close-button:hover {
	opacity: 0.8;
	cursor: pointer;
}
.form-title {
	text-align: left;
	margin-bottom: 0;
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
}
header {
	position: relative;
	z-index: 999;
	padding: 10px 30px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: white;
	height: initial;
	-moz-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
	-ms-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
	-o-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
	-webkit-transition: transform 3s cubic-bezier(.25, .1, .25, 1);
	transition: transform 3s cubic-bezier(.25, .1, .25, 1);
}
#header.sticky {
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 12px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 12px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
	box-shadow: 0 0 12px rgb(0 0 0 / 10%);
	background-color: #fff;
}
#home #header {
    position: fixed;
    top: 50px;
}
#home #header .menu-trigger {
}
.header__menu-link {
	font-size: 22px;
    color: #fff;
    line-height: 32px !important;
}
.col-header:first-child {
	max-width: 150px;
}
.col-header:last-child {
    text-align: right;
    padding-right: 40px !important;
}
.col-header:last-child .reserve-button-right {
    display: inline-block;
    padding: 20px 0;
}
.col-header:last-child .reserve-button-right .theme-btn {
    padding: 8px 20px;
}
.theme-logo img {
	max-width: 200px;
}
.header-primary-menu-wrapper {
	display: inline-block;
	vertical-align: middle;
}
.header__menu-item {
	display: inline-block;
	padding: 25px 10px;
}
.white-text {
	color: #fff !important;
}
.theme-bg {
	background-color: #fafafa;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.webp .pattern-bg {
	background-image: url(../images/so-white.webp);
}
.no-webp .pattern-bg {
	background-image: url(../images/so-white.jpg);
}
#section-location {
	margin-top: -8px !important;
}
.theme-padding {
	padding: 0 140px;
}
.location-column {
	margin-top: 60px;
}
.location-block {
	padding: 0 0 0 60px;
}
.section-title h2:before {
	position: absolute;
	content: "";
	width: 100px;
	margin: 0 auto;
	height: 3px;
	background-color: #28438c;
	bottom: -20px;
	left: 0;
	right: 0;
}
#location-slider1 {
	margin-top: 40px;
	padding: 0 0 0 60px;
}
.location-list h3 {
	color: #28438c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	min-height: 52px;
}
.listed-points li {
	color: #333;
	margin: 10px 0;
	position: relative;
	padding-left: 25px;
}
.listed-points li:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	border-radius: 100%;
	background-color: transparent;
	border: 2px solid #fff;
}
.location-list ul li:before {
	border: 2px solid #28438c;
}
#location-slider1 .splide__arrows .splide__arrow {
	bottom: -40px;
	top: auto;
	transform: none;
	left: 60px;
}
#location-slider1 .splide__arrows .splide__arrow.splide__arrow--next {
	left: 100px;
}
#location-slider1 .splide__arrows .splide__arrow svg {
	font-size: 16px;
}
#location-slider1 .splide__arrows .splide__arrow path {
	fill: #28438c;
}
#location-slider1 .splide__arrow {
	opacity: 1;
	background: transparent;
}
.location-img {
	background-color: #fff;
	padding: 30px;
	border: 10px solid #28438c;
}
.js-scroll {
	opacity: 0;
	transition: opacity 500ms;
}
.js-scroll.scrolled {
	opacity: 1;
}
.scrolled.fade-in {
	animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-top {
	animation: fade-in-top 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
	animation: fade-in-bottom 1s ease-in-out both;
}
.scrolled.fade-in-left {
	animation: fade-in-left 1s ease-in-out both;
}
.scrolled.fade-in-right {
	animation: fade-in-right 1s ease-in-out both;
}
@keyframes fade-in-left {
 0% {
 -webkit-transform: translateX(-50px);
 transform: translateX(-100px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fade-in-right {
 0% {
 -webkit-transform: translateX(50px);
 transform: translateX(100px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
@keyframes fade-in-bottom {
 0% {
 -webkit-transform: translateY(50px);
 transform: translateY(50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
@keyframes fade-in-top {
 0% {
 -webkit-transform: translateY(-50px);
 transform: translateY(-50px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.delay1 {
	-webkit-animation-delay: 0.1s !important;
	animation-delay: 0.1s !important;
}
.delay2 {
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}
.delay3 {
	-webkit-animation-delay: 0.3s !important;
	animation-delay: 0.3s !important;
}
.delay4 {
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}
.sticky-btn-enquire {
	position: fixed!important;
	top: 282px;
	right: -71px;
	font-size: 18px!important;
	padding: 8px 15px!important;
	z-index: 999!important;
	transform: rotate(-90deg);
	transition: all .3s linear;
	background-color: #1d57a3;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #fff;
}
.sticky-form.open {
	right: 0;
}
.sticky-form {
	position: fixed;
	top: 32%;
	cursor: pointer;
	z-index: 9999;
	right: -400px;
	background: #1d57a3;
	padding: 30px 30px 24px 30px;
	max-width: 400px;
	width: 400px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}
.close-form {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
}
.close-form span {
	color: #1d57a3;
	font-size: 25px;
	line-height: 30px;
}
a.sticky-btn-enquire:hover {
	background-color: #0076bc;
}
#scontactform h3 {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0;
}
#scontactform .sm-form-control::-webkit-input-placeholder {
color:#fff!important
}
#scontactform .sm-form-control::-moz-placeholder {
color:#fff!important
}
#scontactform .sm-form-control:-ms-input-placeholder {
color:#fff!important
}
#scontactform .sm-form-control:-moz-placeholder {
color:#fff!important
}
.notify-me {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.4);
    height: 50px;
    z-index: 9999;
    top: 0;
}
.notify-me p {
    color: #fff;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
}
.notify-me svg{
    display: inline-block;
    vertical-align: middle;	
}
.right-content {
    position: absolute;
    bottom: 100px;
    right: 0;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.play-logo:hover {
    opacity: .6;
}
#home .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.info-item{
    margin-bottom: 48px;
    color: #fff;
}
.info-item h4 {
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    font-weight: bold;
}
.info-item h4 span {
    font-size: 14px;
}
.theme-btn img {
    width: 16px;
    vertical-align: text-bottom;
    margin-left: 20px;
}
.notify-me a {
    display: flex;
}
.bottom-content{
    position: absolute;
    bottom: 100px;
    min-width: 624px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-wrapper {
    display: flex;
    align-items: center;
}
.logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-wrapper p {
    margin: 0 0 11px 16px;
    font-family: 'Work Sans';
    font-size: 84px;
    font-weight: 500 !important;
    color: #ffffff;
}
.info-divider {
    padding: 0 24px;
    margin-top: 16px;
}
.price-content {
    display: inline-block;
}
.tab-content-subheader{
    font-size: 14px;
    opacity: .7;
    color: #fff;
}
.tab-content-header {
    font-size: 21px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}
.timeline-info p{
    color: rgb(255 255 255 / 56%);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
}
.timeline-info .timeline-divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(255 255 255 / 56%);
    margin: 0 30px;
    display: inline-block;
}
.timeline-info p span {
    color: #fff;
}
.play-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.yBoxOverlay {
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
}
.black-bg{
	background-color: #000;
}
.reserve-button-wrapper {
    position: absolute;
    padding: 32px 75px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    cursor: pointer;
}
.reserve-button-wrapper img {
    width: 85px;
}
.theme-btn.white-btn {
    padding: 15px 40px;
}
.title-abs.bottom-left {
    bottom: 0;
    left: 40px;
}
.title-abs{	
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    margin-bottom: 0;
}
.title-abs p {
    font-family: 'Work Sans';
    font-size: 200px;
    line-height: 150px !important;
    color: #ffffff;
    opacity: .2;
    font-weight: 100;
}
.details-list-wrapper {
    display: flex;
    flex-direction: column;
}
.details-list-img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
.details-list-item {
    margin-bottom: 24px;
}
.details-list-img img {
    width: 40px;
    height: 40px;
}
.details-list-text {
    margin-left: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.details-list-text h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.details-list-text p {
    font-size: 14px;
    line-height: 16px;
    opacity: .6;
    margin-top: 4px;
}
.card-details {
    position: absolute;
    top: 50%;
    margin: 0 0 20px 75px;
    transform: translateY(-50%);
    width: 100%;
}
.section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 32px;
}
.highlight {
    border-bottom: 4px solid #006cb5;
}
.design-img {
    position: relative;
}
.design-img .play-logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.performance-block .details-list-text {
    color: #333;
}
.performance-img {
    position: relative;
    margin-bottom: 40px;
}
.performance-img .title-abs p {
    color: #333;
    font-size: 160px;
    line-height: 160px !important;
}
.performance-img .title-abs {
    left: auto;
    right: 0;
    bottom: -40px;
}
.full-width{
	width: 100%;
}
.title-abs.top-left {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.digitaltech-section, .citylaunch-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inlinetext {
    max-width: 1344px;
    margin: 60px auto 0;
}
#section-pricingintro:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}
.scooterTable {
    table-layout: fixed;
    width: 100%;
    border-spacing: 0 1.5em;
}
.view-wrapper .view-item {
    display: inline-block;
}
.view-item img {
    width: 24px;
    height: 24px;
}
.specintro-block, .pricing-block, .mission-block {
    padding: 0 75px;
}
.col-specintro, .col-pricing {
    width: 50%;
    display: inline-block;
}
.specintro-img img, .pricing-img img, .subscribe-img img{
    height: 100vh;
    object-fit: cover;
    display: block;
}
.scooterTable td {
    padding: 10px 20px;
}
.table-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.table-title-left {
    text-transform: uppercase;
    color: #000;
}
.scooterTable tr:first-child {
    border-bottom: 1px solid #ddd;
}
.table-disclaimer {
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    line-height: 18px !important;
}
.pricing-table-content{
    padding: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #f8f9fb;
}
.pricing-row {
    display: flex;
    align-items: center;
}
.s1-price-container, .s1-pro-price-container, .state-container {
    width: 33%;
    padding-bottom: 27px;
}
.pricing-table-content th, .pricing-table-content td {
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 100;
}
.pricing-table-content th span {
    text-transform: capitalize;
}
.affordable-financing-comp .section-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px !important;
}
.affordable-financing-comp {
    margin-top: 40px;
}
.financers-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-top: 20px;
    justify-content: space-between;
}
.financer img{
    width: 36px;
    height: 36px;
    margin-right: 4px;
}
.col-mission{
	display: inline-block;
}
.col-mission:first-child{
	width: 40%;
}
.col-mission:last-child{
	width:60%;
}
.video-wrapper{
    height: 100vh;
    float: right;
    position: relative;
    width: 100%;
}
#bg-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hideplay{
	display: none;
}
.align-items-center {
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
}
.col-subscribe {
    width:50%;
    display: inline-block;
    float: left;
}
.col-subscribe{
	position: relative;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 680px;
    background-color: transparent;
    padding: 0;
}
.social__item {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    background-color: #f0f2f5;
    transition: all 0.3s linear;
    cursor: pointer;
}
.social__item:hover {
    background: #e0e2e4;
}
.social__item svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.social__item svg path {
    fill: #919397;
}
.social1 {
    padding: 0 75px 28px;
    border-bottom: 1px solid #919397;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-menu {
    padding: 0 75px 28px;
}
.footer-menu ul li {
    display: inline-block;
    margin: 10px 20px;
}
.footer-menu ul li a{	
    text-decoration: underline;
    color: #333;
}
.green-link a {
    color: #6fab12;
}
.footer-menu ul li a:hover{
    color: #006cb5;
}
.footer-menu ul li:last-child {
    text-align: right !important;
}
.footer-menu {
    border-top: 1px solid #919397;
}
.footer-menu ul {
    padding: 0 20px;
}
.social-item:hover {
    background: #e0e2e4;
}
.social__item a:hover{
	background: #f0f2f5;
}
.select-unit-block .theme-scrollbar {
	height: -ms-calc(100vh - 270px);
	height: -moz-calc(100vh - 270px);
	height: -webkit-calc(100vh - 270px);
	height: -o-calc(100vh - 270px);
	height: calc(100vh - 270px);
	padding: 0;
}
.col-select-unit .splide img {
    height: 100vh;
    object-fit: cover;
}
.col-select-unit .splide .splide__arrow {
    background-color: rgb(228 228 228 / 7%);
    width: 40px;
    height: 40px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}
.col-select-unit .splide .splide__arrow path {
    fill: #fff;
}
.each-view-active, .each-view-non-active-border {
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
    margin: 0 17px 16px 0;
}


.each-tower-active, .each-tower-non-active-border {
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
    margin: 0 17px 16px 0;
}



.select-unit-block .section-title {
    font-size: 23px;
    line-height: 30px;
    color: rgba(0,0,0,.86);
    text-align: center;
    background: #f4f6f9;
    padding: 90px 20px 10px;
    margin: 0 auto;
}
.view-text,
.unit-inner-title1 {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #000;
    opacity: .7;
}
.view-name-container {
    display: flex;
    justify-content: space-between;
    height: 18px;
}
.view-name-np {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.view-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.tower-container {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.view-name {
    font-weight: bold;
}
.selection-box.active,
.selection-box.sactive,
.selection-box.sactive1,
.selection-box.sactive2,
.selection-box.sactive3,
.selection-box.bactive,
.selection-box.bactive1,
.selection-box.bactive2,
.selection-box.bactive3 {
    border: 2px solid #006cb5 !important;
}
.selection-box {
    padding-bottom: 16px;
    margin-top: 20px;
    background: #fafafa;
    border: 2px solid rgba(0,0,0,.1);
    cursor: pointer;
}
.title-and-info {
    display: flex;
}
.title-inner {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding-left: 16px;
    padding-top: 16px;
    color: #000;
}
.title-inner .pro-text {
    color: #000;
    opacity: .4;
}
.range-speed {
    display: flex;
    text-align: left;
    padding-top: 15px;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.selection-name {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    opacity: .3;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.varient-footer {
    position: fixed;
    bottom: 0;
    width: 33%;
    min-width: inherit;
    background: #fff;
    right: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.col-select-unit .splide picture {
    display: flex;
}
.varient-pattern {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 9;
}
#select-unit-slider .splide__arrow--prev {
    left: 20px;
}
.webp .theme-bg {
	background-image: url(../images/theme-bg.webp);
}
.no-webp .theme-bg {
	background-image: url(../images/theme-bg.jpg);
}
#section-banner{
	background-image: url(../images/banner/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
.modal {
	z-index: 999999999999;
	/* display: block; */
	/* visibility: hidden; */
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.8;
}
.modal-content {
	border: 0;
	border-radius: 0
}
.modal-card-head {
	background-color: transparent;
	border: 0;
	/* padding: 30px; */
	height: inherit;
}
.modal-card {
	top: 40%;
	max-width: 1000px;
	width: 100%;
	margin: 30px auto;
	max-height: initial;
	-webkit-transform: translate(0, -55%);
	-ms-transform: translate(0, -55%);
	-o-transform: translate(0, -55%);
	transform: translate(0, -55%);
	transition: all 0.3s linear;
}
.modal-card {
	background-color: #fff;
}
.modal-card-title {
	margin: 0;
	color: #fff;
	font-size: 19px;
}
.modal-background {height: 100%;}
.modal[style="visibility: visible;"] .modal-card {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}
.modal[style="visibility: visible;"] .modal-background {
	opacity: 0.5;
	visibility: visible;
}
.modal-btn {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #006cb5;
    font-size: 16px;
    line-height: 24px !important;
    text-decoration: underline;
    cursor: pointer;
}
.modal-card-title .highlight {
    font-weight: bold;
    font-size: 40px;
}
.modal.is-active {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

.modal-card-header {
    position: relative;
    background-color: #006cb5;
    padding: 10px 30px;
}
.modal-close:before, .modal-close:after {
    display: none;
}
.modal-close {
    position: absolute;
    top: 50%;
    max-width: initial;
    max-height: initial;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    right: 5px;
    padding: 2px;
    transform: translateY(-50%);
}
.modal-close svg {
    display: inline-block;
    color: #fff;
}
.hiring-text p {
    font-size: 20px;
    line-height: 30px !important;
}
.hiring-text p a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}
.hiring-text p a:hover {
    color: #006cb5;
}
.page-logo img {
    width: 250px;
    align-items: center;
    margin: 0 auto;
    margin-left: 56px;
}
.login-wrapper,
.payment-wrapper {
    max-width: 450px;
    margin: 0 auto;
}
.login-block {
    padding: 54px;
    background-color: #ffff;
    margin-top: -25px;
}
.payment-block {
    background-color: #ffff;
    margin-top: 30px;
}
.login-block h4 {
    font-size: 22px;
    line-height: 32px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone-input {
    background: #f3f4f5;
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 16px;
}
.country-select-span {
    display: flex;
}
.code-btn {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	margin-right: 2px;
	cursor: pointer;
	color: #000;
	min-width: 40px;
	padding: 0 8px 0 5px;
}
.country-select-span img {
    width: 20px;
}
.phone-input input {
    font-size: 15px;
}
.condition-text {
    font-size: 14px;
    line-height: 18px;
}
.flex-the-condition {
    margin-top: 10px;
}
.condition-text span a {
    text-decoration: underline;
}
.left-arrow {
    display: inline-block;
}
.left-arrow img {
    width: 22px;
}
.resend {
    color: #006cb5;
}
.otp-input-wrapper {
    display: flex;
}
#otp form input{
  display: inline-flex;
  width: 25%;
  height:50px;
  text-align:center;
  border-bottom: 1px solid #333 !important;
  border: none;
  margin: 0 2px;
  font-size: 18px;
  font-weight: bold;
}
.phone-input input {
    border: none;
}
.col-digitaltechtext .section-title {
    font-size: 30px;
    line-height: 40px !important;
}
.each-view-non-active-border .active {
    border: 2px solid #92c83e;
    width: 250px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
}
.range-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.range-container-inner {
    display: flex;
    position: fixed;
    bottom: 6.5%;
    width: 483px;
    justify-content: space-between;
}
.val-att {
    font-size: 32px;
    line-height: 42px !important;
    color: #fff;
    margin-bottom: 0;
}
.small-val-att {
    font-size: 16px;
}
.name-att {
    color: #fff;
}
.range-container.ractive {
    display: flex;
}
.range-container {
    display: none;
}
.cactive {
    pointer-events: none;
    opacity: 0.4;
    filter: grayscale(100%);
}

.col-select-unit .splide--fade>.splide__track>.splide__list {
    display: block;
    width: 100%;
}
.splide__slide.hide {
	display: none;
}
.insomenu-bars {
    top: 50%;
    transform: none;
    right: 20px;
    margin: 0;
    display: inline-block;
    height: 25px;
    width: 25px;
    position: absolute;
    background-color:transparent;
    z-index: 999999;
    cursor: pointer;
    transform: translateY(-50%);
}
.insomenu-bars span, .insomenu-bars span:after, .insomenu-bars span:before {
    width: 24px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease .15s;
    transition: -webkit-transform ease .15s;
    transition: transform ease .15s;
    transition: transform ease .15s, -webkit-transform ease .15s;
    position: absolute;
    left: inherit;
    right: 8px;
    margin: 0 auto;
    height: 2px;
    background-color: #2b2a29;
}
 .insomenu-bars span:after, .insomenu-bars span:before {
    right: 0;
}
.insomenu-bars span:before {
    top: -8px;
}
.insomenu-active .insomenu-bars span, .insomenu-active .insomenu-bars span:after, .insomenu-active .insomenu-bars span:before {
    opacity: 1
}
.insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}
.insomenu-bars span:after, .insomenu-bars span:before {
    display: block;
    content: ''
}
.insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top .1s .14s ease, opacity .1s ease;
    transition: top .1s .14s ease, opacity .1s ease
}
.insomenu-bars span:after {
    bottom: -8px;
    width: 24px;
    -webkit-transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}
.insomenu-active .insomenu-bars span {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top .1s ease, opacity .1s .14s ease;
    transition: top .1s ease, opacity .1s .14s ease;
    opacity: 1;
    width: 25px;    
	background-color: #fff;
}
.insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;    
	background-color: #fff;
}
.insomenu-active .insomenu-bars span {
    width: 25px;
}
.insomenu-active .menu-creative, .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
#header-primary-menu {
   position: fixed;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
    transition: transform .5s ease-in-out;
    top: 0;
    background-color: #000;
    border-left: 1px solid #4e4e4e;
    width: 400px;
    right: -400px;
    padding: 0 20px 20px !important;
    visibility: hidden;
}
#header1__menu1 {
    margin-top: 120px;
}
.insomenu-active #header-primary-menu {
    right: 0;
    visibility: visible;
    z-index: 99999;
}
#header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 10px;
    border-bottom:none;
    margin: 0;
}
.header__menu-item {
    line-height: 32px;
}
#header-primary-menu ul li:last-child {
    border-bottom: none;
}
.col-performance-main {
    width: 600px;
}
#section-pricingintro{	
	background-image: url(../images/home/pricing-intro/bg.jpg);
	background-position: center;
	background-size: cover;
}
.menu-social .social1, .menu-social .footer-menu {
    padding: 0;
}
.menu-social {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	right: 0;
	padding: 0;
}
.menu-social .social1{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.menu-social .footer-menu ul li {
    display: inline-block;
    float: left;
    width: 50%;
}
.menu-powered-by {
    text-align: center;
    color: #ccc;
    font-size: 14px;
}
.menu-powered-by a {
    color: #fff;
}
.menu-powered-by a:hover {
    color: #ccc;
}
.footer1_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
}
.footer1_detail p, .footer1_detail span {
    display: inline-block;
    font-size: 14px;
}
.title-main-container {
    background: #f4f6f9;
    position: fixed;
    width: 33%;
    top: 0;
    right: 0;
    z-index: 1;
}
.inner-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}
.inner-logo img {
    max-width: 100px;
}
.attribute-container {
    padding-top: 135px;
    background: linear-gradient( 180deg , #F4F6F9 53.29%, rgba(244, 246, 249, 0) 60%);
}
.view-block, .box-container{
	display: block;
	max-width: 460px;
	margin: 0 auto 0;
	padding: 0 30px;
}
.view-block {
    margin-bottom: 15px;
}
.btn-reserve .theme-btn {
    width: 336px;
}
#section-select-unit .splide__arrows .splide__arrow--prev {
    left: 24px;
}
#section-select-unit .splide__arrows .splide__arrow--next {
    right: 25px;
}
.web-mob{
	display: none !important;
}
.reserve-button-wrapper-main {
    max-width: 1344px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-logo {
    width: 155px;
    margin: 0px 0;
    height: 55px;
}
#design-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}
.banner-text h1 {
    color: #cecece;
    font-size: 160px;
    line-height: 160px !important;
    font-weight: 100;
    font-family: 'Work Sans';
    text-transform: uppercase;
}
.banner-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
#design-banner picture {
    display: flex;
}
.extraMargin {
    margin-top: -30px!important;
    margin-bottom: -30px;
}
.grey-bg {
    background-color: background: rgb(243, 244, 246);
    background: rgb(243, 244, 246);
}
.section-header p {
    display: inline-block;
    width: -ms-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -o-calc(50% - 4px);
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
}
.select-unit-inner .tabContent.active{
	 display:block;
}
.select-unit-inner .tabContent{
	 display:none;
}
#section-select-unit {
    height: 100vh;
}
.reserve-button-right .theme-btn {
    padding: 19px 60px !important;
}
#section-digitaltech .title-abs p {
    font-size: 160px !important;
    line-height: 200px !important;
}
#section-digitaltech .container, #section-citylaunch .container {
    max-width: 1680px;
}
#section-digitaltech .container .reserve-button-wrapper, #section-citylaunch .container .reserve-button-wrapper{
    max-width: 1344px !important;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#section-pricingintro .scooterTable tr:last-child {
    border-top: 1px solid #e5e5e5;
}
.table-title.green-title {
    font-size: 16px;
    color: #006cb5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 0;
    line-height: 16px !important;
}
.green-right-chevron {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.table-disclaimer {
    font-size: 10px !important;
    line-height: 12px !important;
}
.subscribe-block {
    height: 100vh;
    width: 100%;
    display: flex;
    margin: 0;
}
.subscribe-block-inner {
    margin: auto 130px;
    width: 376px;
}
.menu-social .social1 .social__item {
    background-color: transparent;
}
.menu-social .footer-menu li a {
    color: #fff;
    font-size: 14px;
}
.success-block {
	padding: 54px;
	background-color: #ffff;
	margin-top: 30px;
}
.success-wrapper {
    max-width: 450px;
    margin: 0 auto;
}
.success-block h4 {
    color: #008000;
    font-size: 20px;
    margin-bottom: 10px;
}
.success-block p {
    color: #6f6f6f;
}
#confetti{
	background: transparent;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
}
.section-profile > .columns,
.section-booking > .columns,
.section-booking-details > .columns {
    height: 100%;
}
.col-profile:first-child img,
.col-booking:first-child img,
.col-booking-details:first-child img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.logdin-menu li {
    display: inline-block;
}
.logdin-menu li a {
    padding: 18px;
    display: block;
}
.section-profile {
    background-color: #f2f3f7;
}
.profile-detail {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    height: 100%;
}
.profile-detail .profile-title {
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.profile-label {
    font-family: 'Work Sans';
    font-size: 13px;
    line-height: 16px;
    color: #9c9c9d;
    display: block;
}
.profile-value {
    font-family: 'Work Sans';
    font-size: 18px;
    line-height: 24px;
    color: rgba(0,0,0,.86);
    padding-top: 4px;
}
.col-profile-title:last-child {
    text-align: right;
    max-width: 120px;
}
.profile-item {
    margin-bottom: 40px;
}
.profile-item:last-child {
    margin-bottom: 0;
}
.section-booking {
    background-color: #f2f3f4;
    padding: 60px;
    min-height: 100vh;
}
.section-profile .col-profile:last-child,
.section-booking .col-booking:last-child,
.section-booking-details .col-booking-details:last-child {
    padding: 80px 60px 60px !important;
}
.section-profile .col-profile:last-child,
.section-booking-details .col-booking-details:last-child {
    padding: 80px 60px 60px !important;
}
.booking-title h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.booking-title {
    margin-bottom: 30px;
}
.booking-item {
    position: relative;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    max-width: 480px;
    margin-bottom: 30px;
}
.col-booking-item:first-child {
    max-width: 120px;
}
.booking-item:last-child {
    margin-bottom: 0;
}
.booking-detail h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.booking-detail {
    padding-left: 15px;
}
.book-date {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 16px;
    color: #9c9c9d;
}
.flat-no {
    font-size: 15px;
    line-height: 16px;
    color: #9c9c9d;
}
.booking-page-title {
    margin-bottom: 30px;
}
.booking-step-wrapper {
    margin-bottom: 60px;
}
.booking-step-no {
    background-image: linear-gradient(#e9eae8, #cacaca);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    color: #c1bfbf;
}
.booking-check {
    position: absolute;
    padding: 3px;
    background-color: #14a64e;
    color: #fff;
    border-radius: 100%;
    right: -10px;
    bottom: -5px;
    display: none;
}
.booking-step {
    position: relative;
    width: 40px;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.booking-step-des {
    display: inline-block;
    vertical-align: middle;
    width: -ms-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: -o-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
}
.booking-step-detail {
    margin-bottom: 30px;
}
.booking-check svg {
    display: block;
    width: 14px;
    height: 14px;
}
.booking-step-detail.active .booking-check {
    display: block;
}
.booking-step-detail.active .booking-step-no {
    background-image: linear-gradient(#dbeccd, #c9e4b3);
    color: #16aa51;
}
.booking-step-label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 3px;
}
.booking-step-value {
    font-size: 15px;
    line-height: 18px;
    display: block;
    color: #6f6f6f;
}
.booking-detail-btn ul li {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    font-size: 18px;
}
.booking-detail-btn ul li a svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.booking-detail-btn ul li a {
    position: relative;
    display: block;
    padding-right: 30px;
}
.booking-step-wrapper, .booking-detail-btn {
    max-width: 380px;
}

.building td {
	background-color: #fff;
	font-size: 10px;
	text-align: center !important;
	padding: 8px 4px;
	min-width: 60px;
	border-bottom: 1px solid #f1eff2;
}
.building td.floorno {
	padding: 8px 16px;
	font-size: 18px;
	font-weight: 300;
	color: #72727e;
	vertical-align: middle;
	background-color: #dbdde9;
	border-bottom: 2px solid #d5d5df;
	border-radius: 3px 0 0 3px;
}
.building td a {
	padding: 3px 6px;
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	font-weight: 600;
}
.building td a:hover {
	color: #EEEEEE;
}
.building.legend {
    position: absolute;
    margin: 0;
    top: 0;
    right: 30px;
    padding: 0px 0 0 5px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    transition: all 0.3s linear;
    opacity: 0;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -webkit-box-shadow: 0 0 10px rgb(115 115 115 / 15%);
    box-shadow: 0 0 10px rgb(115 115 115 / 15%);
}
.building td.legend {
	padding: 8px 16px;
	font-weight: 300;
	color: #060606;
}
.building td a.available {
	background: #e5fbef;
	border: 1px solid #c3d7ce;
	color: #446c52;
}
.building td a.blocked {
	background: #fce0d4;
	border: 1px solid #e5c3ba;
	color: #bc6b67;
	cursor: wait;
}
.building td a.booked {
	background: #f6f4f9;
	border: 1px solid #e7e5e6;
	cursor: not-allowed;
	color: #acabb0;
}
.building td a.refuge {
	background: #edf0f2;
	border: 1px solid #d3dde1;
	color: #607D8B;
	cursor: none;
}
.unitspecs {
	width: 100%;
	margin-bottom: 16px;
}
.unitspecs td {
	border: 1px solid #EEEEEE;
	padding: 4px 8px;
}
.unitspecs td.spechead {
	width: 35%;
}
.unitspecs td.specdetail {
	width: 65%;
	font-weight: 600;
}
.paynow-nudge {
	display: block;
	font-weight: 600;
	font-size: 10px;
	-webkit-animation: blinker 1s infinite;
	-moz-animation: blinker 1s infinite;
	-o-animation: blinker 1s infinite;
	animation: blinker 1s infinite;
}
@-webkit-keyframes blinker {
	0%, 49% {
		color: #04436F;
	}
	50%, 100% {
		color: #4CAF50;
	}
}
.building {
    position: relative;
    margin: 100px auto 0;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    padding-bottom: 15px;
}
.col-unit:first-child {
    position: relative;
    background-color: #f8f3e9;
    border-right: 1px solid #e6eaf1;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.no-webp .col-unit:first-child {
	background-image: url(../images/unit/unit-bg.jpg);
}
/* .webp .col-unit:first-child {
	background-image: url(../images/unit/unit-bg.webp);
} */
.col-unit:last-child {
    background-color: #f4f6f9;
}
.col-unit:last-child .varient-footer {
    background-color: #f4f6f9;
}
.col-unit .right-container-view {
    background-color: transparent;
}
.light-header #header {
	-moz-box-shadow: 0px 0px 1px rgb(0 0 0 / 24%), 0px 1px 3px rgb(0 0 0 / 12%);
	-ms-box-shadow: 0px 0px 1px rgb(0 0 0 / 24%), 0px 1px 3px rgb(0 0 0 / 12%);
	-o-box-shadow: 0px 0px 1px rgb(0 0 0 / 24%), 0px 1px 3px rgb(0 0 0 / 12%);
	-webkit-box-shadow: 0px 0px 1px rgb(0 0 0 / 24%), 0px 1px 3px rgb(0 0 0 / 12%);
	box-shadow: 0px 0px 1px rgb(0 0 0 / 24%), 0px 1px 3px rgb(0 0 0 / 12%);
	background-color: #fff;
}
.cms-item {
    margin-bottom: 30px;
}

.cms-item h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.cms-item p {
    letter-spacing: 1px;
    color: rgba(0,0,0,.56);
}

#header.sticky {
    position: fixed;
    background-color: #fff !important;
}

.cms-page section {
    padding: 60px 0;
}

.cms-item:last-child {
    margin-bottom: 0;
}
.building:before {
	content: "";
	position: absolute;
	width: -ms-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -o-calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	height: 15px;
	top: -15px;
	border-radius: 3px;
	left: -15px;
	background-color: #fff;
	border-left: 90px solid #dbdde9;
	-moz-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-ms-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-o-box-shadow: 0 0 10px rgba(115,115,115,.15);
	-webkit-box-shadow: 0 0 10px rgb(115 115 115 / 15%);
	box-shadow: 0 0 10px rgb(115 115 115 / 15%);
}
.building:after {
    content: "";
    position: absolute;
    width: -ms-calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -o-calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
    height: 15px;
    bottom: 0;
    border-radius: 3px;
    left: -15px;
    background-color: #fff;
    border-left: 90px solid #dbdde9;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -webkit-box-shadow: 0 0 10px rgb(115 115 115 / 15%);
    box-shadow: 0 0 10px rgb(115 115 115 / 15%);
}
.building td:nth-child(2) {
    padding-left: 8px;
}
.building td:last-child {
    padding-right: 8px;
}
.building.legend:before, .building.legend:after {
    display: none;
}
.legend-info {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 7px;
    cursor: pointer;
    line-height: 40px;
    background-color: #f4f6f9;
    text-align: center;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 30px;
    z-index: 1;
    -moz-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -ms-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -o-box-shadow: 0 0 10px rgba(115,115,115,.15);
    -webkit-box-shadow: 0 0 10px rgb(115 115 115 / 15%);
    box-shadow: 0 0 10px rgb(115 115 115 / 15%);
}
.legend-wrapper {
    position: absolute;
    margin: 30px 0;
    right: 0;
    bottom: 0;
}
.building.legend tr td a {
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
}
.building.legend tr td {
    padding: 5px;
}
.legend-info:hover + .building.legend {
    opacity: 1;
    padding-right: 40px;
}
.viewitem {
	display: none;
}
.varient-footer .disclaimer {
	font-size: 14px;
	padding: 0 20px;
}
.project-detail {
    position: relative;
    top: 0;
    transition: all 0.3s linear;
}
.project-img, .project-desc {
    position: relative;
}
.project-desc {
    padding: 15px;
    text-align: center;
    background-color: #fff;
    border-top: 0;
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    transition: all 0.3s linear;
}
.project-desc h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.project-configuration {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 16px;
    color: #333;
}
.project-address {
    font-size: 15px;
    line-height: 16px;
    color: #9c9c9d;
}
.project-detail:hover {
    top: -3px;
}
.project-detail:hover .project-desc {
    -moz-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.step-form-wrapper {
	max-width: 680px;
	margin: 0 auto;
}
.step-detail {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-right: -5px;
    margin-left: -5px;
}
.step-item {
    width: 20%;
    position: relative;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}
.step-number {
    position: relative;
    display: block;
    margin: 0 auto 8px;
}
.step-item.active .step-number:before {
    border: 2px solid #7367f0;
}
.step-number span {
    position: relative;
    z-index: 9;
    background-color: #999;
    width: 48px;
    color: #fff;
    height: 48px;
    border: 4px solid transparent;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
.step-item.active .step-number span {
    background: #006cb5;
}
.step-line {
    position: relative;
    display: block;
}
.step-line:before {
    content: "";
    width: calc(100% - 20px);
    height: 2px;
    background: #999;
    position: absolute;
    left: calc(-50% - 4px);
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.step-item.active .step-line:before {
    background-color: #006cb5;
}
.step-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
}
.step-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0;
}
.step-item:first-child .step-line:before {
    display: none;
}
.step-wrapper .step-item.active .step-number:before {
    border-color: #fff;
}
.step-wrapper .step-item.active .step-number span {
    background-color: #083f63;
    color: #ffffff;
    border-color: #006cb5;
}
.step-form-item {
    background-color: #fff;
    padding: 30px;
    margin: 0 30px;
}
.form-wrapper {
    display: block;
}
.form-title .highlight {
    border-bottom: 3px solid #006cb5;
}
.col-project {
    margin-bottom: 30px;
}
.section-project {
    padding-bottom: 30px;
}
.col-project {
    margin-bottom: 30px;
}
.form-t-and-c a {
    color: #006cb5;
}
.col-step-form-btn:first-child {
    max-width: 64px;
}
.row-step-form-btn,
.row-step-form-btn-inner {
    margin: 0 -10px;
}
.col-step-form-btn,
.col-step-form-btn-inner {
    padding: 0 10px;
}
.col-step-form hr {
    margin-top: 4px;
}
.view-label {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    color: #58666e;
}
.view-value {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.section-form.full-height {
	min-height: 100vh;
	height: inherit;
}
.step-form-item .theme-scrollbar {
    /*height: 355px;*/
}
.step-form-item.step-form-view-item .theme-scrollbar {
    /*height: 399px;*/
}
.section-form .col-middle {
    height: 100%;
}
.step-form-footer {
    background-color: #fff;
    padding-top: 10px;
}
.form-t-and-c {
    line-height: 20px;
    display: block;
}
#form #header {
    position: fixed;
}
.section-form {
    padding-top: 140px;
}
.theme-table tr td {
    border: 1px solid #eee;
    padding: 5px 10px;
    line-height: 20px;
}
.inventory-label {
    font-weight: 300;
}
.inventory-value {
    font-weight: 500;
}
.col-inventory-modal {
    margin-bottom: 30px;
}
.col-inventory-modal:last-child {
    max-width: 300px;
}
.col-unit .table-responsive {
    max-height: 100vh;
}
.viewitem .box-container {
    padding-top: 10px;
}
.rupee-btn {
    font-weight: normal !important;
}
/***Responsive***/
@media screen and (max-width: 1599px) {
.building td {
    min-width: inherit;
    padding: 8px 5px;
}
.building td a {
    padding: 2px 6px;
}
.building td a {
    font-size: 13px;
}
.building td:nth-child(2) {
    padding-left: 10px;
}
.building td:last-child {
    padding-right: 10px;
}
.building td.floorno {
    font-size: 18px;
}
}
@media screen and (max-width: 1499px) {
.legend-info {
    margin: 0;
}
.legend-wrapper {
    right: -20px;
}
.webp .col-unit:first-child {
    z-index: 9;
}
.building.legend {
    right: 5px;
}
}
@media screen and (max-width: 1440px) {
.col-performance-main {
    width: 430px;
}
}
@media (max-height: 900px) {
.step-form-item .theme-scrollbar {
    /*height: 265px;*/
}
.step-form-item.step-form-view-item .theme-scrollbar {
    /*height: 309px;*/
}
}
@media (max-height: 800px) {
.section-form {
    padding: 30px 0;
}
.step-form-item .theme-scrollbar {
    /*height: 175px;*/
}
.step-form-item.step-form-view-item .theme-scrollbar {
    /*height: 219px;*/
}
}
@media screen and (max-width: 1408px) {
.col-select-unit {
    width: 60% !important;
}
.col-select-unit:last-child {
    width: 40% !important;
}
.title-main-container, .varient-footer {
    width: 40%;
}
.inlinetext {
    max-width: 1152px;
}
#section-digitaltech .container .reserve-button-wrapper, #section-citylaunch .container .reserve-button-wrapper {
    max-width: 1152px !important;
}
.reserve-button-wrapper-main {
    max-width: 1152px;
}
#section-digitaltech .title-abs p {
    font-size: 160px;
    line-height: 160px;
}
.col-specintro:first-child {
    width: -moz-calc(40% - 4px);
    width: -ms-calc(40% - 4px);
    width: -o-calc(40% - 4px);
    width: -webkit-calc(40% - 4px);
    width: calc(40% - 4px);
    display: inline-block;
}
.col-specintro:last-child {
    width: -moz-calc(60% - 4px);
    width: -ms-calc(60% - 4px);
    width: -o-calc(60% - 4px);
    width: -webkit-calc(60% - 4px);
    width: calc(60% - 4px);
    display: inline-block;
}

}
@media screen and (max-width: 1399px) {
.subscribe-block-inner {
    margin: auto 0;
    width: 100%;
}
.specintro-block, .pricing-block, .mission-block {
    padding: 0 30px;
}
.subscribe-block {
    padding: 0 40px;
}
.social1, .footer-menu {
    padding: 0 40px 28px;
}
.col-subscribe:first-child {
    width: 60%;
}
.social__item {
    width: 40px;
    height: 40px;
}
.social__item svg {
    width: 20px;
    height: 20px;
}
.footer {
    width: 100%;
}
.col-subscribe:last-child {
    width: 40%;
}
.reserve-button-wrapper {
    padding: 32px 0 0;
}
.card-details {
    margin: 0;
}
.performance-img .title-abs p {
    font-size: 120px;
    line-height: 120px !important;
}
}
@media screen and (max-width: 1216px) {
.profile-detail {
    padding: 30px;
}
.title-main-container, .varient-footer {
    width: 45%;
}
.project-desc h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.col-select-unit {
    width: 55% !important;
}
.col-select-unit:last-child {
    width: 45% !important;
}
.select-unit-block .section-title {
    font-size: 20px;
    line-height: 24px;
}
.booking-title h1 {
    font-size: 24px;
}
.section-profile .col-profile:last-child,
.section-booking-details .col-booking-details:last-child {
    padding: 80px 30px 30px !important;
}
.col-digitaltechtext .section-title {
    font-size: 24px;
    line-height: 32px !important;
}
.section-title {
    font-size: 30px;
    line-height: 36px !important;
}
}
@media screen and (max-width: 1024px) {
.insomenu-active .insomenu-bars span, .insomenu-active .insomenu-bars span:after, .insomenu-active .insomenu-bars span:before {
    background-color: #ffffff !important;
}
#header.sticky .insomenu-bars span,
#header.sticky .insomenu-bars span:after,
#header.sticky .insomenu-bars span:before,
#booking-details .insomenu-bars span,
#booking-details .insomenu-bars span:after,
#booking-details .insomenu-bars span:before {
    background-color: #000;
}
#header.sticky .logdin-menu li a,
#booking-details .logdin-menu li a {
    color: #000;
}
.varient-footer .title {
    font-size: 28px;
}
.col-unit .table-responsive {
    max-height: inherit;
    margin: 0 15px;
}
.modal {
    padding: 0 30px;
}
.theme-btn.icon-btn {
    padding: 7px;
}
select.sm-form-control {
    padding: 10px 15px;
}
.phone-input {
    height: 40px;
}
.code-btn {
    margin: 0;
}
.light-header .insomenu-bars span, .light-header .insomenu-bars span:after, .light-header .insomenu-bars span:before {
    background-color: #000;
}
.insomenu-active .light-header .insomenu-bars span, .insomenu-active .light-header .insomenu-bars span:after, .insomenu-active .light-header .insomenu-bars span:before {
    background-color: #fff;
}
#unit .logdin-menu li a {
    color: #333;
}
#unit .insomenu-bars span,
#unit .insomenu-bars span:after,
#unit .insomenu-bars span:before {
    background-color: #333;
}
#unit.insomenu-active .insomenu-bars span:before,
#unit.insomenu-active .insomenu-bars span:after {
    background-color: #fff;
}
.select-unit-block .theme-scrollbar {
    height: initial;
}
.col-select-unit .splide img {
    height: inherit;
    object-fit: inherit;
}
.legend-wrapper {
    right: 10px;
}
.container {
    padding: 0 30px;
}
.theme-btn {
    padding: 10px 20px;
    font-size: 15px;
}
.section-booking.full-height,
.section-booking-details,
.section-profile.full-height {
    height: inherit;
}
header,
#section-select-unit {
    height: inherit;
}
.section-booking .col-booking:last-child,
.section-profile .col-profile:last-child,
.section-booking-details .col-booking-details:last-child {
    padding: 30px !important;
}
.profile-item {
    margin-bottom: 30px;
}
.profile-detail {
    padding: 30px;
}
.logdin-menu li a {
    color: #fff;
}
.insomenu-bars span, .insomenu-bars span:after, .insomenu-bars span:before {
    background-color: #ffffff;
}
.sm-form-control {padding: 11px 15px;}
.performance-img {
    margin-bottom: 10px;
}
.details-list-item {
    margin-bottom: 15px;
}
.performance-block .section-title {
    margin-bottom: 10px;
}
.subscribe-block {
    height: 50vh;
}
.subscribe-block-inner {
    margin: 0;
    width: 100%;
}
.social__item {
    margin: 0 30px !important;
}
.social1 {
    justify-content: inherit;
}
.financers-list {
    justify-content: flex-start;
}
#section-digitaltech .title-abs p {
    font-size: 120px !important;
    line-height: 120px !important;
}
.reserve-button-wrapper-main {
    max-width: 940px;
    margin: 0 auto;
}
.col-select-unit,
.col-select-unit:last-child {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    position: relative;
}
.col-select-unit:first-child {
    height: initial;
}

.col-select-unit:last-child {
    height: initial;
    background-color: #f4f6f9;
}
.range-container-inner {
    position: absolute;
}
.scroll {
    /*height: inherit;
    scroll-behavior: inherit;
    overflow: inherit;
    padding-top: 30px;
    padding-bottom: 30px;*/
}
.select-unit-block .section-title {
    padding: 30px 20px 10px;
}
.col-select-unit .splide picture {
    display: flex;
}
.range-container-inner {
    bottom: 10px;
}
.attribute-container {
    width: auto;
    height: inherit;
    padding-top: 0px;
    margin: 0 auto;
    background: linear-gradient(
180deg
, #F4F6F9 0.29%, rgba(244, 246, 249, 0) 20%);
}
.title-main-container {
    position: static;
    top: inherit;
    right: 0;
    width: 100%;
}
.varient-footer {
    position: static;
    width: 100%;
    background-color: #f4f6f9;
}
.subscribe-form-wrapper .col-form {
    margin-bottom: 0;
}
.col-subscribe:first-child {
    height: 50vh;
}
.col-subscribe:last-child {
    height: 50vh;
    background-color: #fff;
}
.col-subscribe {
    width: 100% !important;
}
.subscribe-img img {
    height: 50vh;
}
.subscribe-block {
    max-width: 100%;
}
.footer {
    width: 100%;
}
.social1, .footer-menu {
    padding: 0 30px 10px;
}
.subscribe-form-wrapper .col-form, .subscribe-form-wrapper .col-form-btn {
    display: inline-block;
    vertical-align: middle;
}
.subscribe-form-wrapper .col-form-btn button {
    padding: 18.5px 20px;
}
.subscribe-block {
    padding: 30px;
}
.pricing-block {
    padding: 0 30px;
}
.pricing-table-content th, .pricing-table-content td {
    padding: 5px;
}
.pricing-table-content {
    padding: 10px;
}
.financing-text-wrap .section-title {
    font-size: 22px;
    line-height: 32px !important;
}
.scooterTable a {
    display: inline-block;
    color: #006cb5;
}
.scooterTable .green-title {
    color: #006cb5;
    font-weight: normal;
}
.col-specintro:first-child, .col-specintro:last-child {
    width: 100%;
    display: block;
    height: 50vh;
}
.specintro-block {
    height: auto;
    padding-bottom: 50px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    width: auto;
    background-color: #fff;
}
.specintro-block .section-title {
    position: absolute;
    margin-top: -110px;
    left: 0;
    background: #fff;
    padding: 19px;
    padding-left: 40px;
    left: 0;
    width: auto;
}
.col-specintro:last-child {
    background-color: #fff;
}
.table-disclaimer {
    font-size: 10px;
    margin-top: 10px;
    line-height: 13px !important;
}
.scooterTable td {
    padding: 8px 20px;
}
.col-specintro .specintro-img, .col-specintro .specintro-img img {
    height: 50vh;
}
.col-digitaltechtext:last-child {
    text-align: center;
}
.digitaltech-section, .citylaunch-section {
    padding: 0 30px;
}
.col-performance:first-child {
    margin-bottom: 30px;
}
.performance-img .title-abs p {
    font-size: 100px;
    line-height: 100px !important;
}
.col-performance-main {
    width: 380px;
}
.col-performance {
    width: 100% !important;
}
.performance-block .details-list-item {
    display: inline-block;
    width: 33.33%;
}
.performance-block .details-list-wrapper {
    display: flex;
    flex-direction: row;
}
.performance-section {
    padding: 0 40px;
}
.card-details {
    padding: 0 30px;
}
.reserve-button-wrapper {
    padding: 32px 30px 0;
}
.design-img .play-logo img {
    width: 60px;
}
.title-abs p {
    font-size: 150px;
    line-height: 150px !important;
}
.right-content {
    width: 100%;
    display: block;
    bottom: 60px;
    padding: 0 30px;
}
.info-content {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}
.bottom-content{
	padding: 0 30px;
	min-width: 100%;
	bottom: 150px;
}
.right-content .theme-btn {
    width: 34%;
    display: inline-block;
    vertical-align: middle;
}
.info-item {
    display: inline-block;
    margin-bottom: 0;
    width: -ms-calc(33.33% - 4px);
    width: -moz-calc(33.33% - 4px);
    width: -o-calc(33.33% - 4px);
    width: -webkit-calc(33.33% - 4px);
    width: calc(33.33% - 4px);
}
.col-location, .col-celestial-galleria {
    width: 100% !important;
}
.location-block {
    padding: 30px 0 0 0px;
}
.contact-section-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -119px;
    width: 100%;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #1d57a3;
    z-index: 9999;
}
.contact-section.open .close-form {
    opacity: 1;
    background-color: transparent;
}
.contact-section.open .contact-section-inner {
    bottom: 0;
}
.contact-section {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
}
.contact-section .col-form {
    width: 50%;
}
.col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.col-form-title h3 {
    margin: 0;
    padding: 6px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    border-top: 1px solid rgb(182 223 235);
    text-transform: uppercase;
}
#footer {
    padding: 20px 20px 60px 0;
}
.close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
}
}
@media screen and (max-width: 991px) {
.sticky-btn-enquire{
	display:none;
}
.col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
}
.col-footer:last-child{
	margin-bottom:0 !important;
}
.col-digitaltechtext {
    width: 100% !important;
}
.col-digitaltechtext:last-child {
    text-align: left;
}
.inlinetext {
    margin-top: 0;
}
.col-digitaltechtext, .col-citylaunchtext {
    margin-bottom: 15px;
}
.col-digitaltechtext:last-child {
    margin-bottom: 0;
}
}
@media screen and (max-width: 768px) {
.varient-footer .title {
    font-size: 24px;
}
.theme-table {
    width: 100%;
}
.theme-table tr td {
    width: 50%;
}
.col-inventory-modal:last-child {
    max-width: 100%;
}
.section-form .section-title.mb-6 {
    margin-bottom: 30px !important;
}
.section-form {
    padding: 90px 0 30px !important;
}
.step-form-item .theme-scrollbar {
    /*height: -moz-calc(100vh - 429px);
    height: -ms-calc(100vh - 429px);
    height: -o-calc(100vh - 429px);
    height: -webkit-calc(100vh - 429px);
    height: calc(100vh - 429px);*/
}
.step-number span {
    width: 36px;
    height: 36px;
    line-height: 30px;
    border: 3px solid transparent;
}
.step-line:before {
    width: calc(100% - 14px);
}
.step-title {
    font-size: 13px;
    letter-spacing: 0;
}
.section-form.full-height {
}
.title-inner {
    font-size: 16px;
    line-height: 24px;
}
.wrapper {
    top: -60px;
    margin-bottom: -60px;
}
.cms-item h3 {
    font-size: 20px;
    line-height: 26px;
}
.booking-detail-btn ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}
.booking-step-label {
    font-size: 17px;
}
.booking-step-value {
    font-size: 14px;
}
.booking-detail h4 {
    font-size: 17px;
    margin-bottom: 5px;
}
.book-date {
    font-size: 14px;
    line-height: 16px;
}
.col-booking-item:first-child {
    max-width: 80px;
}
.logdin-menu li a {
    padding: 18px 10px;
}
header {
    padding: 0 15px;
}
.col-header:first-child {
    max-width: 100px;
}
.pricing-img img{
	height: 30vh;
}
#bg-video {
    height: 70vh;
}
.section-title {
    margin-bottom: 20px;
}
#section-digitaltech .title-abs p {
    font-size: 80px !important;
}
.reserve-button-right .theme-btn {
    padding: 15px 40px !important;
}
.col-mission {
    display: block;
}
.col-mission:first-child {
    width: 100%;
    height: 30vh;
}
.col-mission:last-child .video-wrapper {
    height: 70vh;
}
.col-mission:first-child .mission-block {
    margin-top: 120px;
}
.col-mission:last-child {
    width: 100%;
    height: 70vh;
}
.digitaltech-section .columns, .citylaunch-section .columns {
    display: inline-block;
}
.col-pricing:first-child{
	height:100vh;
}
.col-pricing:last-child{
	display: none;
}
.col-pricing {
    width: 100%;
}
.pricing-block {
    padding: 120px 30px 30px !important;
}
.specintro-block, .pricing-block, .mission-block {
    padding: 0 30px;
}
.specintro-block .section-title {
    padding-left: 30px;
}
.scooterTable td {
    padding: 5px;
}
.col-digitaltech, .col-citylaunch {
    float: left;
}
.digitaltech-section, .citylaunch-section {
    padding: 0 30px;
    max-width: 550px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#section-digitaltech .title-abs p {
    font-size: 60px;
    line-height: 120px !important;
}
#section-digitaltech .title-abs {
    top: 40px;
}
.performance-img .title-abs p {
    font-size: 80px;
    line-height: 80px !important;
}
.performance-block .details-list-img {
    display: block;
}
.details-list-text {
    margin-left: 10px;
    display: block;
}
.section-title {
    font-size: 30px;
    line-height: 36px !important;
}
.theme-btn.white-btn {
    padding: 10px 40px;
}
.details-list-item {
    margin-bottom: 15px;
}
.title-abs p {
    font-size: 120px;
    line-height: 120px !important;
}
.col-design:first-child {
    margin-bottom: 30px;
}
.logo-wrapper svg {
    width: 120px;
}
.logo-wrapper p {
    font-size: 64px;
}
.info-divider svg {
    height: 50px;
}
.bottom-content {
    bottom: 220px;
}
.right-content {
    bottom: 60px;
}
.info-content {
    width: 100%;
}
.right-content .theme-btn {
    margin-top: 20px;
    width: 280px;
}
.right-content .theme-btn img {
    margin-left: 10px;
}
.section {
    position: relative;
    padding: 60px 0;
}
.section-title h1, .section-title h2 {
    font-size: 26px;
    line-height: 36px;
}
#location-slider1 .splide__arrows .splide__arrow {
    bottom: -24px;
}
.login-block,
.success-block {
    padding: 40px;
}
}
@media screen and (max-width: 575px) {
.logdin-menu {
    display: none;
}
.step-title {
    font-size: 12px;
}
.step-number span {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid transparent;
    font-size: 15px;
}
.step-line:before {
    width: calc(100% - 10px);
}
.step-wrapper {
    padding: 0 20px;
}
.profile-value {
    font-size: 16px;
}
.cms-item h3 {
    font-size: 17px;
    line-height: 22px;
}
.country-select-span img {
    width: 14px;
}
.reserve-button-right .theme-btn {
    padding: 15px 30px !important;
}
.specintro-block, .pricing-block, .mission-block {
    padding: 0 20px;
}
#section-digitaltech .title-abs p {
    font-size: 50px !important;
}
.performance-section {
    padding: 0 20px;
}
.social__item {
    margin: 0 !important;
}
.social1 {
    justify-content: space-between;
}
.btn-reserve .theme-btn {
    width: 100%;
}
.varient-footer .disclaimer {
	margin-bottom: 10px;
	padding: 0 15px;
}
#section-select-unit .splide__arrows .splide__arrow--prev {
    left: 10px;
}
#section-select-unit .splide__arrows .splide__arrow--next {
    right: 10px;
}
.varient-footer {
    bottom: 0;
    margin: 0;
}
.each-view-non-active-border .active {
    border: 2px solid #006cb5;
    width: 40px;
    height: 40px;
}
.col-select-unit .splide .splide__arrow {
    background-color: rgb(228 228 228 / 7%);
    width: 30px;
    height: 30px;
}
.login-wrapper,
.success-wrapper,
.payment-wrapper {
    max-width: 100%;
    margin: 0 20px;
}
.login-block h4 {
    font-size: 20px;
    line-height: 26px !important;
}
.login-block {
    margin-top: 20px;
}
.footer1_detail p, .footer1_detail span {
    display: block;
    font-size: 14px;
}
.copyright-line {
    display: none !important;
}
#home .container {
    position: relative !important;
    width: auto !important;
}
.header__menu-link {
    font-size: 18px;
    line-height: 24px !important;
}
.insomenu-bars span, .insomenu-bars span:after, .insomenu-bars span:before {
    width: 19px;
    height: 2px;
}
.insomenu-bars span:after {
    width: 19px;
}
.insomenu-active .insomenu-bars span:before, .insomenu-active .insomenu-bars span:after {
    width: 19px;
}
.insomenu-active .insomenu-bars span {
    width: 19px;
}
.insomenu-bars span {
    margin-top: 0px;
}
.range-container-inner {
    width: 100%;
    padding: 0 15px;
}
.varient-pattern {
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 9;
}
.financer img {
    width: 30px;
    height: 30px;
}
.col-specintro:first-child {
    display: none;
}
.col-specintro:last-child {
    height: 100vh;
}
.specintro-block .section-title {
    position: relative;
    margin-top: 0;
    left: 0;
    background:transparent;
    padding: 0;
    padding-left: 0
}
.specintro-block {
    margin-top: 120px;
}
.performance-img .title-abs p {
    font-size: 60px;
    line-height: 60px !important;
}
.performance-img .title-abs {
    bottom: -12px;
}
.title-abs p {
    font-size: 100px;
    line-height: 100px !important;
}
.timeline-info p {
    display: block;
}
.timeline-info .timeline-divider{
	display: none;
}
.login-block,
.success-block {
    padding: 25px;
}
.contact-section .col-form {
    width: 100%;
}	
.contact-section-inner {
    bottom: -214px;
}
#back2top {
    display: none !important;
}
p {
	font-size: 14px;
	line-height: 20px;
}
.section-title h1, .section-title h2 {
    font-size: 24px;
    line-height: 30px;
}
.section-title h2:before {
    height: 2px;
}
.location-list h3 {
    min-height: inherit;
}
.connectivity-list {
    margin-top: 10px;
}
.listed-points li {
    font-size: 14px;
    line-height: 24px !important;
}
.section-title {
    font-size: 26px;
    line-height: 30px !important;
}
.view-block, .box-container {
    padding-top: 30px;
}
}
@media screen and (max-width: 479px) {
.selection-name {
    font-size: 11px;
}
.scroll {
    padding-top: 10px;
}
.digitaltech-section .columns, .citylaunch-section .columns {
    display: inline-block;
    margin: 0;
}
.theme-scroll {
    height: 50vh;
    scroll-behavior: auto;
    overflow: auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.inlinetext {
    padding: 0 12px;
}
.col-mission:first-child .mission-block {
    margin-top: 80px;
}
.each-view-active, .each-view-non-active-border {
    margin: 0 20px 16px 0;
}
.subscribe-block {
    padding: 20px 20px 0 20px;
}
body {
    font-size: 14px;
    line-height: 24px;
}
.col-performance-main {
    width: 300px;
}
.digitaltech-section, .citylaunch-section {
    padding: 0;
    max-width: 100%;
    margin: 0 20px;
}
.val-att {
	font-size: 22px;
	line-height: 22px !important;
	color: #fff;
	margin-bottom: 0;
}
.view-block, .box-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0px 20px;
}
.subscribe-form-wrapper .sm-form-control {
    padding: 12px;
    font-size: 18px;
}
.subscribe-form-wrapper .col-form-btn button {
    padding: 15.5px 20px;
}
.social__item {
    width: 30px;
    height: 30px;
}
.footer-menu ul li {
    margin: 10px 5px;
}
.social__item svg {
    width: 16px;
    height: 16px;
}
.subscribe-form-wrapper .col-form, .subscribe-form-wrapper .col-form-btn {
    display: inline-block;
    vertical-align: middle;
}
.social1{
	padding: 0 30px 10px;
}
.footer-menu {
    padding: 0 30px 0;
}
.subscribe-form-wrapper {
    margin-top: 20px;
}
#header-primary-menu {
    width: 100%;
}
.section-title {
    font-size: 20px;
    line-height: 22px !important;
}
.col-digitaltechtext .section-title {
    font-size: 20px;
    line-height: 22px !important;
}
.pricing-block {
    padding: 80px 20px 20px !important;
}
.affordable-financing-comp {
    margin-top: 10px;
}
.financers-list {
    margin-top: 10px;
}
.reserve-button-right .theme-btn {
    padding: 8px 20px;
}
.performance-img .title-abs p {
    font-size: 44px;
    line-height: 44px !important;
}
.details-list-wrapper {
    margin-bottom: 10px;
}
.reserve-button-wrapper img {
    width: 60px;
}
.reserve-button-wrapper {
    padding: 20px 20px 0;
}
.details-list-wrapper {
    flex-direction: column;
}
.details-list-item {
    display: block;
    width: 100%;
}
.details-list-item {
    margin-bottom: 0;
}
.title-abs p {
    font-size: 80px;
    line-height: 80px !important;
}
.right-content {
    bottom: 20px;
    padding: 0 20px;
}
.bottom-content {
    padding: 0 20px;
}
.bottom-content {
    bottom: 150px;
}
.logo-wrapper svg {
    width: 70px;
}
.logo-wrapper p {
    margin: 0 0 5px 10px;
    font-size: 38px;
}
.info-divider {
    padding: 0 15px;
    margin-top: 5px;
}
.tab-content-subheader {
    font-size: 14px;
    line-height: 16px !important;
}
.tab-content-header {
    line-height: 25px;
}
.info-divider svg {
    height: 40px;
}
.info-item h4 {
    font-size: 26px;
    line-height: 26px;
}
.right-content .theme-btn {
    margin-top: 10px;
}
.play-logo img {
    width: 60px;
}
.select-unit-block .section-title {
    padding: 25px 20px 15px;
}
.select-unit-block .section-title {
    font-size: 20px;
}
}
@media screen and (max-width: 350px) {
.digitaltech-section, .citylaunch-section {
    padding: 0;
    max-width: 100%;
    margin: 0 20px;
}
.subscribe-form-wrapper .sm-form-control {
    font-size: 14px;
}
.subscribe-form-wrapper .col-form-btn button {
    padding: 13px 20px;
}
.reserve-button-right .theme-btn {
    padding: 15px 25px !important;
}
}
@media screen and (max-width: 320px) {
.each-view-active, .each-view-non-active-border {
    width: 40px;
    height: 40px;
    margin: 0 14px 16px 0;
}
}
.table-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
table.theme-table {
    float: right;
}

.loader-body
{
    border: 5px solid #ffffff; /* Light grey */
  border-top: 5px solid #ceb182 ; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: 85%;
  position: absolute;
  left: 49%;
  animation: spin 2s linear infinite;
}

.paymentheading
{
    font-family: 'Work Sans';
    font-weight: normal;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 12px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  img {
    max-width: 100%;
    height: auto;
    width: 88%;
    display: block;
}

#listdata_filter
{
    float: right;
    margin-bottom: 10px;
    margin-top: -22px;
}

#listdata_paginate
{   
    float: right;
    margin-top: -22px;
}

.paginate_button 
{
    margin-right:10px;
       
}

#listdata_length
{
    margin-left:10px;
}