
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	height: 100%;
}


.profile-link .color-change {
	color: #000;
}

.profile-link .color-change:hover {}

.navbar {
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 30;
}

.navbar-brand {
	width: 20%;
}

.navbar-brand img {
	width: 41%;
}

#nav-bar-number {
	text-decoration: none;
	font-weight: 500;
	font-size: .8rem;
}

#_my-number {
	border-radius: 50%;
	background-color: #fff;
	padding: 0.625rem;
	display: none;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	#_my-number {
		display: inline-block;
	}
}

#_my-number .fa-phone-volume {
	display: block;
	vertical-align: middle;
	color: #0000008c;
	font-size: 1.5rem;
}

#nav-bar-number:hover {
	background-color: #1666d9;
}

#contact-us-info col-12 {
	background-color: red;
}



@media (max-width: 991px) {

	._my-login {
		margin-bottom: 1rem;
		margin-top: 1rem;
		padding: 1rem;
	}
}



.login-block {
	margin: 100px auto;
	min-height: 60vh;
	display: flex;
    align-items: center;
}

.login-block .auth-box {
	margin: 20px auto 0;
	max-width: 450px !important
}

.card {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
	border: none;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #fff;
}

.card .card-block {
	padding: 1.25rem
}

.f-80 {
	font-size: 80px
}

.form-group {
	margin-bottom: 1.25em
}

.form-material .form-control {
	display: inline-block;
	height: 43px;
	width: 100%;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 9px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #ccc
}

.btn-md {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 23px
}

.btn-primary {
	background-color: #4099ff;
	border-color: #4099ff;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all ease-in .3s;
	transition: all ease-in .3s
}

.btn {
	border-radius: 2px;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px 19px;
	cursor: pointer
}

.m-b-20 {
	margin-bottom: 20px
}

.btn-md {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 23px
}

.heading {

	font-size: 21px;

}

#infoMessage p {

	color: red !important;
}


.btn-google {
	color: #545454;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 1px #ddd;
}


.or-container {
	align-items: center;
	color: #ccc;
	display: flex;
	margin: 25px 0;
}

.line-separator {
	background-color: #ccc;
	flex-grow: 5;
	height: 1px;
}

.or-label {
	flex-grow: 1;
	margin: 0 15px;
	text-align: center;
}


/*footer*/

#footer {
	background-color: #0d6f6d;
}

#footer h6 {
	color: #fff;
}

#footer p {
	color: #fff;
	font-size: 1rem;
}



#footer-about ul {
	margin: 0;
	padding: 0;
}

#footer-about ul li {
	list-style: none;
	display: inline-block;
}

#footer-about ul li a {
	display: flex;
	align-items: center;
	color: #000;
	background-color: rgb(136, 136, 136);
	width: 100%;
	height: 100%;
	font-size: .7rem;
	padding: .7rem;
	border-radius: 30%;
}

#footer-about i {
	font-size: 1.5rem;
	width: 15%;
	height: 5%;
}

#footer-about p {
	color: white;
	font-size: 1rem;
	width: 100%;
	text-align: left;
}

#footer-bottom-link a {
	text-decoration: none;
	width: 100%;
	color: #18c9c9;
}

.hr {
	border-top: 1px solid #fff;
}

.navbar a {
	text-transform: uppercase !important;
}

.navbar button {
	text-transform: uppercase !important;
}

@media screen and (max-width: 420px) {
	.navbar-brand img {
		width: 95% !important;
	}
}

@media screen and (max-width: 520px) {
	.navbar-brand img {
		width: 95% !important;
	}
}
