@font-face {
  font-family: Calgarydemo;
  src: url("Calgarydemo.ttf");
}

@font-face {
  font-family: Inter;
  src: url("Inter-Regular.ttf");
}

span.whatsapp.bottomSlide {
  bottom: 50px;
}

.whatsapp {
  right: 30px;
}

.admission,
.whatsapp {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  transition: 0.3s ease-in-out;
}

body {
  font-family: Calgarydemo;
}

.floating-btn {
  position: fixed;
  top: 45%;
  right: -4.5%;
  z-index: 99;
  transform: rotate(270deg);
}

.btnnss {
  padding: 10px 20px;
  border-radius: 20px;
  background: #bf4900 !important;
  color: white;
}

.floating-btn a {
  text-decoration: none !important;
  color: white;
}

.button-primary-float {
  font-size: 16px;
  background: #184f4d;
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0;
}

.sbutton-primary-float {
  font-size: 16px;
  background: #184f4d;
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff !important;
  padding: 0px 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0;
}

@media (max-width: 480px) {
  .float-bottom {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    padding: 5px 0px;
    background-color: #184f4d;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

div#lead_form {
  /* background-color: #ebebeb; */
  padding: 0px 15px 5px 15px;
  border-radius: 0px;
  z-index: 99;
}

@media only screen and (min-width: 768px) {
  #lead_form {
    margin-top: -42%;
    /* margin-top: -65%; */
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.about {
  background-color: #fef6e5;
}

.space {
  margin-top: 40px;
}

.textt {
  background-color: #184f4d;
}

.imgs {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.locations {
  background-color: #bf4900;
  color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  margin-top: 0px;
  font-size: 11px;
}

.btn {
  background: #bf4900 !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 10px 40px !important;
}

.btnn {
  margin-right: 2rem !important;
  border-radius: 20px;
  background: #bf4900 !important;

  background-color: #bf4900;
  padding: 10px 51px;
  border: none;
  color: #ffffff;
}

.button {
  background-color: #bf4900;
  color: #ffffff;
  border-radius: 15px;
  border: none;
  padding: 5px 15px;
  margin-top: 18px;
}

.btnnn {
  margin-top: 35px !important;
  background-color: #bf4900;
  padding: 5px 10px;
  border: none;

  text-decoration: none;
  color: #ffffff;
  margin-left: 1rem !important;
  border-radius: 15px;
  font-size: 13px;
}

.slide {
  background-color: #fef6e5;
}

.text {
  font-size: 40px;
  color: #560505;
  font-family: Calgarydemo;
  font-weight: 500;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

p.w-SSS50.m-auto {
  padding: 0px 280px;
  font-family: Inter !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Inter !important;
}

.navbasr {
  background: #184f4d;
  padding: 0px 0px 10px 0px;
}

button.owl-dot {
  height: 2px !important;
  opacity: 35%;
  background: #184f4d !important;
  width: 2% !important;
}

button.owl-dot.active {
  height: 2px !important;
  opacity: 100%;
  background: #cc422c !important;
  width: 2% !important;
}

.owl-dots {
  position: absolute;
  bottom: -30px;
  /* Adjust this value to position the dots */
  width: 100%;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.owl-dot.active {
  background-color: #333;
  /* Color for the active dot */
}

.btnnss a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.btnnss a:hover {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.bbtnn {
  border-radius: 20px;
  background: #bf4900 !important;
  background-color: #bf4900;
  padding: 10px 51px;
  border: none;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .navbasr {
    background: #184f4d;
    padding: 00px 0px 50px 0px;
  }

  p.w-SSS50.m-auto {
    padding: 0px 10px;
  }

  .btnnss a {
    text-decoration: none;
    color: white;
    font-size: 9px;
  }

  .btnnss a:hover {
    text-decoration: none;
    color: white;
    font-size: 9px;
  }
}

@media screen and (max-width: 300px) {
  .btnnss {
    padding: 10px 10px;
    border-radius: 20px;
    background: #bf4900 !important;
    color: white;
    width: 55%;
  }

  .btnnss img {
    width: 10%;
  }
}

.form-row {
  display: flex;
  gap: 20px; /* Adds space between the form fields */
  justify-content: space-between;
}

.form-group {
  flex: 1; /* Each form group takes equal space */
}

.form-group label {
  color: white;
}
.btn-center {
  display: block;
  margin: 0px auto 20px;
}

@media (max-width: 767px) {
  div#lead_form {
    background-color: #184f4d !important;
  }
}
