.btn-blue-mc {
	color: #fff;
	background-color: #1bb1dc;
	border-color: #0b82a4;
}
.btn-blue-mc:hover {
  color: #fff;
  background-color: #0b82a4;
  border-color: #1bb1dc;
}

.btn-blue-mc:focus, .btn-blue-mc.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-blue-mc.disabled, .btn-blue-mc:disabled {
  color: #fff;
  background-color: #0b82a4;
  border-color: #0b82a4;
}

.btn-blue-mc:not(:disabled):not(.disabled):active, .btn-blue-mc:not(:disabled):not(.disabled).active,
.show > .btn-blue-mc.dropdown-toggle {
  color: #fff;
  background-color: #1bb1dc;
  border-color: #0b82a4;
}

.btn-blue-mc:not(:disabled):not(.disabled):active:focus, .btn-blue-mc:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-mc.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.form-control {
	border:1px solid #1bb1dc;
}

.mt-6  {
	margin-top: 6rem !important;
}

.mt-7  {
	margin-top: 7rem !important;
}

.mt-8  {
	margin-top: 8rem !important;
}

.mt-9  {
	margin-top: 9rem !important;
}

.mt-10  {
	margin-top: 10rem !important;
}
.btn {
	padding: 5px 25px;
}

@media (max-width: 991px) {
	.nolink {
		color: #fff;
	}
}