/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", serif !important;
} */
/* .fiq_pricing_page_header {
  position: relative;
  height: 255px;
} */
/* .fiq_pricing_page._header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* .fiq_pricing_page_header_wrap {
  max-width: 1280px;
  margin: auto;
  z-index: 10;
  position: relative;
  padding-top: 20px;
} */
.fiq_pricing_page_logo_user_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fiq_pricing_page_logo {
  width: 210px;
  height: auto;
}
.fiq_pricing_page_user_img {
  width: 60px;
  height: 60px;
  display: block;
  background: white;
  border-radius: 100%;
  overflow: hidden;
}
.fiq_pricing_page_user_img img {
  width: 100%;
  height: 100%;
}
.fiq_pricing_page_user_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.fiq_pricing_page_user_wrap span {
  color: white;
  font-size: 16px;
}
/* .fiq_pricing_page_header_heading {
  color: white;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  margin-top: 86px;
} */
.trail-section-wrapper {
  padding-top: 100px;
}

/* .fiq_pricing_page_current_page_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  margin: auto;
  height: 40px;
  border: 1px solid #009dc8;
  border-radius: 6px;
  margin-top: 10px;
  color: white;
  font-size: 16px;
  background: #062d428a;
  max-width: max-content;
  padding: 10px;
  gap: 8px;
} */
/* .fiq_pricing_page_current_page_wrap i {
  font-size: 12px;
  margin-top: 2px;
}
.fiq_pricing_page_current_page_wrap span {
  color: #d6c100;
} */

@media (max-width: 500px) {
  /* .fiq_pricing_page_header {
    height: 245px;
  } */
  .fiq_pricing_page_logo {
    width: 110px;
  }
  /* .fiq_pricing_page_header_wrap {
    width: 100%;
  } */
  .fiq_pricing_page_logo_user_wrap {
    padding: 0px 20px;
  }
  .fiq_pricing_page_user_wrap {
    gap: 10px;
  }
  .fiq_pricing_page_user_wrap span {
    font-size: 12px;
  }
  .fiq_pricing_page_user_img {
    width: 40px;
    height: 40px;
  }
  /* .fiq_pricing_page_header_heading {
    font-size: 22px;
    margin-top: 95px;
  }
  .fiq_pricing_page_current_page_wrap {
    width: 150px;
    height: 35px;
    font-size: 12px;
  } */
  .trail-section-wrapper {
    padding-top: 0px;
  }
}
