
/* Form Side START */
.formSideLeft,
.formSideRight {
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.formSideRight {
  height: 100%;  
}
.formSideText a {
  color: #c58c36;
  text-decoration: underline;
}
.formTitle {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  line-height: normal;
}
.formTitle b,
.formTitle strong {
  color: #B9822F;
}
.formPoint {
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.formPoint i {
  width: 60px;
  flex: 0 0 60px;
  float: left;
  margin-right: 50px;
}
.formPoint div {
  overflow: hidden;
  position: relative;
  top: -5px;
}
.formSideImage {
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#formSubmitPrivate .form-field {
  margin-bottom: 10px;
}
#formSubmitPrivate .form-field .text-danger {
  font-size: .8rem;
}
#formSubmitPrivate .form-field .formFieldTitle {
  margin-bottom: 5px;
  width: 100%;
} 
#formSubmitPrivate .form-field input:not([type="radio"]),
#formSubmitPrivate .form-field select {
  background-color: #E1E1E1;
  border: none;
  height: 46px;
  width: 100%;
  border-radius: 6px;
  padding: 0 15px;
  outline: none !important;
}
#formSubmitPrivate .form-field select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 12px;
}
#formSubmitPrivate .otpRequired .form-field .fieldMobileOTP {
  width: 417px;
  overflow: hidden;
}
#formSubmitPrivate .otpRequired .form-field .fieldMobileOTP #otpFieldPrivate {
  letter-spacing: 58px;
  padding: 0px;
  text-align: left;
  background: #fff;
  box-shadow: inset 50px 0 0 #E1E1E1, inset 66px 0 0 #FFFFFF, inset 116px 0 0 #E1E1E1, inset 132px 0 0 #FFFFFF, inset 182px 0 0 #E1E1E1, inset 198px 0 0 #FFFFFF, inset 248px 0 0 #E1E1E1, inset 264px 0 0 #FFFFFF, inset 314px 0 0 #E1E1E1, inset 330px 0 0 #FFFFFF, inset 380px 0 0 #E1E1E1;
  border-radius: 0;
  padding-left: 20px;
}
#formSubmitPrivate .mobileRequired,
#formSubmitPrivate .otpRequired {
  display: flex;
}
#formSubmitPrivate .mobileRequired .form-field,
#formSubmitPrivate .otpRequired .form-field{
  width: 100%;
  position: relative;
}
#formSubmitPrivate .mobileRequired .form-field:first-child {
  width: 100px;
  margin-right: 16px;
}
#formSubmitPrivate .otpRequired .form-field:first-child {
  width: 417px;
}
#formSubmitPrivate .otpRequired .customDtn {
  position: absolute;
  bottom: 0;
  right: 0;
}
#formSubmitPrivate .radio-container input[type="radio"] {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#formSubmitPrivate .radio-container,
#formSubmitPrivate .radio-container label {
  font-weight: 600;
  position: relative;
}
#formSubmitPrivate .radio-container label {
  padding-left: 30px;
}
#formSubmitPrivate .radio-container label:before,
#formSubmitPrivate .radio-container label:after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  background-color: #E1E1E1;
}
#formSubmitPrivate .radio-container label:before {
  box-shadow: inset 0 0 0px 6px #E1E1E1;
  width: 22px;
  height: 22px;
  left: 1px;
  top: 1px;
  z-index: 1;
}
#formSubmitPrivate .radio-container input[type="radio"]:checked ~ label:before {
  background-color: transparent;  
}
#formSubmitPrivate .radio-container input[type="radio"]:checked ~ label:after {
  background: radial-gradient(85.81% 85.81% at 37.64% 14.19%, #E0A343 0%, #BB8431 100%);
  z-index: 0;
}
#formSubmitPrivate #inputDatePrivate {
  background-image: url(../../../content/dam/ipbprivate/icons/icon-calendar.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 24px;
}
#formSubmitPrivate .customDtn.submitBtn {
  height: 46px;
  font-size: 20px;
  line-height: 48px;
}
#pp-enquiry-from-success {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) { 
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP {
    width: 326px;
  }
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP #otpFieldPrivate {
    letter-spacing: 48px;
    box-shadow: inset 46px 0 0 #E1E1E1, inset 56px 0 0 #FFFFFF, inset 102px 0 0 #E1E1E1, inset 112px 0 0 #FFFFFF, inset 158px 0 0 #E1E1E1, inset 168px 0 0 #FFFFFF, inset 214px 0 0 #E1E1E1, inset 224px 0 0 #FFFFFF, inset 270px 0 0 #E1E1E1, inset 280px 0 0 #FFFFFF, inset 326px 0 0 #E1E1E1;
  }
  #formSubmitPrivate .otpRequired .customDtn {
    bottom: 4px;
  }
}
@media (max-width: 991px) { 
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP {
    width: 200px;
  }
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP #otpFieldPrivate {
    letter-spacing: 22px;
    padding-left: 15px;
    box-shadow: none;
    background-color: #E1E1E1;
  }
}
@media (max-width: 767px) {
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP {
    width: 417px;
  }
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP #otpFieldPrivate {
    letter-spacing: 58px;
    padding-left: 20px;
    background-color: transparent;
    box-shadow: inset 50px 0 0 #E1E1E1, inset 66px 0 0 #FFFFFF, inset 116px 0 0 #E1E1E1, inset 132px 0 0 #FFFFFF, inset 182px 0 0 #E1E1E1, inset 198px 0 0 #FFFFFF, inset 248px 0 0 #E1E1E1, inset 264px 0 0 #FFFFFF, inset 314px 0 0 #E1E1E1, inset 330px 0 0 #FFFFFF, inset 380px 0 0 #E1E1E1;
  }
  .formSideRight {
    margin-top: 0;
    height: auto;
  }
}
@media (max-width: 576px) {
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP {
    width: auto;
  }
  #formSubmitPrivate .otpRequired .form-field:nth-child(2) {
    width: 120px;
    flex: 0 0 120px;
    margin-left: 15px;
  }
  #formSubmitPrivate .otpRequired .form-field .customDtn {
    width: 100%;
  }
  #formSubmitPrivate .otpRequired .form-field .fieldMobileOTP #otpFieldPrivate {
    letter-spacing: calc(14vw - 30px);
    padding-left: 10px;
    box-shadow: none;
    background-color: #E1E1E1;
  }
}
/* Form Side END */