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;
  }
}
body {
  background: #F7F7F7;
}

.main-blogs-section .blog-card {
  border: 1px solid #E8E8EA;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
}
.main-blogs-section .blog-card:hover {
  cursor: pointer;
}
.main-blogs-section .blog-card:hover .mainimg {
  transform: scale(1.02);
}
.main-blogs-section .blog-card:hover h2 {
  color: #272D96;
  text-decoration: underline;
}
.main-blogs-section h2 {
  font-family: "GRBoldM";
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  color: #1C1C1C;
}
.main-blogs-section .mainimg {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  transform: scale(1);
}
.main-blogs-section a {
  text-decoration: none;
}
.main-blogs-section .imgcards {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-blogs-section .imgcards img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-bottom: 0px;
}
.main-blogs-section .imgcards p {
  color: #97989F;
  font-family: "GRBoldM";
  font-weight: normal;
}
.main-blogs-section .imgcards .right {
  display: flex;
  align-items: center;
  justify-content: start;
}/*# sourceMappingURL=blogs.css.map */