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-single-blog h1, .main-single-blog h2, .main-single-blog h3, .main-single-blog h4 {
  color: #1C1C1C !important;
}
.main-single-blog h2, .main-single-blog h3 {
  margin-top: 30px;
}
.main-single-blog h3 {
  margin-bottom: 10px;
}
.main-single-blog .row .main-content, .main-single-blog .row .sidebar {
  border-radius: 30px;
  padding: 30px;
  background: #fff;
  padding-top: 50px;
  padding-top: 25px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.0666666667);
}
.main-single-blog .row h2, .main-single-blog .row p, .main-single-blog .row a, .main-single-blog .row ul, .main-single-blog .row li, .main-single-blog .row ol, .main-single-blog .row div {
  color: #1C1C1C;
}
.main-single-blog .row .sidebar h2 {
  font-size: 26px;
}
.main-single-blog .row .sidebar .scards {
  width: 49%;
  display: inline-block;
}
.main-single-blog .row .sidebar .scards a {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
}
.main-single-blog .row .sidebar .scards p {
  margin: 0px;
  padding: 0px;
}
.main-single-blog .row .sidebar .scards .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-single-blog .row .sidebar .scards .left i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 10px;
  background: #272D96;
  color: #fff;
  width: 42px;
  text-align: center;
  height: 42px;
  border-radius: 10px;
  margin-right: 10px;
}
.main-single-blog .row .sidebar .scards .left .insta {
  background: #833AB4;
  color: #fff;
}
.main-single-blog .row .sidebar .scards .left .fb {
  background: #1877F2;
}
.main-single-blog .row .sidebar .scards .left .yts {
  background: #FF0000;
}
.main-single-blog .row .sidebar .scards .left .location {
  background: #EA4335;
}
.main-single-blog .row .sidebar .recents-blogs img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
}
.main-single-blog .row .sidebar .recents-blogs h3 {
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 18px;
}
.main-single-blog .row .sidebar .recents-blogs .date {
  font-size: 13px;
  margin-left: 10px;
  line-height: 20px;
  margin-bottom: 0px;
}
.main-single-blog img {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.main-single-blog .featured-imgs {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.main-single-blog p {
  font-family: "GRBoldM";
  font-weight: normal;
  margin-bottom: 15px;
  color: #1C1C1C;
}
.main-single-blog ul, .main-single-blog ol {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  padding-left: 18px;
}

@media only screen and (max-width: 768px) {
  .main-single-blog .row h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .main-single-blog .row .main-content img {
    height: auto !important;
  }
  .main-single-blog .sidebar {
    margin-top: 30px;
  }
}/*# sourceMappingURL=singleblog.css.map */