/* comman css */
.clifton__embed-form__main h1,
.clifton__embed-form__main h2,
.clifton__embed-form__main h3,
.clifton__embed-form__main h4,
.clifton__embed-form__main h5,
.clifton__embed-form__main h6,
.clifton__embed-form__main p,
.clifton__embed-form__main span {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.clifton__embed-form__main label {
  font-family: Arial, Helvetica, sans-serif;
}

.clifton__embed-form__main a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.clifton__embed-form__main button {
  font-family: Arial, Helvetica, sans-serif;
}

.popins-font {
  font-family: "Poppins", sans-serif !important;
}

.clifton__embed-form__main .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 1rem);
  margin-right: calc(-0.5 * 1rem);
  margin-left: calc(-0.5 * 1rem);
}

.clifton__embed-form__main .row>* {
  padding-right: calc(1rem * 0.5);
  padding-left: calc(1rem * 0.5);
  margin-top: 0.5rem;
}

.clifton__embed-form__main .error {
  color: red;
}

.clifton__embed-form__main .clifton__embed-form-topbar {
  background-color: #030e20;
  border-radius: 20px 20px 0px 0px;
  padding: 12px 20px;
}

.clifton__embed-form__main .clifton__embed-form-topbar-row {
  position: relative;
}

.clifton__embed-form__main .clifton__embed-form-topbar .form-sidebar__main--step-box__item--text:after {
  content: "";
  position: absolute;
  width: 30px;
  right: -40px;
  top: 50%;
  transform: translateY(0%);
  background: #e6a60b;
  height: 2px;
}

/* .clifton__embed-form__main .clifton__embed-form-topbar .form-sidebar__main--step-box__item--text:after {
  content: "";
  position: absolute;
  width: 80px;
  left: 131px;
  top: 50%;
  transform: translateY(0%);
  background-image: linear-gradient(to right, #e6a60b, #030e20);
  height: 2px;
} */
.clifton__embed-form__main .enquiry-flow__content--wrapper {
  padding: 10px 30px;
}

.clifton__embed-form__main .form-sidebar__main--step-box__item--text p {
  margin: 0px;
  color: #fff;
}

.clifton__embed-form__main .form-sidebar__main--step-box__item--round {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  border: 2px solid #e6a60b;
  margin-right: 6px;
}

.clifton__embed-form__main .text-end {
  text-align: end;
}

.clifton__embed-form__main .font-28 {
  font-size: 28px;
  line-height: 38px;
}

.clifton__embed-form__main .font-13 {
  font-size: 13px;
  line-height: 23px;
}

.clifton__embed-form__main .font-10 {
  font-size: 10px;
  line-height: 20px;
}

.clifton__embed-form__main .fw-normal {
  font-weight: 400;
}

.clifton__embed-form__main .fw-semibold {
  font-weight: 600;
}

.clifton__embed-form__main .fw-bold {
  font-weight: 700;
}

.clifton__embed-form__main .p-3 {
  padding: 1rem !important;
}

.clifton__embed-form__main .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.clifton__embed-form__main {
  border: 1px solid #d7d7d7;
  border-radius: 20px;
  margin: 20px;
}

