.hidden {
  display: none;
}
.form--head {
  display: none !important;
}
/* ================ */
/* ========= */

::-webkit-input-placeholder {
  color: #81a7a7 !important;
}

:-ms-input-placeholder {
  color: #81a7a7;
}

.form--head img {
  height: 70px;
  width:max-content;
  margin-right: 15px;
}

/* custom select dropdown */

@media screen and (max-width: 991.98px) {
  .form--head span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.98px) {
  .form--head {
    display: flex !important;
    margin-bottom: 15px;
  }
  .form--head span {
    font-size: 12px;
    text-align: left !important;
    padding: 0px !important;
  }
}

/* ========= */

.mob-banner-info p {
  color: #1f5072;
}

/* .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0px;
    font-size: 80%;
    color: #dc3545;
    position: absolute;
    font-size: 10px;
} */

/* custom select dropdown */

/* custom select dropdown */

@media screen and (max-width: 767px) {
  /* .policy-mob-heading p {
        font-size: 1.3 rem;
        padding: 0 30px;
    } */
}
/* =============== */
.form--head {
  display: flex;
  margin-bottom: 15px;
}
.form--head p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.policy-form-field {
  position: relative;
}

.invalid input {
  border-color: #dc3545;
}

.message-container {
  padding-bottom: 10px;
}

.message-container p {
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

.success {
  border: 1px solid #1ab164;
  background-color: rgb(218, 245, 231);
  color: #1ab164;
}

.error {
  border: 1px solid red;
  background-color: rgb(253, 241, 241);
  color: red;
}

.otp {
  position: relative;
}

.resend-otp {
  text-align: right;
  right: 0px;
  top: 16px;
  position: absolute;
  padding-right: 10px;
  font-weight: 700;
  font-size: 0.6rem;
  cursor: pointer;
}

.disable {
  color: rgb(179, 177, 177);
}

.lable-description {
  width: 100%;
  margin-top: 0px;
  font-size: 80%;
  /* position: absolute; */
  font-size: 10px;
  color: #1ab164;
}

.otp-feedback {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 80%;
  /* position: absolute; */
  font-size: 10px;
  color: #1ab164;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0px;
  font-size: 80%;
  color: #dc3545;
  position: absolute;
  font-size: 10px;
}

.invalid .invalid-feedback {
  display: block;
}

.invalid .lable-description {
  display: none;
}

.chk-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chk-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8rem;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  background-color: #eee;
}

.chk-label:hover input ~ .checkmark {
  background-color: #ccc;
}

.chk-label input:checked ~ .checkmark {
  background-color: #f17b3b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-label input:checked ~ .checkmark:after {
  display: block;
}

.chk-label .checkmark:after {
  left: 4.5px;
  top: 1.5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.policy-form {
  background: #fff;
  box-shadow: 0px 9px 40px #00000031;
  padding: 20px 40px 40px 40px;
  border-radius: 10px;
}

.form-border {
  border-width: 1px;
  border-style: solid;
  border-color: red;
}

.policy-mob-heading {
  text-align: center;
  background: #f17b3b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  display: none;
}

.policy-mob-title {
  text-align: center;
  /* background: #F17B3B; */
  /* color: #fff; */
  font-size: 1.2rem;
  font-weight: 900;
  /* border-radius: 10px 10px 0 0; */
  padding: 10px 0;
  display: none;
}

.policy-form-wrapper {
  width: 400px;
  float: right;
  position: relative;
}

.policy-form h2 {
  font-size: 1.5rem;
  color: #f17b3b;
  font-weight: 900;
  text-align: center;
  padding-bottom: 10px;
}

.plcy-label {
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
  font-size: 0.6rem;
  padding-top: 16px;
}

.plcy-design {
  height: 42px;
  font-size: 1rem;
  font-weight: 700;
  color: #81a7a7;
  border: 1px solid #81a7a7;
  width: 100%;
  padding: 0 10px;
  position: relative;
  outline: none;
}

img.plcy-drp-arrow {
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}

.plcy-design::placeholder {
  color: #81a7a7;
  font-weight: 700;
}

.chk-label {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.7rem;
  margin: 20px 0;
  display: inline-block;
}

.policy-submit input {
  background: #fd6e68;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 10px 30px;
  border-radius: 25px !important;
  outline: none;
  cursor: pointer;
}

.policy-submit {
  text-align: center;
}

.padding-none {
  padding-top: 0;
}

/* custom select dropdown */

.customselect {
  position: relative;
}

.optionswrapper {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  min-width: 150px;
  /* width: 150px !important; */
  max-height: 200px;
  overflow-y: auto;
  z-index: 9999;
}

.optionswrapper li {
  padding: 5px 10px;
  text-align: initial;
  color: #81a7a7;
  font-size: 1rem;
  border-bottom: 1px solid rgb(191, 219, 219);
}

.optionswrapper li:last-child {
  border: none;
}

.optionswrapper li:hover {
  background: #3875d7;
  color: white;
  cursor: pointer;
}

.customselect,
input[customselect] {
  cursor: pointer;
}

input[customselect] {
  padding-right: 20px;
  text-overflow: ellipsis;
}

input[customselect]:focus + .optionswrapper {
  display: block;
}

/* custom select dropdown */

@media screen and (max-width: 767px) {
  .optionswrapper li {
    font-size: 0.8rem;
  }
  .policy-form {
    border-radius: 0 0 10px 10px;
  }
  .policy-mob-heading {
    display: block;
  }
  .policy-mob-heading p {
    font-size: 1.3 rem;
    padding: 0 30px;
  }
  .policy-mob-title {
    display: block;
  }
  .policy-mob-title h2 {
    font-size: 2.2rem;
  }
  .policy-form-wrapper {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .plcy-design {
    height: 35px;
    font-size: 0.8rem;
  }
  .policy-form h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 375px) {
  .policy-form {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .policy-form {
    padding: 20px 20px;
  }
  .plcy-design {
    height: 35px;
  }
}
.call-scheduler{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.call-scheduler .radio-lable {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #81A7A7;
}
.call-scheduler input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}
.call-scheduler input[type='radio']:checked +.radio-ctr{
  background: radial-gradient(#81A7A7 50%, rgba(255, 0, 0, 0) 51%);
}
.call-scheduler .radio-input {
display: flex;
/* align-items: center; */
}
.call-scheduler .radio-ctr{
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid #81A7A7;
  transform: translateY(-0.05em);
}
.call-scheduler .lable{
  line-height: 1;
}