@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
body{
    font-family: 'Urbanist', sans-serif;
	font-weight:500;
	font-size:15px;
	color:#435062;
}
a, a:hover, a:focus{
	text-decoration:none;
}
a{
	color:#435062;
}
a:hover{
	color:#246bfd;
}
h1,h2,h3,h4,h5,h6{
	font-weight:800;
}
p {
	color: #435062;
	font-size: 14px;
	font-weight:600;
}
.btn{
	font-weight:400;
}
.btn-check:focus + .btn, .btn:focus{
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0)
}
.desktop-view h1{
	position: absolute;
	margin-top: -95px;
	color:#246bfd;
}

.spinner-img img {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
h1{
	font-size: 40px;
	color: #246bfd;
	margin: 20px 0;
}
.blueBtn {
	background-color:#246bfd; 
	display: inline-block;
	color: #fff;
	width: 100%;
	border-radius: 50px;
	padding: 15px 0;
	border: 0;
	margin: 20px auto 30px;
	font-weight: 600;
	font-size: 22px;
	box-shadow: 0 12px 12px 0px rgba(36, 107, 253, 0.2);
}
.blueBtn:hover {
	background-color:#3062c8; 
}
.form-control{
	padding: 10px 12px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 3px;
	color: #435062;
	margin-top: 3px;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color:#efefef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.0);
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #435062;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #435062;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #435062;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #435062;
}
.btn-primary {
	color: #fff;
	background-color: #4798e9;
	border-color: #4798e9;
	border-radius: 4px;
	font-size: 14px;
	padding: 10px 0;
	width:100%;
}
.btn-primary:hover {
	color: #fff;
	background-color:#0d5797;
	border-color:#0d5797;
}
.blueTxt{
	color:#0d5797;
}
.welcomeTxt img{
	width:125px;
}
.whiteBox {
	background-color: rgba(255, 255, 255, .95);
	padding: 15px;
	box-shadow: 0 0 8px #378eb3;
	border-radius: 5px;
}
.hero-bg{
	background-image: -webkit-linear-gradient(left, #f8c0c6, #b9e0f8);
	background-image: -moz-linear-gradient(left, #f8c0c6, #b9e0f8);
	background-image: -ms-linear-gradient(left, #f8c0c6, #b9e0f8);
	background-image: -o-linear-gradient(left, #f8c0c6, #b9e0f8);
	background-image: linear-gradient(left, #f8c0c6, #b9e0f8);
	padding-bottom:40px;
	position: fixed; 
	top:0%;  
	left: 35%;
	width: 25%; 
	height:100%;
	overflow-x:scroll; 
}
.home-hero-bg{
	background-image: -webkit-linear-gradient(top, #d7eff9, #4ec9ff, #0B579A);
	background-image: -moz-linear-gradient(top, #d7eff9, #4ec9ff, #0B579A);
	background-image: -ms-linear-gradient(top, #d7eff9, #4ec9ff, #0B579A);
	background-image: -o-linear-gradient(top, #d7eff9, #4ec9ff, #0B579A);
	background-image: linear-gradient(top, #d7eff9, #4ec9ff, #0B579A);
	height: 100vh;
	width: 25%; 
	margin: 0 auto;
}
.centerDiv {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    width: 25%;
    margin: 0 auto;
}
.ellipsis-icon a {
	display: table;
	margin: 0 0 0 auto;
	color: #fff;
}
header {
	background-color:#6da5c0;
	padding: 10px 0;
}
.offcanvas{
	z-index: 99999;
	background-color: #0d5899;
}
.modal-backdrop.show {
	opacity: 0;
	
}
.offcanvas-title {
	color: #fff;
	font-size: 18px;
}
.btn-close {
	width: auto;
	height: auto;
	padding: 0;
	color: #fff;
	background: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
	font-size: 20px;
}
.nav-link{
	color:#fff;
}
.menuBar {
	color: #fff;
}
.header-bg{
	background-position:center center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;  
	height: 196px;
	padding: 12% 0;
}
.header-bg h1{
	color:#fff;
	text-transform:uppercase;
	font-size: 20px;
	text-shadow: 0 0 15px #000;
}
.gray-bg { 
	background-color:#fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 6px #378eb3;
} 
.info-img{
	padding: 10px 0;
	border-radius: 5px;
	width: 100%; 
	background-color: #175793!important;
	height: 38px;
}
/* .col-9.align-self-center .info-title {
	position: relative;
	left: 23px;
	width: 90%;
}
.col-8.align-self-center .info-title {
	position: relative;
	left: 26px;
	width: 90%;
} */
.info-img i{
	font-size: 22px;
	display: table;
	margin: 0 auto;
	color: #C2303B;
	line-height:18px;
}
.info-title h5{
	font-size: 11px; 
	font-weight: 600;
	color: #257eb3;
}
.pr-0{
	padding-right: 0;
}
.map-div{
	background-position:top center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
	padding: 5px;
	border-radius: 15px;
}
.embed-responsive-item {
	border-radius: 5px;
	position: relative;
	top: 4px;
}
.confirm-btn{
	margin:0 auto;
}
.info-img img {
	width: 27px;
	position: relative;
	top: -5px;
	height: 27px;
}
.footerDiv{
	padding:10px 5px;
} 
header h5{
	font-size: 15px;
	margin: 0;
}
.footerDiv .info-img {
	height:72px;
	text-align: center; 
	box-shadow: 0 0 6px #090909;
}
.footerDiv h6{
	margin: 2px 0;
	color: #fff;
	font-size: 13px;
	text-shadow: 0 0 4px #000;
}
/* .common-btn { 
	width: 75px;
	box-shadow: 0 0 6px #fff;
	border-radius: 50px;
} */
.form-check-inline {
	margin-right: 8px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
	min-height: inherit;
}
.form-check-inline label{
	color: #7d6c6c;
}
.form-check-input:checked { 
	background-color: #0d5899;
	border-color: #0d5899;
}
.form-check-input{
	border:0;
}
.form-check-input:focus {
	border-color: #0d5899;
	box-shadow: 0 0 0 .25rem rgba(13, 88, 153,.25);
}
.colorTxt {
	color: #257eb3 !important;
}
.colorTxt2 {
	color: #880963 !important;
}
header h1 {
	font-size: 25px;
	margin: 10px 0;
}
.offcanvas {
	visibility: inherit;
  }


  #lt_overlay {
	display: none; 
	position: fixed;  
	top: 0;
    left: 0; 
	width: 100%;  
	height: 100%; 
	background-color: black; 
	z-index: 1001; 
	-moz-opacity: 0.6;    
	opacity: .60; 
	filter: alpha(opacity=60);
	right: 0;
    margin: 0 auto;
    text-align: center;
}
#lt_loading { 
	display: none; 
	position: fixed;
	color: #ccc; 
	top: 30%;  
	z-index: 1002;
	/* overflow: auto; */
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}
.chatIcon {
	position: fixed;
	z-index: 1;
	bottom:10px;
	right: 4px;
	width: 50px;
	cursor: pointer;
	background-color: #E6F7FB;
	border-radius: 50px;
	padding: 8px;
}
.banner-text {
	color: #175793;
	font-size: 16px;
	background: rgba(122, 221, 206, .8);
	font-weight: bold;
	display: table;
	margin: 0 auto !important;
	padding: 5px 10px;
}
.guest-booking-section .info-title {
	background-color: #fff;
	text-align: center;
	padding-bottom:5px; 
	margin:5px 0 0;
	box-shadow: 0 0 6px #378eb3;
	border-radius: 5px;
	min-height: 175px;
}
.guest-booking-section .info-title:hover a{
	color:#000;
}
.guest-booking-section .info-title:hover p{
	color:#000;
}
.access-portal-section h6{
	color:#fff;
}
.guest-booking-section .info-title img {
	border-radius: 5px 5px 0 0;
}
.access-portal-section img {
	border-radius: 5px;
}
.home-icon i {
	position: absolute;
	color: #257eb3;
	top: 4px;
	border:2px solid #b2dcf4;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	left: 5px;
	background-color: #fff;
	text-align:center;
}
.home-icon i:hover{
	border-color:#52C6E5;
	color:#52C6E5;
}
.logout-icon i {
	position: absolute;
	color: #257eb3;
	top: 4px;
	border: 2px solid #b2dcf4;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	right: 5px;
	background-color: #fff;
	text-align: center;
}
.logout-icon i:hover{
	border-color:#52C6E5;
	color:#52C6E5;
}
.btn.btn-info.grey {
	background-image: -webkit-linear-gradient(top, #969696, #7B7B7B);
	background-image: -moz-linear-gradient(top, #969696, #7B7B7B);
	background-image: -ms-linear-gradient(top, #969696, #7B7B7B);
	background-image: -o-linear-gradient(top, #969696, #7B7B7B);
	background-image: linear-gradient(top, #969696, #7B7B7B);
	color:#fff;
	border:2px solid #585858;
	width: 50%;
	margin: 0 auto;
	display: table;
	padding: 7px 0;
	font-weight: 700;
	border-radius:8px;
}
.btn.btn-info.grey:hover {
	background-image: -webkit-linear-gradient(top, #7B7B7B, #969696);
	background-image: -moz-linear-gradient(top, #7B7B7B, #969696);
	background-image: -ms-linear-gradient(top, #7B7B7B, #969696);
	background-image: -o-linear-gradient(top, #7B7B7B, #969696);
	background-image: linear-gradient(top, #7B7B7B, #969696);
}
.btn.btn-info{
	background-color: #7ADDCE;
	width: 50%;
	display: table;
	margin: 5px auto 0;
	text-align: center;
	padding: 7px 0;
	color: #175793;
	border-radius: 8px;
	border: 2px solid #419286;
	font-weight: 700;
}
.btn.btn-info:hover{
	background-color:#7ADDCE;
}
.confirm_arrival {
	background-color: #7ADDCE;
	width: 50%;
	display: table;
	margin: 5px auto 0;
	text-align: center;
	padding: 7px 0;
	color: #175793;
	border-radius: 8px;
	border: 2px solid #419286;
	font-weight: 700;
}
.confirm_arrival i { 
	background-color: #175793;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-left: 5px;
	border-radius: 50px;
}
.confirm_arrival:hover{
	color: #175793;
	background-color: #7ADDCE;
}
.confirm_departure {
	background-color: #7ADDCE;
	width: 50%;
	display: table;
	margin: 5px auto 0;
	text-align: center;
	padding: 7px 0; 
	color: #175793;
	border-radius: 8px; 
	border: 2px solid #419286;
	font-weight: 700;
}
.confirm_departure i { 
	background-color: #175793;
	color: #000;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-left: 5px;
	border-radius: 50px;
}
.confirm_departure:hover{
	color: #175793;
	background-color: #7ADDCE;
}
.update-btn.common-btn {
	box-shadow: 0 0 0;
}

.info-title .gray-txt {
	color: gray;
}
.guest-booking-section .info-title:hover h6 {
	color: #000;
}

#guest-portal-restaurant .carousel-caption{
	position: absolute;
	right:1.5%;
	bottom: 0;
	left: auto;
	padding-top: 0.25rem;
	padding-bottom: 0;
	top: 0;
}
#guest-portal-restaurant .carousel-caption img {
	width:50px;
}
#guest-portal-restaurant .default-txt {
	text-align: center;
}
#guest-portal-restaurant .default-txt h1{		  
	font-weight: 700;
	font-size: 13px;
	color: #1b3d52;
	font-family: "Poppins", serif;
	margin: 0;
}
#guest-portal-restaurant h2{
	font-weight:700;
	font-size:20px;
	color:#2a5977;
	font-family: "Poppins", serif;
}
#guest-portal-restaurant h5{
	font-weight:700;
	font-size:10px;
	color:#2a5977;
	font-family: "Poppins", serif;
}
#guest-portal-restaurant h5 i {
	color: #F2AB19;
}
#guest-portal-restaurant h6 a{
	font-size:20px;
	font-weight: 700;
	color:#2a5977;
	font-family: "Poppins", serif;
}
#guest-portal-restaurant h4 a{
	font-size:10px;
	font-weight: 700;
	color:#2a5977;
	font-family: "Poppins", serif;
}
#guest-portal-restaurant h4{
	font-size:12px;
	font-weight:600;
	color:#2a5977;
	font-family: "Poppins", serif;
	margin:0;
}

#guest-portal-restaurant p strong{
	font-weight: 700;
	color:#2a5977;
}
#guest-portal-restaurant p {
	color:#182b39;
	font-size:15px;
}
#guest-portal-restaurant .default-txt p{
	font-size:15px;
	margin:0;
	color:#182b39;
	font-family: "Poppins", serif;
}
#guest-portal-restaurant .call-txt{
	font-weight: 400;
	color: #2a5977;
	text-decoration: none;
	font-size:12px;
}
#guest-portal-restaurant .call-txt i{
	color:#000;
}
#guest-portal-restaurant .separator-line {
	border-top: 1px solid #264f69;
	margin-top:5px;
}
#guest-portal-restaurant .separator-line span{
	background-image: -webkit-linear-gradient(left, #dbcfdd, #d5d2e2);
	background-image:    -moz-linear-gradient(left, #dbcfdd, #d5d2e2);
	background-image:     -ms-linear-gradient(left, #dbcfdd, #d5d2e2);
	background-image:      -o-linear-gradient(left, #dbcfdd, #d5d2e2);
	background-image:         linear-gradient(left, #dbcfdd, #d5d2e2);
	height: 15px;
	width: 18%;
	margin: 0 auto;
	display: block;
	position: relative;
	top: -2px;
	padding: 0 10px;
}
#guest-portal-restaurant .pr-0 {
	padding-right: 0;
}
#guest-portal-restaurant .food-menu-txt a{
	font-size: 16px;
	font-weight: 600;
	color: #2a5977;
	font-family: "Poppins", serif;
	margin: 0;
}
#welcomePage .mobileView.hero-bg{
    background-image: -webkit-linear-gradient(left, #f8c0c6, #b9e0f8);
    background-image: -moz-linear-gradient(left, #f8c0c6, #b9e0f8);
    background-image: -ms-linear-gradient(left, #f8c0c6, #b9e0f8);
    background-image: -o-linear-gradient(left, #f8c0c6, #b9e0f8);
    background-image: linear-gradient(left, #f8c0c6, #b9e0f8);
}
#welcomePage .guest-booking-section .info-title img {
    height: 130px;
    padding-bottom: 8px;
    border-radius: 5px;
}
#welcomePage .guest-booking-section .info-title h6 {
    font-size: 14px;
    padding: 5px;
    margin: 0 !important;
}
#welcomePage #guest-portal-restaurant a {
	text-decoration: underline;
}
label.error {
    color: red;
}


@font-face {
	font-family: 'GlacialIndifference';
	src: url('https://dev-villamanager.skills201.com/VM/webroot/guest_portal/assets/fonts/GlacialIndifference-Bold.otf') format("opentype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GlacialIndifference';
	src: url('https://dev-villamanager.skills201.com/VM/webroot/guest_portal/assets/fonts/GlacialIndifference-Regular.otf') format("opentype");
	font-weight: 400;
	font-style: normal;
}

.home-page .container-fluid{
	max-width: 1000px;
}
.GSA-common-page a{
    color:#000;
    text-decoration:none;
} 
.GSA-common-page a:hover, .GSA-common-page a:focus{
    text-decoration:none;
    color:#1B1B19;
} 
.GSA-common-page .home-icon {
    padding-top: 10px;
}
.home-page .GSA-common-page  .desktop-view .logo-section img{
    border-radius:0;
}
.home-page .GSA-common-page  .desktop-view .logo-section {
    height:300px;
    margin-bottom: 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 30px;
}
.home-page .GSA-common-page  .desktop-view .logo-section a {
    background-color: #fff;
    padding:10px;
    border-radius: 100px;
    width:60px;
    display:inline-block;
}

.GSA-common-page .logo-section .logo a {
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    width: 60px;
    display: table;
    margin: 8px 0 0 auto;
}

.GSA-common-page .info-section img {
    border-radius:15px;
    padding: 3px 0 0;
}

.GSA-common-page .info-section2{
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    background-size: cover!important;
    border-radius:15px;
    padding: 30px;
}
.GSA-common-page .info-section2 p{
    font-size: 10px;
    font-family: 'GlacialIndifference';
    margin:0;
    font-weight: bold;
    color:#000;
}

.GSA-common-page .info-section {
    padding-top:8px;
}
.GSA-common-page .indoor-img{
    margin:5px 0 0;
}
.GSA-common-page .info-section2{
    margin:8px 0;
}
.GSA-common-page .inner-hero-img .content{
    padding: 0% 0 5%;
}
.GSA-common-page .inner-hero-img {
    text-align: center;
    min-height:150px;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: cover!important;
}
.GSA-common-page .inner-hero-img h1{
    font-size:40px;
    margin:0;
    color:#fff;
    font-family: 'GlacialIndifference';
    font-weight: bold;
}
.GSA-common-page .breadcrumb {
    display: table;
    padding:0;
    margin: 0 auto;
}
.GSA-common-page .breadcrumb-item {
    display: inline-block;
    font-family: 'GlacialIndifference';
    font-weight: bold;
}
.GSA-common-page .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.GSA-common-page .breadcrumb-item.active {
    color: #fff;
}
.GSA-common-page .breadcrumb-item a{
    color:#fff;
}
.GSA-common-page .breadcrumb-item a:hover{
    color:#000;
} 
.GSA-common-page .inner-info-section a {
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 25px;
    margin:5px 5px 12px;
}
.GSA-common-page .inner-info-section img {
    border-radius: 25px 25px 0 0;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.GSA-common-page .inner-info-section {
    padding: 10px 0;
}
.GSA-common-page .inner-info-section a:hover{
    color:#195a95;
}
.GSA-common-page .inner-info-section a h6 {
    font-size: 14px;
    margin: 0;
    text-align: center;
}
.GSA-common-page .desktop-view .info-section img{
    padding:0;
}
.GSA-common-page .row.g-2.bottom-div {
    width: 40%;
}