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-contact-us .rowmain {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.0588235294);
}
.main-contact-us .left-clms .bluecard {
  background: #272D96;
  color: #fff;
  position: relative;
  border-radius: 10px;
}
.main-contact-us .left-clms .bluecard .cu-social-cards {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}
.main-contact-us .left-clms .bluecard .cu-social-cards img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
  margin-top: 6px;
}
.main-contact-us .left-clms .bluecard .cu-social-cards ul {
  list-style: none;
}
.main-contact-us .left-clms .bluecard .cu-social-cards ul li {
  margin-right: 10px;
  display: inline-block;
}
.main-contact-us .left-clms .bluecard .cu-social-cards ul li a {
  width: 35px;
  background: #13D803;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border-radius: 100px;
  text-decoration: none;
}
.main-contact-us .left-clms .bluecard .cu-social-cards ul i {
  color: #272D96 !important;
}
.main-contact-us .left-clms .bluecard .bigcircle {
  position: absolute;
  right: -15%;
  bottom: -15%;
  width: 250px;
}
.main-contact-us .left-clms .bluecard .smallcircle {
  position: absolute;
  right: 12%;
  bottom: 12%;
  width: 120px;
}
.main-contact-us .right-side-forms label {
  font-family: "GRBoldM";
  font-size: 14px;
  font-weight: normal;
}
.main-contact-us .right-side-forms div {
  font-family: "GRSmall";
  font-weight: bold;
}
.main-contact-us .right-side-forms input, .main-contact-us .right-side-forms textarea {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
  border-radius: 0px !important;
  margin-bottom: 30px;
  padding: 10px 0px;
}
.main-contact-us .right-side-forms input:focus-visible, .main-contact-us .right-side-forms input:focus, .main-contact-us .right-side-forms textarea:focus-visible, .main-contact-us .right-side-forms textarea:focus {
  border: 0px;
  box-shadow: none;
}
.main-contact-us .right-side-forms .btn-submit {
  background: #272D96;
  color: #F7F7F7;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "GRBoldM";
  float: right;
  margin-top: 20px;
}
.main-contact-us .right-side-forms .lastline {
  position: absolute;
  bottom: -35px;
  right: 10%;
  width: 170px;
}

.main-contact-us .rowmain .bluecard div {
  font-family: "GRBoldM";
}
.main-contact-us .enableds {
  display: none;
}

@media only screen and (max-width: 768px) {
  .main-contact-us .rowmain .left-clms {
    padding: 0px 10px !important;
  }
  .main-contact-us .rowmain .bluecard {
    padding: 25px !important;
  }
  .main-contact-us .rowmain .bluecard div {
    font-size: 18px !important;
    font-family: "GRBoldM";
  }
  .main-contact-us .rowmain .right-side-forms {
    padding: 35px 25px !important;
    padding-bottom: 80px !important;
  }
  .main-contact-us .enableds {
    display: block;
  }
}/*# sourceMappingURL=contact.css.map */