a {
  text-decoration: none !important;
  color: inherit !important;
}

.btn {
  padding: 6px 15px;
}

.btn-primary {
  background: rgb(21, 56, 127) !important;
  border: 1px solid rgb(21, 56, 127) !important;
}

.btn-outline-primary {
  border: 1px solid rgb(21, 56, 127) !important;
  color: rgb(21, 56, 127);
}

.btn-outline-primary:hover {
  background: rgb(21, 56, 127) !important;
}

.text-primary {
  color: rgb(21, 56, 127) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.text-red {
  color: #FF6768;
}

a {
  text-decoration: none;
  color: inherit;
}

.custom_label {
  font-size: 12px;
}

.custom_input {
  border: 1px solid rgba(38, 56, 89, 0.3254901961);
  outline: none;
  width: 100%;
  padding: 5px 10px;
}

.nav__button {
  border: none;
  font-size: 13px;
  padding: 5px 10px;
  width: 100%;
  background: none;
  border-radius: 5px;
  margin: 2px 0px;
}

.nav__button:hover {
  background: rgba(217, 240, 255, 0.5098039216);
  color: #0099ff;
}

.nav__button_active {
  background: rgba(217, 240, 255, 0.5098039216);
  color: #0099ff;
}

#youtubesection iframe {
  height: 360px !important;
  width: 100% !important;
  border-radius: 10px;
}

#mapEmbed iframe {
  height: 300px !important;
  width: 100% !important;
  border-radius: 10px;
}

.nav-item {
  padding: 5px 10px;
}

.nav-item .nav-link {
  font-size: 14px;
  color: #000;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  padding: 0;
  margin: 14px 0px;
  font-size: 14px;
  color: #c8c8c8;
}

footer ul li a:hover {
  color: #fff;
}

.footer-col-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #b5b5b5;
  margin-bottom: 15px;
}

.page__title {
  color: rgb(21, 56, 127);
  font-weight: 600;
}

.h1 {
  font-size: 3.5rem;
}

#qr_code button {
  display: flex;
  justify-content: center;
  background-color: #1f1f1f;
  color: #eae6e5;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
  padding: 10px 0px;
}

#currentUrl {
  font-size: 12px;
  color: gray;
}

#stroke {
  font-size: 3rem;
  text-transform: uppercase;
  opacity: 0.1;
  -webkit-text-stroke: 1px black;
  -webkit-text-fill-color: white;
  font-weight: 700;
}

.bg-daark {
  background: #000000 !important;
}

#template3 h1 {
  font-family: "Merriweather", serif;
  color: #595959;
  font-weight: 600;
}

#template3 h2, #template3 h3, #template3 h4 {
  color: #595959;
}

.separator {
  content: "";
  background-color: #304CFD;
  border-radius: 0.5rem;
  height: 0.3125rem;
  bottom: 5.15rem;
  left: 30;
  width: 3.125rem;
  z-index: 1;
  margin: 10px 0px;
}

#template3 p {
  font-weight: 300;
}

.clickable-div {
  border: 2px solid #fff;
}

.carth2 {
  font-size: 1.7rem;
  font-weight: 700;
}

.razorpay-payment-button {
  padding: 10px 40px;
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.razorpay-payment-button:hover {
  background: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=app.css.map */