.solution-form {
  padding-top: var(--title-font-padding-top);
  /* background-color: #e1e1e1; */
  position: relative;
  z-index: 9;
  padding-bottom: calc(var(--border-radius-lg) + max(2.5rem, 80px));
  background-blend-mode: hard-light;
  overflow: hidden;
}
#solutionForm .container {
  padding: 0 15px !important;
}

.solution-form .container .title-content .title-content-desc {
  font-family: var(--font-family);
  font-size: 20px;
  margin-top: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%; /* 24.8px */
}

.solution-form__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.solution-form__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 
.solution-form .form-con {

  margin-top: max(20px, 1.666666rem);
  position: relative;
} */

/* .solution-form .form-con .form-left {
  width: 50%;
  flex: 1;
  flex-shrink: 0;
}

.solution-form .form-con .form-right {
  flex: 1;
  width: 50%;
} */

.solution-form > .container {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  column-gap: max(1.5rem, 20px);
  row-gap: max(20px, 1.666666rem);
}

.solution-form .container .title-content > h2 {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--title-font-size-lg);
  font-style: normal;
  font-weight: var(--title-font-weight);
  line-height: normal;
  letter-spacing: -0.7px;
}
.solution-form .container .title-content > p {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: var(--text-font-size-xxl);
  font-style: normal;
  font-weight: 500;
  line-height: 124%;
  margin-top: 10px;
}

.solution-form > .container .form-right {
  order: 2;
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.solution-form .form-container {
  width: 100%;
  padding: max(1.11112rem, 15px);
  border-radius: var(--border-radius-md);
  background: #d9d9d9;
}
.solution-form form div {
  margin: 0 !important;
  padding: 0 !important;
}
.solution-form form {
  gap: 30px;
}
.solution-form .form-container .inqury_title_box,
.solution-form .form-container .char-count {
  display: none;
}
.solution-form .form-container .input-label {
  color: var(--text-color-black) !important;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px !important;
}
.solution-form .form-container .input-label.required::before {
  display: none;
}
.solution-form .form-container .input-label.required::after {
  content: '*';
  color: #f18501;
  padding-left: 5px;
  font-family: var(--font-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.solution-form .form-container input {
  height: 60px !important;
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 34px !important;
  border-radius: 50px !important;
}

.filter-option-inner-inner {
  color: var(--text-color-black);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
.solution-form .inqury-form .phone-wrap .phone_number.error {
  border-left: 1px solid #f0150f !important;
}
.solution-form
  .form-container
  :not(.input-group)
  > .bootstrap-select.form-control:not([class*='col-']) {
  width: 200px !important;
  height: 60px;
  overflow: hidden;
  border-radius: 50px !important;
  border: 1px solid #d9d9d9;
}

.solution-form .form-container .phone-wrap .phone-wrap-input-content {
  margin-left: 15px !important;
}
.solution-form .form-container .phone-wrap button {
  /* width: auto; */
  height: 60px !important;
  padding: 0 20px;
  font-size: 22px;
  border-radius: 50px !important;
  border: none !important;
  position: absolute;
}
.solution-form .form-container .phone-wrap .filter-option-inner-inner {
  line-height: 60px;
}
.solution-form .form-container .crmForm-error {
  top: auto !important;
  bottom: -12px;
}
.solution-form .form-container .singel-select button {
  height: 60px !important;
  color: #c9c9c9;
  font-family: var(--font-family);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 0 34px !important;
  border-radius: 50px !important;
}
.solution-form .form-container .attachment .upload-container {
  background-color: #fff;
  border-radius: 8px !important;
  padding: 16px 8px !important;
}
.solution-form .form-container button[type='submit'] {
  display: inline-block;
  color: #fff !important;
  border-radius: 99px;
  background: var(--primary-color);
  font-family: var(--font-family);
  font-size: var(--text-font-size-lg);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: max(0.42889rem, 8px) max(1.11111rem, 16px);
}
.solution-form .form-container button[type='submit']:hover {
  background: var(--btn-bg-hover);
}
.solution-form .form-container button[type='submit']:active {
  background: var(--btn-bg-active);
}

.solution-form .form-container button[type='submit']:disabled {
  background: var(--btn-bg-disabled);
}
/* .solution-form .form-container .attachment-file{
    padding-top: 30px !important;
} */
.solution-form .form-container .attachment-file .attachment-file-item {
  padding: 0 20px !important;
  margin-top: 30px !important;
}
.solution-form .form-container .bs-placeholder .filter-option-inner-inner {
  color: #c9c9c9;
}
.solution-form .form-container .filter-option-inner-inner {
  line-height: 60px;
  color: var(--text-color-black);
}
/* .bootstrap-select .dropdown-menu{
    width: 100%;
} */
.bootstrap-select .dropdown-menu li a span.text {
  white-space: normal;
  font-size: 16px;
}
.bootstrap-select .dropdown-menu li a {
  font-size: 22px !important;
}
.bs-searchbox {
  height: 60px;
}
.bs-searchbox .form-control {
  height: 100%;
  font-size: 22px;
}
.solution-form .form-container input::placeholder {
  color: #c9c9c9 !important;
}

.solution-form .form-container #uploadContainer > div {
  display: none;
}

.solution-form .form-container #uploadContainer {
  border-radius: 99px !important;
  border: none;
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
  padding: 16px 34px !important;
}

.solution-form .form-container .input-placeholder {
  display: none;
}

/* @media screen and (max-width: 1500px) {
  .solution-form .form-left,
  .solution-form .form-right {
    width: 50%;
  }
} */
@media screen and (max-width: 1200px) {
  /* .solution-form .form-con {
    flex-direction: column;
  } */
  .solution-form > .container {
    grid-template-columns: 1fr;
  }
  .solution-form > .container .form-left,
  .solution-form > .container .form-right {
    width: 100%;
  }
  .solution-form > .container .form-right {
    order: 2;
    grid-row: auto;
    grid-column: auto;
  }

  .solution-form > .container .form-left {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40%;
    transform: rotateY(180deg) translateY(40%);
  }

  .solution-form .form-right #solutionForm {
    width: 100%;
  }

  .solution-form
    .form-right
    #solutionForm
    form
    .input-wrap:last-child
    .text-center {
    text-align: left !important;
    padding-bottom: 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .solution-form .form-con {
    /* padding-top: 50px; */
  }
  .solution-form form {
    gap: 10px;
  }
  .solution-form .form-container {
    padding: 30px 10px;
  }
  .solution-form .form-container .input-label {
    font-size: 16px;
  }
  .solution-form .form-container input {
    font-size: 16px;
    height: 40px !important;
    padding-left: 10px !important;
  }
  .solution-form
    .form-container
    :not(.input-group)
    > .bootstrap-select.form-control:not([class*='col-']) {
    height: 40px !important;
    width: 150px !important;
  }
  .solution-form .form-container .phone-wrap button {
    height: 40px !important;
    font-size: 16px;
    padding-left: 10px !important;
  }
  .solution-form .form-container .phone-wrap .filter-option-inner-inner {
    line-height: 40px;
  }
  .solution-form .form-container .filter-option-inner-inner {
    line-height: 40px;
    font-size: 16px;
  }
  .solution-form .form-container .singel-select button {
    height: 40px !important;
    font-size: 16px;
    padding: 0 15px !important;
  }
}
/* 
.bootstrap-select {
  width: 100% !important;
  min-width: 100% !important;
} */

@media screen and (max-width: 552px) {
  .solution-form .form-con .form-left {
    width: 55%;
  }
}
