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;
  }
}
header {
  background: #272D96;
  position: sticky;
  top: 0px;
  z-index: 100;
}
header .mainnav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header .mainnav ul li {
  display: inline-block;
}
header .mainnav ul li a {
  text-decoration: none;
  color: #F7F7F7;
  font-weight: 600;
  letter-spacing: 1.2px;
}
header .mainnav ul li a:hover {
  color: #FFF300;
}
header .mainnav ul li:not(:last-child) {
  margin-right: 35px;
}

.mb-menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .mainlogo img {
    width: 190px;
  }
}
@media only screen and (max-width: 999px) {
  .mb-menu {
    display: block;
  }
  .mb-menu a i {
    color: #13D803;
    font-size: 30px;
  }
  .menus, #mbclose {
    display: none;
  }
  .mainheader-active #mbclose {
    display: block;
  }
  .mainheader-active #openmenu {
    display: none;
  }
  .mainheader-active .menus {
    display: block;
    position: absolute;
    left: 0px;
    background: #1C1C1C;
    width: 100%;
    padding: 20px;
    top: 72px;
  }
  .mainheader-active .menus li {
    display: block;
  }
  .mainheader-active .menus .last-li {
    display: inline-block;
  }
  .mainheader-active .menus li:not(:last-child) {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=header.css.map */