html{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@font-face {
  font-family: sf-pro-display-medium;
  src: url("./fonts/sf-pro-display-medium.woff");
}

@font-face {
  font-family: FiraGo-Regular;
  src: url("./fonts/FiraGO-Regular.ttf");
}

*{
  font-family: sf-pro-display-medium !important;
}
.fira-go-font{
  font-family: FiraGo-Regular !important;
}

.arrow-up {
  display: none;
}
.arrow-down {
  display: block;
}
.menu:hover .arrow-up {
  display: block;
}
.menu:hover .arrow-down {
  display: none;
}
.menu-title:hover {
  color: rgb(255, 78, 0);
}
.line {
  opacity: 0 !important;
}
.menu.relative:hover .line {
  opacity: 1 !important;
}
#menu li {
  display: block;
}
#menu ul {
  /* display: none; */
}

.material-textfield {
  position: relative;
}

label {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.textarea-label {
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

textarea:focus {
  border: 2px solid #4a89e3;
  box-sizing: border-box;
}
input {
  font-size: 13px;
  font-weight: 700;
  outline: 0px solid transparent;
  border-radius: 5px;
  padding: 1rem 0.7rem;
  color: black;
  transition: 0.1s ease-out;
}
input:focus {
  border: 2px solid #4a89e3;
  box-sizing: border-box;
}
input:focus + label {
  top: -5px;
  transform: translateY(-10%) scale(0.9) !important;
  color: #4a89e3;
}

textarea:focus + label {
  top: -5px;
  transform: translateY(-10%) scale(0.9) !important;
  color: #4a89e3;
}

input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9) !important;
}

input:empty + label {
  transform: translateY(75%);
}

input:empty::-webkit-input-placeholder {
  opacity: 0;
}

/* select starting stylings ------------------------------*/
.select {
  position: relative;
}

.select-text {
  position: relative;
}

/* Remove focus */
.select-text:focus {
  outline: 0px solid transparent;
  border: 2px solid #4a89e3;
  box-sizing: border-box;
}

/* Use custom arrow */
.select .select-text {
  appearance: none;
  -webkit-appearance: none;
}

.select:after {
  position: absolute;
  top: 45%;
  right: 25px;
  width: 0;
  height: 0;
  padding: 0;
  content: url(/homehtml/svg/salesarrow.svg);

  pointer-events: none;
}

.select-label {
  background: white;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  padding: 0 5px;
  left: 10px;
  top: 50%;
  transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label,
.select-text:valid ~ .select-label {
  top: 0px;
  transition: 0.2s ease all;
  font-size: 12px;
  color: #4a89e3;
}

.select-text:valid:not(focus) {
  top: 0px;
  transition: 0.2s ease all;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 8px;
}

.select-text:valid:not(focus) ~ .select-label {
  color: #7c899d;
  font-weight: 100;
}



.side-menu {
  width: 250px;
  gap: 5px;
  display: grid
}

.side-menu h6 {
  transition: 0.3s;
}

.side-menu:hover h6 {
  color: #ff4e00;
}

.hide {
  visibility: hidden;
  opacity: 0.6;
  transition: 0.3s;
}

.side-menu:hover+.hide {
  visibility: visible;
  transition: 0.2 all ease-in-out;
  opacity: 1;
}

.collapsible {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.collapsible:after {
  content: '';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #B8B8B8;
  margin-right: 7px;
}

.active:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 78, 0);
  border-bottom: 0px;
  content: ' ';
  margin-right: 7px;
}

.active {
  color: rgba(255, 78, 0);
  background-color: transparent
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: grid;
  gap: 0.5rem;
  margin: 10px 0px 0px 20px
}
.faq-container{
  display: flex;
  justify-content: center;
  flex-direction: column !important;
  }
  .faq-body {
  background-color: white;
  display: none;
  margin-top: 10px;
  overflow: hidden;
   transition:  2s;
   padding-left: 82px
  }
  .faq-page::before {
   float: right;
   transition: rotate(0deg) 2s;
   transition-duration: 0.2s;
   transition-property: transform;
   content: url(./plus.svg);
  }
  .faq-container .faq-active::before {
   transform: rotate(133deg);
   content: url(./plus.svg);
  }
  .faq-one{
      border-bottom: 1px solid #F5F5F5;
      padding: 15px 0px;
      cursor: pointer;
  }