body, html {
  overflow-x: hidden !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  background: #13D803;
}

::-webkit-scrollbar-thumb:hover {
  background: #FFF300;
}

#CtSpinner, #messagehere {
  display: none;
}

@font-face {
  font-family: "GRSmall";
  src: url("/assets/fonts/Gotham-Rounded-Light.otf");
}
@font-face {
  font-family: "GRBoldM";
  src: url("/assets/fonts/Gotham-Rounded-Medium.otf");
}
@font-face {
  font-family: "GRBook";
  src: url("/assets/fonts/Gotham-Rounded-Book.otf");
}
@font-face {
  font-family: "GRBold";
  src: url("/assets/fonts/Gotham-Rounded-Bold.otf");
}
.book-now {
  background: #13D803;
  padding: 5px 14px;
  display: block;
  border: 1px dashed #272D96;
  color: #272D96;
  color: #272D96 !important;
}

h1 {
  color: #13D803;
  font-family: "GRBold";
  margin-bottom: 0px;
}

h2, h3, h4, h5, h6 {
  color: #272D96;
  font-family: "GRBold";
  margin-bottom: 0px;
}

p, a, li, ul, body, span, button, ol {
  color: #1C1C1C;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h1 {
  color: #FFF300;
}

h2 {
  color: #272D96;
  font-weight: bold;
  font-size: 36px;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "GRBoldM";
  color: #F7F7F7;
  margin-bottom: 0px;
}

li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #272D96;
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
  h1 h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h1 .btn-yellow {
    font-size: 16px;
  }
}
footer {
  background: #272D96;
}
footer h4, footer p, footer li, footer a {
  color: #fff;
}
footer .foot-menus {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .foot-menus a {
  text-decoration: none;
  color: #F7F7F7;
}
footer .foot-menus a:hover {
  color: #FFF300;
}
footer h4 {
  font-family: "GRBold";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}
footer .foot-3 {
  padding-left: 60px;
}
footer .foot-1 {
  padding-right: 70px;
}
footer hr {
  border-color: #F7F7F7;
}
footer .social-cards {
  margin-top: 20px;
}
footer .social-cards ul {
  margin: 0px;
  padding: 0px;
}
footer .social-cards ul li {
  display: inline-block;
}
footer .social-cards ul li a {
  text-decoration: none;
  font-size: 22px;
  border: 1px solid #13D803;
  background: #13D803;
  color: #272D96;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social-cards ul li a:hover {
  background: #FFF300;
  color: #1C1C1C;
  border-color: #FFF300;
}
footer .social-cards ul li:not(:last-child) {
  margin-right: 10px;
}

@media only screen and (max-width: 999px) {
  footer .foot-3 {
    padding-left: 10px;
  }
  footer .foot-1 {
    padding-right: 10px;
  }
  footer .foot-2, footer .foot-3, footer .foot-4 {
    margin-top: 45px;
  }
}/*# sourceMappingURL=footer.css.map */