.policy-wrap.custom-popup input#privacy_policy {
  position: unset;
}

.validation-advice,
.text-limit {
  display: none;
}

.select2 {
  width: 100% !important;
}

.select2::after {
  content: "";
  position: absolute;
  border: solid #979898;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  top: 20px;
  right: 12px;
  width: 8px;
  height: 8px;
  transition: all 0.5s;
}

.select2-container--open.select2::after {
  transform: rotate(225deg);
}

.select2-selection {
  color: #333;
  width: 100%;
  font-size: 15px;
  outline: none;
  height: 48px;
  margin-bottom: 5px;
}

.select2-container {
  z-index: 9999999 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border-radius: 8px !important;
  padding: 8px 12px !important;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  height: auto;
  border: 1px solid var(--ced-grey-30) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--ced-grey-color) !important;
}

.select2-results__option {
  color: var(--ced-black-color) !important;
  padding: 10px !important;
  font-size: 14px;
}

.select2-dropdown {
  border: 1px solid var(--ced-grey-30) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--ced-grey-color) !important;
  border: 1px solid var(--ced-grey-30) !important;
  border-radius: 4px !important;
  font-size: 13px;
  margin-right: 10px;
  margin-left: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 15px !important;
  font-family: var(--ced-montserrat-r) !important;
  min-height: 26px !important;
  width: auto !important;
}

.select2-container:focus .select2-container::after {
  transform: rotate(60deg);
}

.policy-wrap {
  color: var(--ced-grey-60);
  font-family: var(--ced-montserrat-m);
}

.policy-wrap .form-links {
  font-family: var(--ced-montserrat-sb);
  padding: 0px 3px;
  position: relative;
  display: inline-block;
  margin: 3px 0px;
}

.policy-wrap .form-links::before {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 105%;
  content: "";
  position: absolute;
  transition: all 0.5s;
  background-color: var(--ced-blue-60);
  opacity: 0.09;
}

.policy-wrap .form-links:hover::before {
  height: 8%;
}

@media screen and (max-width: 767px) {
  .policy-wrap.custom-popup input#privacy_policy {
    position: relative;
    top: -8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .modal .modal-dialog {
    width: 80%;
    margin: 0px auto;
    max-width: fit-content;
  }
}

/* form css 1march  */
#formModal .modal-content {
  background: url(/wp-content/uploads/2024/02/banner122.png);
  background-size: 100% 100%;
}

.select2-container .select2-selection--single {
  height: 48px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 15px;
  border: 0;
  background-color: rgba(250, 251, 252, 1);
  border: 1px solid var(--ced-grey-30);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #777;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
  margin-top: 0 !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-dropdown.select2-dropdown--below {
  border-radius: 8px;
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border: 1px solid var(--ced-grey-30);
}

.button-small .arrow img.rounded-circle {
  max-width: 26px;
}

.show-mesage {
  border-radius: 30px;
  color: var(--ced-white-color);
  transition: 0.5s all;
  padding: 15px !important;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-family: var(--ced-montserrat-sb);
}

.show-mesage.success {
  background-color: rgba(106, 194, 89, 1);
}

.show-mesage.failure {
  background-color: rgb(225, 87, 63);
}

.show-mesage img {
  width: 20px;
  margin-right: 10px;
}

.loading-btn,
#formModal.is_loading .submit-form,
#formModal.is_loading #formsubmit {
  display: none !important;
}

#formModal.is_loading .loading-btn,
#formModal.is_loading .loading-btn {
  display: flex !important;
}

/*  */
.input-feild,
.textarea-feild,
.select-feild {
  background-color: rgba(250, 251, 252, 1);
  color: var(--ced-grey-60);
  width: 100%;
  font-size: 15px;
  padding: 8px 15px;
  outline: none;
  border-radius: 8px !important;
  height: 48px;
  border: 1px solid var(--ced-grey-30);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  position: relative;
}

.select-feild {
  cursor: pointer;
}

.select2-selection {
  margin-bottom: 0 !important;
}

.select2-container .select2-selection--single {
  border-radius: 8px !important;
}

.select2-container--open .select2-dropdown--above {
  border-radius: 8px !important;
}

.select2-container--open .select2-dropdown {
  top: 0px;
}

.select2-container--default .select2-results>.select2-results__options {
  overflow-x: hidden !important;
  border-radius: 0px 0px 8px 8px;
}

.zcwf_col_help {
  padding: 2px 0px 0px 3px !important;
  color: #dc3232;
  font-size: 13px;
  font-family: var(--ced-montserrat-m);
}

