* {
  margin: 0%;
  padding: 0%;
  text-decoration: none;
  list-style: none;
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --font-xsm: 14px;
  --font-sm: 15px;
  --font-md: 16px;
  --font-lg: 24px;
  --font-xl: 32px;
  --font-xxl: 64px;
  /* COLORS */
  --color-blue: #4556b7;
  --color-white: #ffffff;
  --color-black: #636363;
}

body {
    background-color: #FFFFFF;
    font-family: "DM Sans", sans-serif !important;
    overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif !important;
}
.fs_xxl {
  font-size: var(--font-xxl);
}

/*MAIN HEADING */
.main_heading {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 38.8px;
    text-align: center;
}
/*TEXT HEADING */
.heading {
  font-size: var(--font-md);
  font-weight: 400;
}
.button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 40px;
    border-radius: 12px;
    color: #f6f7fb;
    background-color: var(--color-blue);
}
.full-height {
  min-height: 100vh;
}


.heading_color {
  color: var(--color-blue);
}

.sub_heading {
  font-size: var(--font-xsm);
  font-weight: 600;
  color: var(--color-white);
}

.border_box {
  background-color: rgba(255, 65, 65, 0.2);
  padding: 10px 18px;
  border-radius: 10px;
}

.text_heading {
    color: var(--color-blue);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
}

.backGroundeColor {
  background-color: #f6f7fb;
  min-height: 100vh;
  padding: 10px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.h-70 {
  height: 70%;
}
.mt {
  margin-top: 5%;
}
.width {
    width: 75%;
    height: auto;
    display: block;
    margin: 0px auto;
}
/* .mt {
  margin-top: 40px;
  margin-bottom: 40px;
} */

.text_color {
  color: var(--color-blue) !important;
}

.op {
  opacity: 60%;
}

.w-525 {
  width: 525px;
}

.m-width {
  max-width: 284px;
}

.input-icon {
  position: relative;
}

.input-icon i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}
.input-width {
    width: 45%;
    margin: 10px auto 0 !important;
}
.input-icon img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.input-icon input {
  padding-left: 35px;
  background-color: #eff1f999;
}

.rightEyeIcon {
  position: absolute;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.topRightImg {
  position: absolute;
  right: 10px;
  top: 20px;
}
.bottomRightImg {
  position: absolute;
  right: 10px;
  bottom: 0px;
  height: 555px;
  width: 640px;
}

/* carausals css .carousel-indicators */
.carousel-indicators {
  position: absolute  !important;
  right: 0  !important;
  bottom: -60px  !important;
  left: 0  !important;
  z-index: 2  !important;
  display: flex  !important;
  justify-content: center  !important;
  padding: 0  !important;
  margin-right: 15%  !important;
  margin-bottom: 1rem  !important;
  margin-left: 15%  !important;
}
.carousel-indicators button {
  background-color: #c9c9c9 !important;
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  height: 12px !important;
  margin: 10px 5px !important;
  border: none !important;
}

/* Change color of the active indicator */
.carousel-indicators .active {
  background-color: var(--color-black) !important;
}

/* Optional: Add hover effect */
.carousel-indicators button:hover {
  background-color: var(--color-black) !important;
}
.carousel-indicators [data-bs-target] {
  background-color: #c9c9c9 !important;
  border-radius: 50% !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  border: none !important;
}

