@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.banner {
  background-color: #242538;
  background-position: center;
  height: 40vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 20px 20px;
}

.exchange-btn {
  top: 40px;
  left: 40px;
}

.explore-btn {
  top: 40px;
  right: 40px;
}

.profile-div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.profile-img {
  bottom: -50px;
  padding: 30px;
  background-color: #fff;
  border: 7px solid #878787;
  border-radius: 50%;
}
.profile-img img {
  width: 50px;
  height: 50px;
}

.bg-offwhite {
  background-color: #f5f5f5;
}

.bg-black {
  background-color: black;
}

.fw-400 {
  font-weight: 400;
}

.radius-30 {
  border-radius: 30px;
}

.radius-10 {
  border-radius: 10px;
}

.border-black {
  border: 1px solid black;
}

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

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

.rateUsPage {
  min-height: 80vh;
  max-height: 100%;
  border-radius: 10px !important;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.rateUsPage .save-btn {
  width: 100%;
  border-radius: 10px;
  height: 41px;
  text-align: center;
  vertical-align: middle;
  background-color: #006ac2;
  color: #fff;
}
.rateUsPage .rateUsOuter {
  height: 100% !important;
}
.rateUsPage .rateUsCard {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
}
.rateUsPage .rateUsCard .user-card {
  position: absolute;
  top: -45px;
  left: 3%;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #00cdff;
  width: 94%;
  height: 90px;
}
.rateUsPage .rateUsCard .user-card img {
  height: 100%;
  border-radius: 10px;
}
.rateUsPage .rateUsCard .position-relative {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  top: 190px;
}

@media screen and (max-width: 768px) {
  .rateUsPage {
    min-height: 100vh !important;
    max-height: 100%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .rateUsCard {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
  }
  .rateUsCard .user-card {
    position: absolute;
    top: -45px;
    left: 3%;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #00cdff;
    width: 94%;
    height: 90px;
  }
  .rateUsCard .user-card img {
    height: 100%;
    border-radius: 10px;
  }
  .rateUsCard .position-relative {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    top: 120px !important;
  }
}
.line-h-22 {
  line-height: 22px;
}

.h-80px {
  height: 75px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.tinos-regular {
  font-family: "Tinos", serif;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.fs-24 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 17px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 14px;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}/*# sourceMappingURL=style2.css.map */