.opsForm .dsp-n {
  display: none !important;
}

.opsForm .light-blue {
  color: #0083c3 !important;
}

.opsForm .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.opsForm {
  width: 555px;
}

.opsForm .newForm .formView {
  height: auto;
  width: 555px;
  min-width: 100%;
  border-radius: 5px;
  border: 1px solid #b9e8ff;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px #458bd14d;
}

.opsForm .timing {
  color: darkgray;
  font-size: 10px;
  font-weight: 500;
}

.opsForm .call-icon {
  width: 12px;
  height: 12px;
}

.opsForm #error {
  font-size: 12px;
  color: #ff000b;
  text-align: right;
  position: absolute;
  display: block;
  top: -22px;
  left: 0;
  right: 0;
}

.opsForm .inputSection #error {
  top: -7px;
  margin-top: 5px;
}

.opsForm .newForm label[for="mobile"] {
  width: 100%;
}

.opsForm input[type="text"] {
  height: 40px;
  border: 1px solid #005e9e;
}

.opsForm input[type="text"]:focus {
  border: 1px solid #005e9e;
}

.opsForm .newForm #code {
  width: 42px;
  margin-left: -31px;
  text-align: center;
  border-right: 1px solid #717171;
  border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
.opsForm .newForm .form-field input::-webkit-outer-spin-button,
.opsForm .newForm .form-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.opsForm .newForm .form-field input[type="number"] {
  -moz-appearance: textfield;
}

.opsForm .newForm .form-field [type="text"]::placeholder {
  color: #005e9e;
}

.opsForm .newForm .formData .mobile_block label {
  left: 57px;
}

.opsForm .newForm .form-field .form-control {
  color: #000 !important;
  -webkit-text-fill-color: #000;
  width: 100% !important;
  padding: 0px 8px;
  box-sizing: border-box;
  background-color: #f5f6f7;
  border: 1px solid #dee0e3;
  height: 36px;
  font-style: normal !important;
  opacity: 1;
  font-size: 14px;
}

.opsForm .error-txt,
.opsForm .error-txt1 {
  width: 100%;
  line-height: 14px;
  padding-top: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #ed1c24;
}

.opsForm .newForm .form-field .form-control[name="phone"] {
  width: 77% !important;
  border-radius: 0 5px 5px 0;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .opsForm .newForm .form-field .form-control[name="phone"] {
    width: 67% !important;
  }
}

.opsForm .newForm .form-field .form-control:focus {
  outline: none;
  border: 1px solid #005e9e;
}

.opsForm .newForm label {
  left: 10px;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  color: #005e9e;
  transition: all 0.5s ease;
  font-weight: 500;
  text-align: left;
}

.opsForm input {
  position: unset;
}

.opsForm input:focus ~ label,
.opsForm input:not(:focus):valid ~ label {
  top: -10px;
}

.opsForm .newForm label {
  top: -10px;
}

.opsForm .newForm .d_flex {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

.opsForm .newForm .radio_buttons {
  color: #797979;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 46%;
  margin: 5px 10px 5px 10px;
}

.opsForm .newForm .radio_buttons label {
  display: flex;
  font-size: 14px;
  color: #005e9e;
  font-weight: 500;
}

.opsForm .newForm #yes_nriBannerForm,
.opsForm .newForm #no_nriBannerForm {
  font-size: 14px;
}

.opsForm .newForm #no_nriBannerForm,
.opsForm .newForm #maleBannerForm,
.opsForm .newForm #noBannerForm {
  border-radius: 5px;
}

.opsForm .newForm #maleBannerForm,
.opsForm .newForm #femaleBannerForm,
.opsForm .newForm #yesBannerForm,
.opsForm .newForm #noBannerForm,
.opsForm .newForm #yes_nriBannerForm,
.opsForm .newForm #no_nriBannerForm,
.opsForm .newForm .commonCorrRadio {
  background-color: #f5f6f7;
  padding: 8.5px 11px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  width: 50%;
  font-size: 14px;
  color: #717171;
  border: 1px solid #dee0e3;
  padding: 6px 22px;
}

