body {
  font-family: 'Manrope', sans-serif;
  font-family: 'Roboto', sans-serif;
}

img {
  max-width: 100%;
}
.notice-bar {
  background: var(--primary_color);
  padding: 10px;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff !important;
}

.notice-bar p {
  margin: 0;
  text-align: center;
}

.notice-bar a {
  color: white;
  text-decoration: none;
  margin-left: 15px;
}

.banner-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.trust-section img {
  width: 100%;
}
.trust-section h3 {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 142%;
  letter-spacing: 0.0168em;
  font-feature-settings:
    'tnum' on,
    'lnum' on;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.section {
  padding: 50px 0;
}
img.bg-img {
  width: auto;
  height: 97%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel-card {
  background: #ffffff;
  box-shadow:
    0px 2px 4px rgba(15, 86, 179, 0.18),
    0px 4px 8px rgba(15, 86, 179, 0.18);
  border-radius: 12px;
  overflow: hidden;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  object-fit: contain;
}
.carousel-card img {
  height: 100%;
  width: 100%;
}

.banner-card {
  background: #ffffff;
  box-shadow:
    0px 2px 4px rgba(15, 86, 179, 0.18),
    0px 4px 8px rgba(15, 86, 179, 0.18);
  border-radius: 12px;
  width: 155px;
  text-align: center;
  padding: 15px;
  margin-right: 15px;
}

.banner-card img {
  width: auto;
  height: 50px;
  margin: auto;
  display: block;
}

.banner-card p {
  margin-bottom: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-top: 15px;
  letter-spacing: 0.005em;
  font-feature-settings:
    'tnum' on,
    'lnum' on;
  color: rgba(65, 65, 65, 0.8);
}

.search-card {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 12px;
  background: white;
  position: absolute;
  bottom: -53px;
}
.search-item {
  padding: 15px;
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0168em;
  font-feature-settings:
    'tnum' on,
    'lnum' on;
  color: var(--primary_color);
  border-bottom: 1px solid #e0e0e0;
}
p.search-heading {
  margin: 0;
}
button.search-btn {
  background: var(--primary_color);
  box-shadow:
    0px 1px 2px rgb(15 86 179 / 20%),
    0px 2px 4px rgb(15 86 179 / 20%);
  border-radius: 8px;
  color: white;
  border: none !important;
  padding: 5px 15px;
}
.div-half {
  display: flex;
}
.search-itemn-left select {
  border: none;
  appearance: none;
  padding: 12px;
  border-radius: 10px 0 0 10px;
  border-right: 1px solid #e0e0e0;
}

.input-wrap {
  display: flex;
  height: 100%;
  padding: 9px 15px;
  align-items: center;
}
img.s-img {
  width: 100%;
  height: auto;
}
.input-wrap i {
  margin-right: 10px;
  color: #818181;
  font-size: 20px;
}
.input-wrap input {
  border: initial;
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0168em;
  font-feature-settings:
    'tnum' on,
    'lnum' on;
  padding-right: 10px;
  outline: none;
  margin-right: 10px;
}
.banner-side-img {
  height: 100%;
  z-index: 0;
}

.privacy-tabs button[aria-selected='false'] {
  font-weight: 500 !important;
}

@media screen and (max-width: 1200px) {
  .banner-side-img {
    width: 100%;
    z-index: 0;
  }
}

.check-ul li {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .privacy-tabs .MuiTabs-flexContainer {
    flex-direction: row;
    overflow: auto;
  }
  .privacy-tabs .MuiTabs-indicator {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 690px) {
  .step-home {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .step-home .MuiStep-horizontal {
    flex: 0 0 50% !important;
    width: 50%;
    margin-bottom: 20px;
  }
  .step-home .MuiStepConnector-root {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .banner-heading-div {
    padding: 0 20px;
  }
  .free-text {
    font-size: 12px;
  }
  .check-ul img {
    width: auto;
    height: 30px;
  }
  .search-card {
    position: relative;
    width: 95%;
    margin: 25px auto 0;
  }
  .div-half {
    display: flex;
    flex-wrap: wrap;
  }
  .search-itemn-right {
    flex: 1;
  }
  button.search-btn {
    padding: 5px 7px;
  }
  .input-wrap input {
    font-size: 13px;
    width: 58%;
  }
  .search-itemn-right {
    width: 74%;
  }
  button.search-btn img {
    display: none;
  }
}

.htmlrender > div > p {
  margin: 0;
}
