/**
Brand color Theme 
**/
* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Archivo", sans-serif;
}

.WebRupee {
  font-family: "WebRupee" !important;
}

.page-wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container {
  width: 100%;
  padding-inline: 15px;
  position: relative;
}

.bg-orange {
  background-color: #ff7700;
}

.bg-light-blue {
  background-color: #e8f5ff;
}

.bg-light-grey {
  background-color: #fafafb;
}

.bg-grey {
  background-color: #e4e5e7;
}

.bg-dark {
  background-color: #1b1a19;
}

.marker-tick li {
  position: relative;
}
.marker-tick li::before {
  content: "";
  background: url(/ui/bigrock/themes/ClassicBlue/images/homepage/marker-tick.svg) no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 14px;
  left: 3rem;
}

.hidden {
  display: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

.padding-0 {
  padding: 0 !important;
}

.padding-inline-0 {
  padding-inline: 0px !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto !important;
}

.border-grey {
  border: 1px solid #e4e5e7;
}

.border-bottom-grey {
  border-bottom: 1px solid #e4e5e7;
}

.border-right-grey {
  border-right: 1px solid #e4e5e7;
}

.hidden {
  display: none;
}

.opacity-0 {
  opacity: 0;
}

.positon-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.section-headline {
  padding-top: 8rem;
  text-align: center;
}
.section-headline h2 {
  font-size: clamp(4rem, 3.6vw, 6rem);
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  color: #1b1a19;
}
.section-headline h3 {
  margin-top: 2.5rem;
  font-size: clamp(2.1rem, 1.8vw, 2.4rem);
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  color: #1b1a19;
  font-weight: 400;
}

.button-primary {
  padding: 0.9vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #fff;
  min-width: 224px;
  background-color: #1b1a19;
  border-radius: 4px;
  transition: all 0.3s linear;
  font-weight: 500;
  outline: none;
  border: none;
  cursor: pointer;
}
.button-primary:hover {
  background-color: #373634;
}
.button-primary:disabled {
  background-color: #e4e5e7;
  border: 1px solid #e4e5e7;
  color: #c4c6ca;
}

.button-secondary {
  padding: 0.6vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #1b1a19;
  background-color: #fff;
  border-radius: 4px;
  min-width: 224px;
  font-weight: 500;
  border: 1px solid #1b1a19;
  transition: all 0.3s linear;
  cursor: pointer;
}
.button-secondary:hover {
  background-color: #c4c6ca;
  color: #1b1a19;
  border: 1px solid #e4e5e7;
}
.button-secondary:disabled {
  color: #c4c6ca;
  border: 1px solid #e4e5e7;
}

.button-orange {
  padding: 0.6vw 3.3vw;
  font-size: 1.8rem;
  line-height: 1.58;
  color: #fff;
  min-width: 224px;
  background-color: #ff7700;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #ff7700;
  transition: all 0.3s linear;
  cursor: pointer;
}
.button-orange:hover {
  background-color: #ee6900;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ee6900;
}
.button-orange:disabled {
  color: #c4c6ca;
  border: 1px solid #e4e5e7;
}

.gap-4 {
  gap: 4rem;
}

@media (max-width: 72em) {
  .wrapper {
    margin: 0 auto;
    width: 95%;
  }
  .button-primary {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .button-secondary {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .button-orange {
    padding: 0.6rem 4rem;
    font-size: 1.6rem;
  }
  .section-headline h2 {
    font-size: 4rem;
  }
  .section-headline h3 {
    font-size: 2.1rem;
  }
}
@media (min-width: 72em) {
  .wrapper {
    width: 95%;
    max-width: 1720px;
  }
}
@media (max-width: 42rem) {
  .wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .hidden-xs {
    display: none;
  }
  .overflow-scroll-y-sm {
    overflow-y: scroll;
  }
  .visible-xs {
    display: block;
  }
}
footer {
  color: #fff;
}
footer .row {
  margin-inline: 0px;
}
footer .footer-logo-container {
  padding-block: 3.2rem;
  border-bottom: 1px solid #7a7b7b;
  padding-inline: 3%;
  margin-inline: 0;
}
footer .footer-logo-container .footer-logo {
  display: flex;
  align-items: flex-end;
}
footer .footer-logo-container .footer-logo .logo-img {
  height: 45px;
}
footer .footer-logo-container .sign-up-email p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email {
  display: flex;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email #subscribe-email {
  flex: 1;
  padding: 16px 8px;
  font-size: 1.4rem;
  border: 1px solid #7a7b7b;
  border-radius: 4px 0px 0px 4px;
  height: 41px;
  display: inline;
  color: #fff;
  transition: all 0.3s linear;
  vertical-align: bottom;
  background: #1b1a19;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email #subscribe-email::placeholder {
  color: #7a7b7b;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email #subscribe-email:active, footer .footer-logo-container .sign-up-email .subscribe-input-email #subscribe-email::hover {
  border: 1px solid #fff;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email .subscribe-submit {
  height: 40px;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  background-color: #e4e5e7;
  border: none;
  color: #1b1a19;
  text-transform: capitalize;
  width: 13rem;
  font-size: 1.6rem;
  padding: 0;
  margin-left: -3px;
  cursor: pointer;
  font-weight: 500;
}
footer .footer-logo-container .sign-up-email .subscribe-input-email::hover .subscribe-submit {
  background-color: #fff;
}
footer .footer-links-container {
  padding-block: 4rem 8rem;
  padding-inline: 3%;
  margin-inline: 0;
}
footer .footer-links-container p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
footer .footer-links-container .footer-links li {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
  color: #7a7b7b;
}
footer .footer-links-container .footer-links li:hover {
  color: #fff;
}
footer .footer-social-container {
  padding-block: 2.4rem;
  border-bottom: 1px solid #7a7b7b;
  padding-inline: 3%;
  margin-inline: 0px;
}
footer .footer-social-container #country-selector {
  border: none;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #1b1a19;
  transition: all 0.3s linear;
  width: 150px;
  border-radius: 4px;
  border-right: 16px solid transparent;
}
footer .footer-social-container #country-selector:hover {
  background-color: #373634;
}
footer .footer-social-container .footer-social {
  font-size: 1.8rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
footer .footer-social-container .footer-social a {
  color: #7a7b7b;
  transition: all 0.3s linear;
}
footer .footer-social-container .footer-social a:hover {
  color: #fff;
}
footer .footer-copyright {
  padding-block: 2.4rem;
  padding-inline: 3%;
}
footer .footer-copyright p {
  font-size: 1.2rem;
  color: #7a7b7b;
  line-height: 1.75;
}
footer .footer-copyright .footer-legal-links {
  display: flex;
  justify-content: flex-end;
  gap: 2.4rem;
}
footer .footer-copyright .footer-legal-links a {
  font-size: 1.2rem;
  line-height: 2;
  color: #7a7b7b;
}
footer .footer-copyright .footer-legal-links a:hover {
  color: #fff;
}
footer .footer-accredation {
  padding-inline: 3%;
  color: #1b1a19;
}
footer .footer-accredation .footer-content {
  margin-block: 4rem;
  width: 60%;
  margin-right: 1vw;
}
footer .footer-accredation .footer-content p {
  font-size: 12px;
  line-height: 1.75;
}
footer .footer-accredation .footer-accredation-logo {
  max-width: 420px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
}
footer .footer-accredation .footer-accredation-logo .accredation-block {
  display: flex;
  flex-direction: row;
  margin-block: auto;
}
footer .footer-accredation .footer-accredation-logo .accredation-block img {
  height: 55px;
}
footer .footer-accredation .footer-accredation-logo .accredation-block span {
  color: #1b1a19;
  margin-left: 1.8rem;
  font-size: 12px;
  line-height: 1.5;
  align-self: end;
  margin-bottom: 0.6rem;
}

.height-50 {
  height: 50%;
}

@media (max-width: 42rem) {
  .footer-link-list + p {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer-link-list + p span {
    display: inline;
  }
  footer .footer-logo-container .footer-logo {
    justify-content: center;
  }
  footer .footer-links-container p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.6rem 0;
  }
  footer .footer-links-container p span {
    display: inline-block;
    transition: all 0.3s linear;
  }
  footer .footer-links-container ul {
    animation: fadeInUp 0.3s linear;
  }
  footer .footer-links-container ul li:first-child {
    margin-top: 0;
  }
  footer .footer-copyright {
    flex-direction: column-reverse;
  }
  footer .footer-copyright p {
    text-align: center;
  }
  footer .footer-copyright .footer-legal-links {
    justify-content: center;
    margin-bottom: 1.6rem;
  }
  footer .footer-accredation {
    flex-direction: column-reverse;
  }
  footer .footer-accredation .footer-content {
    width: 90%;
    margin-inline: auto;
    margin-block: 2.4rem;
  }
  footer .footer-accredation .footer-accredation-logo {
    flex-direction: row;
    margin-left: 0;
    padding-top: 2.4rem;
    justify-content: space-around;
    max-width: 100%;
  }
  footer .footer-accredation .footer-accredation-logo .accredation-block {
    flex-direction: column;
  }
  footer .footer-accredation .footer-accredation-logo .accredation-block img {
    height: 38px !important;
  }
  footer .footer-accredation .footer-accredation-logo .accredation-block span {
    margin: 0px;
    align-self: center;
  }
  footer .footer-accredation .footer-accredation-logo .accredation-block span br {
    display: none;
  }
}
@media (min-width: 42em) and (max-width: 72em) {
  .margin-md-6 {
    margin-top: 6rem;
  }
}/*# sourceMappingURL=footer.min.css.map */