.opsForm .newForm #maleBannerForm img,
.opsForm .newForm #femaleBannerForm img,
.opsForm .newForm #yesBannerForm img,
.opsForm .newForm #noBannerForm img,
.opsForm .newForm #yes_nriBannerForm img,
.opsForm .newForm #no_nriBannerForm img,
.opsForm .newForm .commonCorrRadio img {
  filter: grayscale(100%);
  width: 24px;
  height: 24px;
}

.opsForm .newForm #yes_nriBannerForm,
.opsForm .newForm #femaleBannerForm,
.opsForm .newForm #yesBannerForm,
.opsForm .newForm .commonCorrRadio {
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .opsForm .newForm #maleBannerForm,
  .opsForm .newForm #femaleBannerForm,
  .opsForm .newForm #yesBannerForm,
  .opsForm .newForm #noBannerForm,
  .opsForm .newForm #yes_nriBannerForm,
  .opsForm .newForm #no_nriBannerForm,
  .opsForm .newForm .commonCorrRadio {
    font-size: 10px;
    width: 45%;
    padding: 6px;
  }

  .opsForm .newForm #yesBannerForm,
  .opsForm .newForm #noBannerForm,
  .opsForm .newForm .commonCorrRadio {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.opsForm .newForm .valid {
  background: #ffffff !important;
  color: #005e9e !important;
  border-color: #005e9e !important;
}

.opsForm .newForm .valid img {
  filter: grayscale(0%) !important;
}

.opsForm .newForm input.valid {
  background-color: #fff !important;
}

.opsForm .newForm .calIcon {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.opsForm .disclaimer {
  width: 95%;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.opsForm .newForm .simpleLabel {
  width: 95%;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  padding: 0 15px 0 0;
  display: inline;
  margin-bottom: 0;
}

.opsForm .disclaimer .simpleLabel {
  max-height: 14px;
  padding: 0px;
  overflow: hidden;
  margin-top: 0px;
  transition: all 0.5s linear;
}

.opsForm .disclaimer .simpleLabel.expand {
  max-height: none;
}

.opsForm .disclaimer .dropDown-disclaimer {
  display: none;
  width: 10px;
  margin-top: 6px;
  cursor: pointer;
  transition: all 0.5s linear;
}

.opsForm .disclaimer .dropDown-disclaimer.rotate {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .opsForm .disclaimer {
    width: 90%;
  }

  .opsForm .disclaimer .simpleLabel {
    max-height: 32px;
  }
}

.opsForm .newForm .buttonCenter {
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.opsForm .newForm .buttonCenter button {
  font-weight: 600;
  background-color: #ed1c24;
  color: #ffffff;
  border: 1px solid #ed1c24;
  cursor: pointer;
  display: inline-block;
  height: 37px;
  padding: 0 25px;
  font-size: 12px;
  border-radius: 4px;
}

.opsForm .newForm .buttonCenter button:hover {
  box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
  background: #ff3038;
}

.opsForm label.active {
  color: #233253;
  cursor: auto;
}

/* buying guide */
.opsForm .desk-dflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.opsForm .desk-dflex a:first-child {
  margin-top: 20px;
  margin-bottom: 10px;
}

.opsForm .form-group :focus {
  outline: none;
  outline-width: 0;
  outline-style: none;
}

.opsForm .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.opsForm .dp-mob {
  display: none;
}

.opsForm .dp-desk {
  display: block;
}

.opsForm .catBannerBtn .btn:last-child {
  font-size: 12px;
  font-weight: 600;
}

.opsForm .catBannerBtn .btn:last-child:hover {
  background-color: #ffffff;
  color: #ed1c24;
  box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
}

@media screen and (min-width: 768px) {
  .opsForm .relative {
    position: relative;
    min-height: 680px;
  }

  .opsForm .absolute {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .opsForm .termHeader {
    width: 100%;
  }

  .opsForm h2 {
    font-weight: 700;
    font-size: 24px;
  }

  .opsForm .mobileOrder1 {
    order: 1;
  }

  .opsForm .mobileOrder2 {
    order: 2;
  }

  .opsForm .mobileOrder3 {
    order: 3;
  }

  .opsForm .dp-mob {
    display: block;
  }

  .opsForm .dp-desk {
    display: none;
  }

  .opsForm .catBannerBtn a {
    height: fit-content;
    width: fit-content;
    padding: 5px !important;
  }

  .opsForm .catBannerBtn .btn-danger {
    margin: 0 auto !important;
  }

  .opsForm .catBannerBtn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  .opsForm .selectMale,
  .opsForm .selectFemale {
    text-align: center;
  }

  .opsForm .desktop-only {
    display: none !important;
  }

  .opsForm .newForm .radio_buttons {
    margin-bottom: 10px;
  }

  .opsForm .newForm .form-field .form-control {
    width: 90% !important;
    font-size: 10px;
  }

  .opsForm .newForm .form-field .form-control#fnameBannerForm,
  .opsForm .newForm .form-field .form-control#email {
    width: 100% !important;
  }

  .opsForm .newForm .form-field input::placeholder {
    font-size: 10px;
  }

  .opsForm .newForm .form-field input::-webkit-input-placeholder {
    font-size: 10px;
  }

  .opsForm .newForm .form-field input::-moz-placeholder {
    font-size: 10px;
  }

  .opsForm .newForm .form-field input:-ms-input-placeholder {
    font-size: 10px;
  }

  .opsForm .newForm #maleBannerForm img,
  .opsForm .newForm #femaleBannerForm img,
  .opsForm .newForm #yesBannerForm img,
  .opsForm .newForm #noBannerForm img,
  .opsForm .newForm #yes_nriBannerForm img,
  .opsForm .newForm #no_nriBannerForm img {
    width: 18px;
    height: 18px;
  }

  .opsForm .newForm .buttonCenter {
    margin: 0 10px 12px 10px;
  }

  .opsForm .newForm .buttonCenter button {
    width: 100%;
  }
}

/* select2  */
.opsForm .select2-container {
  height: 36px !important;
  border: 1px solid #dee0e3 !important;
  background-color: #f5f6f7;
  border-right: none !important;
  font-size: 14px;
}

.opsForm .select2-container.select-2-focus {
  border: 1px solid #005e9e !important;
  border-right: none !important;
}

.opsForm .select2-container--default .select2-selection--single {
  background-color: #f5f6f7;
}

.opsForm .select2-results__option {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .opsForm .select2-container {
    font-size: 10px;
  }
}

.opsForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 30%;
}

.opsForm
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .opsForm
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    left: 50%;
  }
}

.opsForm .select2.select2-container--open {
  border: 1px solid #005e9e !important;
  border-right: none !important;
}

.opsForm .premium-screen {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #d51d25;
  background-color: #fff;
  box-shadow: 0px 0px 8px 5px #e4eef6;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.opsForm .premium-screen p,
.opsForm .premium-text {
  margin-bottom: 0px !important;
  font-size: 14px;
  font-weight: 600;
  color: #3f4c69;
  text-align: center;
}

.opsForm .premium-text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.opsForm .premium-screen .circle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background-image: conic-gradient(red 0deg, white 0deg);
  animation: fillRed 1s linear infinite;
}

@keyframes fillRed {
  0% {
    background-image: conic-gradient(red 0deg, white 0deg);
  }

  25% {
    background-image: conic-gradient(red 90deg, white 90deg);
  }

  50% {
    background-image: conic-gradient(red 180deg, white 180deg);
  }

  75% {
    background-image: conic-gradient(red 270deg, white 270deg);
  }

  100% {
    background-image: conic-gradient(red 360deg, white 0deg);
  }
}

.opsForm .premium-screen .seconds {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  background-color: #ececec;
}

.opsForm .button-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.opsForm .red-btn {
  color: #fff;
  background: #ed1c24;
  border: 1px solid #ed1c24;
  border-radius: 4px;
  display: block;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  outline: none;
  transition: all 0.3s ease;
}

.opsForm .red-btn:hover {
  color: #fff;
  box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

/* loader start */
.opsForm .previewFieldBlock .loader {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: conic-gradient(
    rgb(187, 187, 187) 0deg,
    rgb(187, 187, 187) 90deg,
    rgb(230, 230, 230) 90deg
  );
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotate 1s linear infinite;
}

.opsForm .previewFieldBlock .loader::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgb(214, 214, 214);
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/* loader end */

.opsForm .newForm .form-field.previewFieldBlock .cityStateTxt {
  color: #828282;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

/* searchable dropdown */
.opsForm .dropdown-menu {
  width: 100%;
  padding: 0px;
  z-index: 9;
  padding: 4px;
}

.opsForm .dropdown-menu.slide-up {
  top: unset;
  bottom: 100%;
}

.opsForm .dropdown-search {
  width: 100%;
  font-size: 14px;
  height: unset;
  padding: 4px;
  height: 33px !important;
}

.opsForm .dropdown-items {
  width: 100%;
  max-height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.opsForm .dropdown-item {
  padding: 5px 10px;
  font-size: 14px;
}

.opsForm .dropdown-item.gray-shade {
  background-color: #dedede;
}

.opsForm .dropdown-item:hover {
  color: #fff;
  background-color: #005f9e;
}

.opsForm .dropdown-toggle {
  color: #000 !important;
  -webkit-text-fill-color: #000;
  width: 100% !important;
  padding: 0px 8px;
  box-sizing: border-box;
  background-color: #f5f6f7;
  border: 1px solid #dee0e3;
  height: 36px;
  font-style: normal !important;
  opacity: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 0.25rem;
}

@media screen and (max-width: 768px) {
  .opsForm .dropdown-toggle {
    width: 90% !important;
    font-size: 10px;
  }

  .opsForm .dropdown-menu {
    width: 90%;
  }

  .opsForm .dropdown-item {
    font-size: 10px;
  }
}

/* tooltip */
.opsForm .smoker__label {
  position: relative;
  display: flex;
  align-items: start;
  gap: 10px;
}

.opsForm .tooltipWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.opsForm .tobaccoRadioSec__tooltiptext {
  position: absolute;
  bottom: 36px;
  right: -50%;
  width: max-content;
  padding: 10px 7px;
  background-color: #eaf4fd;
  border: 1px solid #bddcf8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 300;
  transform: translateX(50%);
  visibility: hidden;
  max-width: 245px;
  color: #000000;
}

.opsForm .tobaccoRadioSec__tooltiptext::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -8px;
  left: 39%;
  background-color: #eaf4fd;
  border-bottom: 1px solid #bddcf8;
  border-right: 1px solid #bddcf8;
  transform: rotate(45deg);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .opsForm .tobaccoRadioSec__tooltiptext {
    max-width: 180px;
  }

  .opsForm .tobaccoRadioSec__tooltiptext::before {
    left: 35%;
  }

  .opsForm .tobaccoRadioSec__tooltipicon {
    margin-top: 5px;
  }
}

.opsForm .tobaccoRadioSec__tooltipicon {
  cursor: pointer;
}

.opsForm .tobaccoRadioSec__tooltipicon:hover + .tobaccoRadioSec__tooltiptext {
  visibility: visible;
}

/* form hoarding starts */
.opsForm .formHoarding {
  background-color: #233253;
  padding: 11px 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.opsForm .formHoarding p {
  margin-bottom: 0px !important;
}

.opsForm .newForm {
  box-shadow: 0px 0px 8px 5px #e4eef6;
  border-radius: 5px;
}

.opsForm .formHoarding .formHoarding__title .formHoarding__title--txt {
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .opsForm .formHoarding .formHoarding__title .formHoarding__title--txt {
    font-size: 16px;
    line-height: 24px;
  }
}

.opsForm .formHoarding .formHoarding__title .formHoarding__title--txt span {
  color: #69d2ff;
}

.opsForm .formHoarding .formHoarding__description {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  color: #fff;
}

.opsForm
  .formHoarding
  .formHoarding__description
  .formHoarding__description--leftTxt,
.opsForm
  .formHoarding
  .formHoarding__description
  .formHoarding__description--rightTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .opsForm
    .formHoarding
    .formHoarding__description
    .formHoarding__description--leftTxt,
  .opsForm
    .formHoarding
    .formHoarding__description
    .formHoarding__description--rightTxt {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}

/* form hoarding ends */
.opsForm .newForm .formHeading .marginLeft {
  margin-left: 0px;
}

/* ! common start */
.opsForm input::placeholder {
  opacity: 0.5;
  color: #005e9e;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.opsForm .newForm .formView .previewFieldBlock {
  margin: 10px;
  box-sizing: border-box;
  position: relative;
  width: 46%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: transparent !important;
  align-items: center;
  justify-content: flex-start;
}

.opsForm .form-control:focus {
  box-shadow: unset;
}

.opsForm .newForm .formField {
  padding: 0px 12px;
}

@media screen and (max-width: 767px) {
  .opsForm .newForm .formView .previewFieldBlock {
    text-align: left;
  }

  .opsForm .newForm .formField {
    padding: 0;
  }

  .opsForm .newForm .radio_buttons,
  .opsForm .newForm .formView .previewFieldBlock {
    width: 48%;
    margin: 0;
  }
}

/* ! common end */

/* full  name start */
.opsForm .newForm .formView .inputSection .fieldsForm {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}

.opsForm .newForm .formData .inputSection {
  position: relative;
  margin: 5px auto 5px;
  width: 95%;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

/* full name end  */

/* nri radio */
.opsForm .newForm .radio_buttons .fieldnri {
  position: relative;
  margin: 5px 0;
}

.opsForm .newForm .radio_buttons .fieldnri span {
  font-size: 10pt;
  display: flex;
  gap: 10px;
}

/* gender radio start */
.opsForm .newForm .radio_buttons .fieldgen {
  position: relative;
  margin: 5px 0;
}

.opsForm .newForm .radio_buttons .fieldgen .fieldgen__container {
  font-size: 10pt;
  display: flex;
  gap: 10px;
}

.opsForm .newForm .radio_buttons .fieldgen span {
  font-size: 10pt;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.opsForm .newForm .fieldgen .selectMale {
  font-size: 12px;
  -webkit-text-stroke: 0;
  top: -2px;
  position: relative;
  left: 2px;
}

.opsForm .newForm .fieldgen .selectFemale {
  font-size: 12px;
  -webkit-text-stroke: 0;
}

@media screen and (max-width: 767px) {
  .opsForm .newForm .radio_buttons .fieldgen span {
    font-size: 10px;
  }
}

/* gender radio end */

/* smoker start */
.opsForm .newForm .radio_buttons .smoker,
.opsForm .newForm .radio_buttons .correspondence_radioContainer {
  position: relative;
}

.opsForm .newForm .radio_buttons .smoker .smokerDetails,
.opsForm .newForm .radio_buttons .correspondence_Details {
  font-size: 10pt;
  display: flex;
  gap: 10px;
}

/* smoker end */

/* dob start */
.opsForm .newForm .form-field.previewFieldBlock .showAge {
  margin-bottom: -5px;
  color: #005e9e;
  text-align: right;
  font-size: 12px;
  margin-right: -10px;
  display: none;
}

.opsForm .daterangepicker select.monthselect,
.opsForm .daterangepicker select.yearselect {
  padding: 5px;
}

.opsForm .daterangepicker {
  z-index: 10 !important;
}

.opsForm .newForm .form-field .form-control.hasDatepicker {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/products-page/calenderBlue.png)
    no-repeat 93% 10px;
  background-size: 19px;
  background-position-y: center;
  height: 36px;
  cursor: pointer;
  background-color: #f5f6f7;
}

@media screen and (max-width: 767px) {
  .opsForm .daterangepicker {
    left: -114px !important;
  }

  .opsForm .daterangepicker.opensright:before {
    left: 44% !important;
  }

  .opsForm .daterangepicker.opensright:after {
    left: 44% !important;
  }

  .opsForm .global-tooltip {
    width: auto !important;
  }
}

/* dob end */

/* mobile number start */
.opsForm .mobileNo14#phone {
  display: none;
}

.opsForm .newForm .formView .previewFieldBlock.mobile_block #code {
  width: 23% !important;
  margin-left: 0;
  border-right: none;
  color: #005e9e;
  border-radius: 5px 0 0 5px;
}

.opsForm .input__vertical-line {
  background: #717171;
  width: 1.2px;
  height: 18px;
  position: absolute;
  left: 57px;
  top: 38px;
}

.opsForm #phone:focus {
  border-left: none;
}

.opsForm .newForm .formData .mobile_block label {
  left: 75px;
}

@media screen and (max-width: 767px) {
  .opsForm .input__vertical-line {
    top: 44px;
    left: 24.5%;
  }
}

/* mobile number end */

/* !form end */

/* form heading start */
.opsForm .newForm .formHeading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.opsForm .newForm .formHeading h4 {
  color: #000;
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

.opsForm .newForm .formHeading h4 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.opsForm .newForm .border {
  display: block;
  width: 70px;
  height: 5px;
  background: #d41d25;
  margin: 5px auto 0;
}

/* form heading end */

/* disclaimer checkbox start */
.opsForm .check-option-tab {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 10px;
}

.opsForm .check-option-tab input[type="checkbox"] {
  width: 14px;
  /* margin-top: 10px; */
}

.opsForm .check-option-tab label {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  display: block;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .opsForm .check-option-tab .error-txt {
    text-align: left;
    margin-left: 10px;
  }

  .opsForm .check-option-tab input[type="checkbox"] {
    align-self: flex-start;
  }

  .opsForm .check-option-tab label {
    text-align: left;
    padding-left: 5px;
    margin-top: 0 !important;
  }
}

.opsForm .check-option-tab .error-txt {
  width: 100%;
}

.opsForm .check-option-tab .checkbox-container {
  display: flex;
  width: 100%;
  gap: 5px;
  justify-content: center;
  align-items: start;
}

@media screen and (max-width: 767px) {
  .opsForm .check-option-tab .checkbox-container {
    align-items: center;
  }
}

/* disclaimer checkbox end */

/* ----- */
@media screen and (max-width: 768px) {
  .opsForm {
    width: auto;
  }

  .opsForm .newForm .formView {
    width: auto;
  }

  .opsForm .newForm label,
  .opsForm .newForm .radio_buttons label {
    font-size: 11px !important;
    margin-top: 8px;
  }

  .opsForm .newForm .formView .fullWidthEmailContainer,
  .opsForm .newForm .formView .fullWidthIwantToContainer {
    margin: 0 5px 0 5px;
  }
}

/* buying guide */
.opsForm .buyingGuideHead {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #005e9e;
  text-decoration: none;
}

.opsForm .buyingGuidePhone .timing {
  color: darkgray;
  font-size: 10px;
  font-weight: 500;
}

/* we dont spam */
.opsForm .weDontSpam {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #7d7d7d;
  margin-left: 10px;
}

.opsForm .weDontSpam img {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}

/*  i want to */
.opsForm #iWantTo {
  width: 98%;
}

@media screen and (max-width: 767px) {
  .opsForm #iWantTo {
    width: 98% !important;
  }
}

/* custom radio flex  */
.opsForm .newForm .radio_buttons .customFormRadioFlex {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.opsForm .fullWidthEmailContainer,
.opsForm .fullWidthIwantToContainer {
  width: 100% !important;
}

.opsForm .rhsImg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.opsForm .rhsImg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .opsForm .weDontSpam {
    font-size: 6px !important;
    margin-left: 0 !important;
  }

  .opsForm .weDontSpam img {
    width: 10px !important;
    height: 10px !important;
  }
}

/* version 2 */
.opsForm .version-2 .newForm {
  overflow: hidden;
}

.opsForm .version-2 .newForm .formField {
  padding: 0px;
}

.opsForm .version-2 .formHoarding {
  background-color: #fde7e8;
  border-radius: 0px;
}

.opsForm
  .version-2
  .formHoarding
  .formHoarding__title
  .formHoarding__title--txt {
  color: #233253;
  line-height: 26px;
}

.opsForm .version-2 .disclaimer {
  width: 93%;
}

.opsForm .version-2 .buyingGuideHead {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .opsForm .version-2 .newForm .buttonCenter button {
    width: max-content;
  }

  .opsForm .version-2 .desk-dflex {
    display: none;
  }
}
.opsForm .dropdown-toggle:after {
  margin-left: auto;
}

.opsForm .cutomerRatingSection {
  background-color: #daf2fc;
  padding: 3px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.opsForm .cutomerRatingSection .ratingTxt {
  margin-bottom: 0px !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #454545;
}

.opsForm .cutomerRatingSection .customerRatingSection__starRating--icons {
  display: flex;
  gap: 3px;
}

.opsForm .cutomerRatingSection .customerRatingSection__starRating--icons img {
  width: 20px;
  height: 20px;
}

.opsForm .cutomerRatingSection .ratingTxt span {
  color: #233253;
  font-weight: 700;
}

.opsForm .customerRatingSection__starRating {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .opsForm .cutomerRatingSection {
    row-gap: 5px;
    flex-wrap: wrap;
  }

  .opsForm .cutomerRatingSection .ratingTxt {
    font-size: 12px;
    line-height: 18px;
  }

  .opsForm .cutomerRatingSection .customerRatingSection__starRating--icons img {
    width: 14px;
    height: 14px;
  }
}

.opsForm .otp-screen-container {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #d51d25;
  background-color: #fff;
  box-shadow: 0px 0px 8px 5px #e4eef6;
}

.opsForm .form-holder {
  border-radius: 10px;
  box-shadow: 0px 0px 8px 5px #e4eef6;
}

.opsForm .checkbox-wrapper {
  margin-bottom: 18px;
}

.opsForm .agree-checkbox-error-txt {
  padding: 10px 0 0 30px;
  line-height: 1.2;
}

.opsForm .checktxt p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .opsForm .form-holder {
    max-width: unset;
  }
}

.opsForm .otp-head-title,
.opsForm .otp-head-title p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #3f4c69;
  text-align: center;
}

