.chat-pos {
  display: none;
}

.wpsourservices {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
  scroll-behavior: smooth !important;
}

.services-listul li {
  list-style-type: circle;
  margin-left: 40px;
  padding: 2px;
}

#faq_corparate_payment_service {
  cursor: pointer;
}

#corparate_faq_section {
  display: none;
}

.info-box input[type="text"] {
  background: #24884c;
  color: white;
  text-align: center;
  font-size: 35px;
  font-weight: 800;
}

.corporate_payment_form .form-control,
select {
  border-radius: 30px 30px 30px 30px !important;
}

.fullname-required,
.email-address-required,
.phone_number-required,
.company_name-required,
.employees-required,
.location-required,
.invalid_email_address {
  display: none;
  font-size: 13px;
  color: red;
  font-weight: bold;
  text-transform: capitalize;
}

.wpsregistrationform .wpcf7-form-control.wpcf7-submit {
  margin: 0 5px !important;
}

.request_to_callback {
  position: fixed;
  right: 0;
  bottom: 50% !important;
  margin: -90px;
  color: var(--black);
  -webkit-transform: rotate(-90deg);
  z-index: 999;
  cursor: pointer;
  font-size: 20px;
}

.request_to_callback a {
  margin: 0;
  padding: 15px 30px;
  background-color: #24884c;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.28);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: white;
}

.CaptchaWrap {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}

.CaptchaTxtField {
  border-radius: 5px;
  display: block;
  box-sizing: border-box;
}

#CaptchaImageCode {
  text-align: center;
  padding: 0px 0;
  width: 200px;
}

.capcode {
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  letter-spacing: 1px;
  color: #fff;
}

.ReloadBtn {
  background: url("https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png") left top no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  border: 0px;
  outline: none;
  cursor: pointer;
}

.error {
  display: none;
  font-size: 13px;
  color: red;
  font-weight: bold;
  text-transform: capitalize;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #24884c;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: center;
  padding: 40px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.sent-message {
  line-height: 25px;
  text-align: center;
  color: white;
  font-size: 20px;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

@media only screen and (max-device-width: 991px) {
  #UserCaptchaCode {
    margin: 10px auto;
  }
  .wpsregistrationform .wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
  }

  .request_to_callback {
    bottom: 55% !important;
  }

  .ReloadBtn {
    margin-left: 20px;
  }
}