.clifton__embed-form__main fieldset {
  border: 0px;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap .form-radio-input[type="radio"] {
  appearance: none;
  height: 0px;
  width: 0px;
  background: none;
  border: none;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap .form-radio {
  padding: 0;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap .form-radio-input[type="radio"]:focus {
  box-shadow: none;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap .form-radio-lable {
  background: #e3e6e8;
  padding: 9px 16px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.clifton__embed-form__main .enquiry-flow__form-radio-wrap .form-radio-lable:has(input:checked) {
  background-color: #e6a60b;
  color: #fff;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap .form-check-input[type="checkbox"] {
  appearance: none;
  height: 0px;
  width: 0px;
  background: none;
  border: none;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap .form-check {
  padding: 0;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap .form-check-input[type="checkbox"]:focus {
  box-shadow: none;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap .form-check-lable {
  background: #e3e6e8;
  padding: 9px 16px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.clifton__embed-form__main .enquiry-flow__form-check-wrap .form-check-lable:has(input:checked) {
  background-color: #e6a60b;
  color: #fff;
}

.clifton__embed-form__main .input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.clifton__embed-form__main .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  border-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.clifton__embed-form__main .input-group input[type="text"] {
  height: auto;
  padding: 8px 8px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}


.clifton__embed-form__main .cliftion__currency_input {
  font-size: 15px !important;
  border-left: 0px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.clifton__embed-form__main input[type="text"]:focus,
.clifton__embed-form__main input[type="email"]:focus,
.clifton__embed-form__main input[type="number"]:focus,
.clifton__embed-form__main input[type="search"]:focus,
.clifton__embed-form__main textarea:focus,
.clifton__embed-form__main .clifton-select-box:focus,
.clifton__embed-form__main .clifton-input-box:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #d7d7d7 !important;
}

.clifton__embed-form__main .form-label {
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 16px;
}

.clifton__embed-form__main label {
  display: inline-block;
}

.clifton__embed-form__main .form__input_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.clifton__embed-form__main .clifton__embed-form-topbar .form-sidebar__main--step-box__item--text p {
  padding: 0px;
}

.clifton__embed-form__main .form__input_wrapper .input-group .currency_input-tooltip {
  width: 100%;
}

.clifton__embed-form__main .form-control {
  display: block;
  width: 100%;
  padding: 8px 8px;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 0px;
}

.clifton__embed-form__main .dark-yellow__button {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #e6a60b;
  border-radius: 100px;
  display: inline-block;
  padding: 7px 27px;
  text-decoration: none;
  border: 0px;
}

.clifton__embed-form__main .d-flex {
  display: flex;
}

.clifton__embed-form__main .justify-content-between {
  justify-content: space-between;
}

.clifton__embed-form__main .align-items-center {
  align-items: center;
}

.clifton__embed-form__main .toggle-switch-box {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  margin-top: 10px;
}

.clifton__embed-form__main .clifton-toggle-swith-box {
  position: relative;
  height: 40px;
  width: 150px;
  background: #e3e6e8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
}

.clifton__embed-form__main .clifton-toggle-swith-box .clifton-toggle-swith-item {
  width: 50%;
}

.clifton__embed-form__main .clifton-toggle-swith-box .screen-switch-labels {
  font-weight: 400;
  position: relative;
  z-index: 2;
  float: left;
  width: 70px;
  line-height: 36px;
  font-size: 12px;
  color: #000;
  text-align: center;
  cursor: pointer;
}

.clifton__embed-form__main .clifton-toggle-swith-box .toggle-switch-input {
  display: none;
}

.clifton__embed-form__main .clifton-toggle-swith-item:nth-child(2):has(.toggle-switch-input[type="radio"]:checked) .screen-switch-labels {
  background-color: #e6a60b;
  border-radius: 100px;
  color: #fff;
}

.clifton__embed-form__main .clifton-toggle-swith-item:nth-child(1):has(.toggle-switch-input[type="radio"]:checked) .screen-switch-labels {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
}

.clifton__embed-form__main .form__input_wrapper.form__input-firstlastname {
  margin: 0px 0px;
  padding: 0;
}

/* slector 2 */
.clifton__embed-form__main .cliftion__form-selector-box .select2-container {
  width: 100% !important;
}

.clifton__embed-form__main .cliftion__form-selector-box .select2-container--default .select2-selection--single {
  border-color: #dee2e6;
  border-radius: 5px;
  height: 46px;
}

.clifton__embed-form__main .cliftion__form-selector-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
  font-size: 15px;
}

.clifton__embed-form__main .cliftion__form-selector-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
}

.select2-container .select2-dropdown {
  border-radius: 8px !important;
  margin: 10px 0px;
  border: none;
}

.select2-container .select2-dropdown ul {
  box-shadow: 0px 3px 12px #12213b1f;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
}

.select2-container .select2-dropdown ul li {
  margin: 0px !important;
  padding: 8px 12px !important;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 23.8px;
  background-color: #e3e6e8;
  font-family: Arial, Helvetica, sans-serif;
}

.select2-dropdown .select2-results ul li:hover,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #e6a60b;
  color: #fff;
}

.select2-dropdown .select2-results ul::-webkit-scrollbar-thumb {
  background-color: #e6a60b;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e6a60b !important;
  color: #fff !important;
}

@media screen and (min-width: 767px) {
  .clifton__embed-form__main .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .clifton__embed-form__main .enquiry-flow__content--wrapper {
    padding: 10px 12px;
  }

  .col-md-6 {
    width: 100%;
  }

  .clifton__embed-form__main .clifton__embed-form-topbar .form-sidebar__main--step-box__item--text:after {
    width: 30px;
  }
}

@media screen and (max-width: 400px) {
  .clifton__embed-form__main .clifton-logo img {
    width: 120px;
  }
}

.ui-autocomplete {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dee2e6 !important;
  margin-top: 20px;
  max-height: 225px;
  overflow: auto !important;
  z-index: 9;
  max-width: 100%;
  width: calc(100% - 100px) !important;
  margin: 0 auto;
}

.ui-autocomplete .ui-menu-item {
  padding: 8px 12px;
  border-bottom: 1px solid #dee2e6;
}

.ui-autocomplete .ui-menu-item:hover {
  color: #fff;
  background-color: #e6a60b;
}

.ui-autocomplete .ui-menu-item:hover svg path {
  fill: #fff;
}

.ui-autocomplete .ui-menu-item::marker {
  content: none;
}

.ui-autocomplete .autocomplete__company_lookup_item {
  position: relative;
  padding-right: 59px;
}

.ui-autocomplete .autocomplete__company_lookup_item svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0%, -50%);
}

.ui-widget-content.ui-autocomplete::-webkit-scrollbar {
  width: 11px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  background: #e6a60b;
}

@media (max-width: 767px) {
  .ui-autocomplete {
    width: calc(100% - 65px) !important;
  }
}

/* new  */

.clifton__embed-form__main .form-sidebar__main--step-box__item--text {
  width: calc(100% - 39px);
  position: relative;
}

.clifton__embed-form__main .clifton__embed-form-topbar-col {
  gap: 50px;
}

.clifton__embed-form__main .clifton__embed-form-topbar .clifton__embed-form-step-item:last-child .form-sidebar__main--step-box__item--text:after {
  content: "";
  position: absolute;
  width: 80px;
  right: -90px;
  top: 50%;
  transform: translateY(0%);
  background: linear-gradient(to right, #e6a60b, #030e20);
  height: 2px;
}

@media only screen and (max-width: 600px) {
  .clifton__embed-form-topbar-col {
    overflow: scroll;
  }
}

/* 2024-05-07  */
.clifton__embed-form__main {
  overflow: hidden;
}

.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #fff;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #e6a60b;
}

.select2-results__options::-webkit-scrollbar-thumb::hover {
  background: #00b4a2;
}

.clifton__embed-form__main .cursor__pointer {
  cursor: pointer;
}