.opsForm .otp-head-title {
  position: relative;
}

.opsForm .otp-head-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #ed1c24;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
  border-radius: 5px;
}

.opsForm .number-email-wrapper {
  display: flex;
  border: 1px solid #e8e8e8;
  max-width: 75%;
  width: fit-content;
  margin: 35px auto;
  border-radius: 5px;
}

.opsForm .number-wrapper {
  text-align: center;
  padding: 8px 8px;
}

.opsForm .mail-wrapper {
  width: 50%;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  padding: 8px 8px;
}

.opsForm .number-wrapper .mobile-Number {
  font-size: 14px;
  font-weight: 600;
  color: #3f4c69;
  margin-bottom: 0px;
}

.opsForm .number-wrapper .inside-content {
  padding: 4px;
  margin-bottom: 0px;
  font-size: 12px;
  text-align: center;
  color: #989898;
  overflow-wrap: break-word;
}

.opsForm .error-msg {
  display: flex;
  margin: 0 auto;
  max-width: fit-content;
  gap: 6px;
  border-radius: 5px;
  padding: 6px 15px;
}

.opsForm .error-msg-green {
  background-color: #edf9e8;
}

.opsForm .error-msg-red {
  background-color: #fff2f3;
}

.dsp-n {
  display: none;
}