.select-feild::before {
  content: "";
  position: absolute;
  border: solid #979898;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  top: 20px;
  right: 12px;
  width: 8px;
  height: 8px;
  transition: all 0.5s;
}

.textarea-feild {
  min-height: 100px;
}

.checkbox input {
  transform: scale(1.3);
  accent-color: var(--ced-blue-60);
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (min-width: 992px) {
  .policy-wrap {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .policy-wrap {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .zcwf_col_fld {
    margin-bottom: 20px;
  }

  .zcwf_row .checkbox {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .zcwf_col_fld {
    margin-bottom: 12px;
  }
}

.checkbox .fserv-form-optin-checkbox-text {
  padding: 0px 0 35px 30px;
  position: relative;
}

/*  */
.schedule-meeting {
  font-family: var(--ced-montserrat-m);
  padding: 10px 20px;
  border: 2px solid var(--ced-blue-60);
  border-radius: 50px;
  transition: all 0.5s;
  z-index: 1;
}

.schedule-meeting:hover {
  color: var(--ced-white-color);
}

.schedule-meeting::before {
  content: "";
  position: absolute;
  background-color: transparent;
  z-index: -1;
  border-radius: 50px;
  transition: all 0.4s;
}

.schedule-meeting:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--ced-blue-60);
}

.schedule-meeting .arrow {
  text-align: center;
}

.schedule-meeting .arrow img {
  transition: all 0.5s;
}

.schedule-meeting:hover .arrow img {
  transform: scale(1.2);
}

.schedule-meeting .arrow img.white {
  display: none;
}

.schedule-meeting:hover .arrow img.blue {
  display: none;
}

.schedule-meeting:hover .arrow img.white {
  display: inline-block;
}

.schedule-meeting::before {
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
}

.schedule-meeting .arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.schedule-meeting .arrow img {
  max-width: 35px;
}

.or-text {
  margin: 30px 0;
  font-family: var(--ced-montserrat-m);
  color: var(--ced-subheading-color);
}

.or-text::before,
.or-text::after {
  content: "";
  position: absolute;
  width: calc(50% - 28px);
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.or-text::before {
  left: 0;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgb(200 198 198) 41%,
      rgba(200, 198, 198, 1) 70%,
      rgba(200, 198, 198, 0) 100%);
}

.or-text::after {
  right: 0;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(200, 198, 198, 1) 70%,
      rgba(200, 198, 198, 0) 100%);
}

@media screen and (min-width: 768px) {
  .or-text {
    font-size: 18px;
  }
}

.select2-search__field:focus-visible {
  outline: none;
}

/* .checkbox .fserv-form-optin-checkbox-text{
  padding: 12px 0px 35px;
} */

span.show-mesage.success {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  line-height: 70px;
}

.form-submit-msg img {
  margin-right: 0;
  width: 40px
}

.form-submit-msg.text-center {
  max-width: 80%;
  margin: auto;
  font-size: 18px;
}

@media screen and (min-width:769px) {
  .form-submit-msg.text-center {
    max-width: 80%;
    margin: auto;
    font-size: 18px;
  }
}

div#formModal label[for="seller"],
div#formModal label[for="marketplace"] {
    margin-right: 8px;
}
div#formModal [type="radio"] {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.tel-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 88px auto;
}

.tel-wrapper select:focus-visible {
  outline: 0;
}

.select-country-code {
  position: relative;
  width: 84px;
}

.select-country-code select {
  width: 84px;
  height: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  padding-right: 26px;
  border: unset;
  border: 1px solid var(--ced-grey-30);
  background: rgba(250, 251, 252, 1);
  border-radius: 8px;
}

.select-country-code:after {
  content: "";
  position: absolute;
  border: solid #979898;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  top: 18px;
  right: 12px;
  width: 8px;
  height: 8px;
  transition: all 0.5s;
  z-index: 9;
}

@media screen and (min-width: 992px){
  .country-dropdown-class {
  width: 341px !important;
}
}
@media screen and  (min-width: 768px) and (max-width: 991px){
  .country-dropdown-class {
  width: 33% !important;
}
}
@media screen and  (min-width: 576px) and (max-width: 767px) {
  .country-dropdown-class {
  width: 57% !important;
}
}
@media screen and  (max-width: 575px) {
  .country-dropdown-class {
  width: 70% !important;
}
}
span#select2-Country-container {
  padding-right: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0px 5px 5px 0;
}