.navbar-nav {
	padding-left: 0;
}

#right-vertical-bar {
	margin: 10px;
	position: fixed;
	top: 50%;
	right: -189px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: rotate(270deg);
	z-index: 5000;
}

.contact {
	background-color: #ffffff;
	letter-spacing: 5px;
	padding: 2px 5px;
	/*transform: rotate(270deg);*/
	font-size: 18px;
	color: #0099ff;
	/*font-weight: bold;*/
	border-radius: 7px;
	display: inline-block;
	margin: 10px;

	/*    position: fixed;
        top: 200px;
        right: -55px;
        z-index: 5000;*/
}

.register {
	background-color: #ffffff;
	letter-spacing: 5px;
	padding: 2px 5px;
	/*transform: rotate(270deg);*/
	font-size: 18px;
	color: #0099ff;
	/*font-weight: bold;*/
	border-radius: 7px;
	display: inline-block;
	margin: 10px;

	/*    position: fixed;
        bottom: 100px;
        right: -40px;
        z-index: 5000;*/
}

#whatsapp {
	color: #ffffff;
	/*    position: fixed;
        bottom: 220px;
        right: 5px;
        z-index: 5000;*/
	margin: 15px;
}

#whatsapp i {
	transform: rotate(90deg);
	font-size: 24px;
	background-color: #33cc00;
	padding: 8px 10px;
	border-radius: 50%;
}

.form-title {
	color: #3399ff;
}

#signupModal .form-control {
	letter-spacing: 5px;
}

#invalidMobile {
	display: none;
	color: #ff3333;
}

#success, #failed {
	font-weight: bold;
	font-size: 18px;
	color: #00cc00;
	display: none;
}

/*REMOVE ARROW FROM NUMBER I/P FIELD*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* CUSTOM BS */
.navbar {
	line-height: 0.5px;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 15px;
	color: #6ba9b1;
}

.btn {
	border-radius: 0;
	letter-spacing: 3px;
}