.opsForm .mainform {
  text-align: center;
  margin-top: 5px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .FormJourney.width-75 {
    width: 75%;
    margin: 0 auto;
  }
}

.opsForm .otp-input .border-red {
  border-bottom: 1px solid red;
}

.opsForm .otp-input input {
  max-width: 8%;
  height: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #9d9b9b;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  margin-bottom: 10px;
  text-align: center;
  font-style: unset !important;
}

.opsForm .otp-input input:focus {
  border: 1px solid #9d9b9b;
  border-top: none;
  border-right: none;
  border-left: none;
}

.opsForm .otpoption {
  margin-bottom: 10px;
}

.opsForm .otp-input {
  margin-top: 15px;
}

.opsForm .otpoption p {
  color: #949dad;
  font-size: 12px;
  font-weight: 600;
}

.opsForm .otpoption .resend-grey {
  color: #2e3c5c;
  font-weight: 600;
  cursor: pointer;
}

.opsForm .btn-main-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
}

.opsForm .btn-back {
  padding: 7px 55px;
  border: 1px solid #ed1c24;
  background-color: #fff;
  border-radius: 5px;
  color: #ed1c24;
  font-size: 15px;
  font-weight: 600;
}

.opsForm .btn-verify {
  padding: 7px 55px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.opsForm .success-img {
  text-align: center;
  margin-top: 20px;
}

.opsForm .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb8a;
}

@media screen and (min-width: 768px) {
  .opsForm .error-msg-main-wrapper {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .opsForm .otp-head-title {
    font-size: 15px;
  }

  .opsForm .otp-head-title::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #ed1c24;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
  }

  .opsForm .number-email-wrapper {
    max-width: unset;
  }

  .opsForm .mobile-Number {
    font-size: 12px;
  }

  .opsForm .inside-content {
    font-size: 12px;
  }

  .opsForm .btn-back,
  .opsForm .btn-verify {
    padding: 5px 35px;
    font-size: 14px;
    font-weight: 500;
  }
}

.opsForm .error-msg-green .error-green {
  color: #4da22b;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.opsForm .error-msg-red .error-red {
  color: #ed2129;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.opsForm .dsp-n {
  display: none;
}

