*::-moz-placeholder {
  color: #d0d0d0;
  font-size: 13px;
  text-transform: capitalize;
}

*::placeholder {
  color: #d0d0d0;
  font-size: 13px;
  text-transform: capitalize;
}

/* fonts call css started here======================== */
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Regular.woff");
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Regular.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Regular.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "lato-semibold";
  src: url("fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Semibold.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Semibold.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "lato-bold";
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("fonts/Lato-Bold.woff2") format("woff2"),
    /* Modern Browsers */
    url("fonts/Lato-Bold.woff") format("woff"),
    /* Modern Browsers */
    url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

/* fonts call css ends here=========================== */

body {
  overflow-x: hidden;
  background-color: #f4f5f9;
  font-family: "lato", sans-serif;
  position: fixed;
  width: 100%;
}

body.body-mobile {
  background-color: #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato-bold", sans-serif;
}

a {
  color: var(--axisColor);
  font-size: 12px;
  font-weight: 600;
}

a:hover {
  color: #b62161;
}

label.error,
label.errorMsg {
  display: block;
  color: var(--errorTextColor) !important;
  background-color: transparent !important;
  font-size: 12px !important;
  line-height: 16px;
  padding-left: 0px !important;
  margin-top: 4px;
}

label.fieldError {
  display: block;
  color: var(--errorTextColor) !important;
  background-color: transparent !important;
  font-size: 12px !important;
  line-height: 16px;
  padding-left: 0px !important;
  margin-top: 4px;
}

label.otpError {
  display: block;
  color: var(--errorTextColor);
  font-size: 12px;
  padding-left: 0px;
  line-height: 16px;
  margin-bottom: 4px;
  margin-top: 6px;
}

input.form-control,
select.form-control,
select.form-select {
  color: var(--axisColor);
  font-size: 13px;
  border-radius: 4px;
  outline: none;
  height: 32px;
  margin-bottom: 0px;
  border: 1px solid var(--axisColor);
  padding: 6px 26px 6px 10px;
  text-transform: uppercase;
  background-color: #f4f5f9;
}

.form-control:focus {
  color: #97144d;
  border-color: #97144d;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.form-bdr {
  border: 1px solid #a0a0a0;
  border-top: 0px solid #a0a0a0;
  padding: 5px 10px;
}

.form-label {
  font-size: 13px;
  color: var(--labelTextColor);
  display: block;
  text-align: left;
  margin-bottom: 1px;
  padding: 0px;
  font-family: "lato-semibold", sans-serif;
  letter-spacing: 1px;
}

.flxBoxContentStart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flxBoxContentBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flxBoxContentCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flxBoxItemsEnd {
  display: flex;
  align-items: end;
  justify-content: center;
}

.pri-heading {
  background-color: var(--axisColor);
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px;
  letter-spacing: 0.9px;
}

.sub-heading {
  background-color: #707070;
  text-transform: uppercase;
  font-size: 14px !important;
  color: #ffffff !important;
  margin: 0px 0px 15px 0px;
  padding: 5px 15px;
  letter-spacing: 0.9px;
  border-radius: 0px;
}

.lblHead {
  font-size: 13px;
  font-weight: 600;
  color: #3d3d3d;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 0.6px;
}

.form-subHead {
  font-size: 14px;
  font-weight: 600;
  color: #3d3d3d;
  display: block;
  text-align: left;
  margin-bottom: 4px;
  padding: 0px;
  letter-spacing: 0.75px;
}

.otp-note {
  color: #4b4b4b;
  font-family: "lato-semibold", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1px;
  margin-left: 1px;
  margin-bottom: -4px;
}

.common-note {
  display: block;
  line-height: 17px;
  color: #454545;
  font-family: "lato-semibold", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1px;
  margin-bottom: 4px;
}

.radio {
  margin: 0rem 0.5rem 0rem 0rem;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.form-group .radio-label {
  margin-right: 8px;
  position: relative;
}

.form-group .radio .radio-label {
  top: 0;
  font-size: 13px;
}

.radio input[type=radio]~.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked~.radio-label:before {
  background-color: var(--axisColor);
  box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio input[type=radio]:focus~.radio-label:before {
  outline: none;
  border-color: var(--axisColor);
}

input.error[type=radio]~label.error {
  margin-top: 0px;
}

.txtJustify {
  text-align: justify !important;
}

#main-content {
  margin-left: 250px;
  display: block;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--axisColor);
  outline: none;
  box-shadow: 0 0 0 0 rgba(151, 20, 77, 0.25);
  background-color: transparent;
}

.form-group input:focus~label,
.form-group input:not(:placeholder-shown)~label,
.form-group select:focus~label {
  top: -10px;
  font-size: 12px;
  color: var(--axisColor);
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 4px;
}

.form-group input:not(:placeholder-shown)~label {
  background-color: transparent;
}

.form-group select:not([value=""]):valid~label {
  top: -10px;
  font-size: 12px;
  color: var(--errorTextColor);
  background-color: #ffffff;
  padding: 0 4px;
  border-radius: 4px;
  left: 4px;
}

.form-group i {
  position: absolute;
  right: 6px;
  top: 30px;
  font-size: 16px;
  color: var(--axisColor);
}

.form-group img {
  position: absolute;
  right: 6px;
  top: 30px;
  color: var(--axisColor);
  width: 16px;
}

.ui-widget-content {
  background-color: #f6f6f6;
}

.errSpanMsg {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
}

.pri-color {
  color: var(--axisColor) !important;
}

.lbl-color {
  color: var(--labelTextColor) !important;
}

input.form-control.autFilInp,
select.form-control.autFilInp,
select.form-select.autFilInp {
  color: #545454;
  background-color: #e8e8e8;
  border: 1px solid #b8b8b8;
  cursor: not-allowed;
  pointer-events: none;
}

.loader_position.loader_position_solprop {
  background-color: transparent;
}

.loader_position_solprop_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgb(155 155 155 / 50%);
  z-index: 1061;
}

.loader_position.loader_position_solprop .loader {
  z-index: 1063;
}

.loader_position .loader-text {
  position: fixed;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -52%);
  color: var(--axisColor);
  z-index: 1063;
  letter-spacing: 0.5px;
}

/* utilities css start here======================================== */
.sep-bottom {
  border-bottom: 1px solid #b0b0b0;
}

.sep-left {
  border-left: 1px solid #b6b6b6;
}

.sep-right {
  border-right: 1px solid #b6b6b6;
}

.sep-top {
  border-top: 1px solid rgba(151, 20, 77, 0.25);
}

.w-18px {
  width: 18px !important;
}

.w-20 {
  width: 20%;
}

.opac-0 {
  opacity: 0;
}

.marTopNeg3 {
  margin-top: -3px;
}

.marTop1 {
  margin-top: 1px;
}

.zIndexNeg1 {
  z-index: -1;
}

.zIndexNut0 {
  z-index: 0;
}

.lngTextBreak {
  overflow-wrap: anywhere;
  color: #313133;
  letter-spacing: 1px;
  font-size: 13px;
}

.swal-icon.swal-icon--error {
  width: 45px;
  height: 45px;
  border-color: #ed4040;
}

.swal-icon--error__line--left {
  left: 8px;
}

.swal-icon--error__line--right {
  right: 8px;
}

.swal-icon--error__line {
  height: 4px;
  width: 30px;
  top: 21px;
  background-color: #ed4040;
}

.swal-icon--success__ring {
  border: 4px solid var(--axisColor);
  width: 50px;
  height: 50px;
}

.swal-icon {
  width: 50px;
  height: 50px;
}

.swal-icon--success:after,
.swal-icon--success:before {
  width: 40px;
  height: 60px;
}

.swal-icon--success:before {
  border-radius: 90px 0 0 90px;
  top: -28px;
  left: -16px;
}

.swal-icon--success:after {
  border-radius: 0 90px 90px 0;
  top: -11px;
  left: 30px;
}

.swal-icon--success__line {
  height: 4px;
  background-color: #97144d;
}

.swal-icon--success__line--long {
  width: 30px;
  right: 5px;
  top: 24px;
  animation-duration: 0s;
}

.swal-icon--success__line--tip {
  width: 18px;
  left: 6px;
  top: 28px;
  animation-duration: 0s;
}

.swal-icon--success__hide-corners {
  width: 5px;
  height: 24px;
  left: 12px;
  top: 20px;
}

.swal-title {
  color: #505050;
  line-height: unset;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.swal-icon--warning__body {
  width: 4px;
  height: 25px;
  top: 8px;
}

.swal-icon--warning__dot {
  width: 5px;
  height: 5px;
  margin-left: -2px;
  bottom: -9px;
}

.swal-button--cancel {
  background-color: #d6d6d6;
}

/* utilities css ends here======================================== */

/* buttons css started here======================================== */
.common-button {
  background-color: #747474;
  color: #ffffff;
  padding: 2px 12px;
  margin: 0px 20px;
  min-width: 65px;
}

.common-button:hover {
  background-color: #a6a6a6;
  color: #3a3a3a;
}

.btn-main {
  align-items: center;
  background-clip: padding-box;
  background-color: #97144d;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  height: 32px;
  position: relative;
  transition: all 250ms;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  min-width: 80px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
}

.btn-main:hover,
.btn-main:focus {
  background-color: #b62161;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #fff;
}

.btn-main:active {
  background-color: #b62161;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.btn-main:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.prv-nxt-btnWrapper .btn-main {
  min-width: 90px;
  margin: 0px 12px 4px;
}

.prv-nxt-btnWrapper .btn-main i {
  font-size: 18px;
}

.prv-nxt-btnWrapper .btn-main i.fa-hand-point-left {
  border-right: 1px solid #fff;
  padding-right: 8px;
}

.prv-nxt-btnWrapper .btn-main i.fa-hand-point-right {
  border-left: 1px solid #fff;
  padding-left: 8px;
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
}

.vkyc-btn-wrapper {
  position: relative;
  margin: 4px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 5px 0px;
}

.fancyCustBtn {
  display: block;
  min-width: 180px;
  height: 40px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: 3px solid var(--axisColor);
  color: var(--axisColor);
  font-size: 14px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  background: rgb(151 20 77 / 15%);
  text-transform: capitalize;
  transition: all 0.35s;
  margin: 0 auto;
  padding: 6px 12px;
}

.fancyCustBtn:before,
.fancyCustBtn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--axisColor);
  z-index: -1;
  transition: all 0.35s;
}

.fancyCustBtn:before {
  opacity: 0.5;
}

.fancyCustBtn:after {
  transition-delay: 0.2s;
}

.fancyCustBtn:hover {
  color: #fff;
}

.fancyCustBtn:hover:before,
.fancyCustBtn:hover:after {
  top: 0;
}

.btn-gray {
  align-items: center;
  background-clip: padding-box;
  background-color: #6b6b6b;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  height: 32px;
  position: relative;
  transition: all 250ms;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  min-width: 80px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
}

.btn-gray:hover,
.btn-gray:focus {
  background-color: #5a5a5a;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #fff;
}

.btn-gray:active {
  background-color: #5a5a5a;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

.btn-help {
  align-items: center;
  background-clip: padding-box;
  background-color: #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0;
  box-sizing: border-box;
  border: 0;
  color: #464646;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  height: 28px;
  position: relative;
  transition: all 250ms;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  min-width: 80px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 16px;
}

.btn-help:hover,
.btn-help:focus {
  background-color: #e7e7e7;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 3px 0;
  color: #5e0029;
}

.btn-help:active {
  background-color: #e7e7e7;
  box-shadow: rgba(0, 0, 0, 0.75) 0 1px 3px 0;
}

.mdlFtrClsBtnWrapper {
  padding: 8px 8px;
  text-align: center;
  border-top: 1px solid #c4c4c4;
}

.mdlFtrClsBtnWrapper .btn-main {
  min-width: 75px;
  background-color: #5a5a5a;
}

.btn.disabled, .btn:disabled {
  background-color: #b9b9b9;
  opacity: 1;
  color: #e8e8e8;
}

.btn-main.btn-otpVerify {
  min-width: 60px;
  border: 1px solid #a1a1a1;
}
/* buttons css ends here======================================== */

/* navbar css start here======================================== */
.header-axis-image-mobile {
  height: 100%;
  max-height: 60px;
}

/* navbar css ends here======================================== */

/* logout css start here======================================== */
.logout-wrapper {
  margin-left: 15px;
}

.logout-wrapper img {
  width: 20px;
}

/* logout css ends here========================================= */

/* help css start here======================================== */
.helpWrapper img {
  width: 24px;
}

.helpWrapper .btn-help span,
.logout-wrapper .btn-help span {
  line-height: 16px;
}

.helpWrapperContent {
  max-width: 400px;
  margin: 0 auto;
}

.helpBoxContentHead {
  text-align: center;
}

.helpBoxContentHead h1 {
  font-size: 13px;
  color: #565656;
  line-height: 20px;
  text-align: center;
  font-family: "lato", sans-serif;
  text-align: left;
}

.helpBoxContentHead a {
  font-size: 14px;
  color: var(--axisColor);
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
}

.helpModal .modal-header {
  padding: 0.5rem 0.5rem;
  position: relative;
  background-color: #97144d;
}

.helpModal .modal-header h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 17px;
}

.helpModal .btn-close {
  background-image: url("../images/icons/close-white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  opacity: 1;
}

.helpModal .btn-close:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.helpLogoutBox {
  position: absolute;
  right: 8px;
  top: 14px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal.show .modal-dialog {
  transform: translateY(-50%);
  top: 45%;
}

.helpSection {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 30px 20px;
}

.helpImgWrap {
  margin-right: 10px;
}

.helpImgWrap img {
  width: 120px;
}

.helpFaqSection p {
  font-size: 11.5px;
  margin-top: 20px;
  margin-bottom: 4px;
}

.helpFaqSection .helpFaqLink {
  border-radius: 6px;
  border: 1px solid #b9b9b9;
}

.helpFaqSection .helpFaqLink a {
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  font-weight: 500;
  border-radius: 6px;
}

.helpFaqSection .helpFaqLink a:hover {
  background-color: var(--axisColor);
  color: #ffffff;
}

.helpFaqSection .helpFaqLink a .faqTxt {
  margin: 0 10px;
  color: #202020;
}

.helpFaqSection .helpFaqLink a:hover .faqTxt {
  color: #e4e4e4;
}

.helpFaqSection .helpFaqLink a i {
  font-size: 20px;
}

/* help css ends here========================================= */

.main-wrapper {
  margin: 95px auto 0px;
  padding: 5px;
  background-color: #f4f5f9;
}

.main-wrapper h1 {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--axisColor);
  text-align: center;
  margin: 0px;
  letter-spacing: 0.75px;
}

/* card css started================================================== */

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }

  to {
    box-shadow: -20px -20px 0px 0px rgba(151, 20, 77, 0.25);
  }
}

/* Standard syntax */
@keyframes shadow-show {
  from {
    box-shadow: 0px 0px 0px 0px #e0e0e0;
  }

  to {
    box-shadow: -20px -20px 0px 0px rgba(151, 20, 77, 0.25);
  }
}

/* card css ends============================================================== */

/* step container css start here ================================================= */
.stepContainer {
  display: block;
  position: relative;
  margin: 5px 0px 30px 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  clear: both;
  background-color: #f4f5f9;
}

.cm-form-wrapper::-webkit-scrollbar {
  width: 0.25em;
}

.cm-form-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cm-form-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

/* step container css ends here=================================================== */

/* ntb css started============================================================== */
.cm-form-wrapper {
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 0px;
}

.cm-form-wrapper .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.cm-form-wrapper .nav-tabs .nav-link {
  background-color: #e0e0e0;
  color: #5e5c5d;
  border: 1px solid #b6b6b6;
  border-bottom: 0px;
  padding: 4px 8px 2px;
  margin-bottom: 0px;
}

.cm-form-wrapper .nav-tabs .nav-item.show .nav-link,
.cm-form-wrapper .nav-tabs .nav-link.active {
  background-color: var(--axisColor);
  border: 1px solid #880e43;
  color: #ffffff;
  isolation: unset;
  transition: all 0.5s ease-in-out;
}

.cm-form-wrapper .nav-tabs .nav-link .nav-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-form-wrapper .nav-tabs .nav-link .nav-link-wrapper i {
  font-size: 18px;
  margin-right: 8px;
}

.cm-form-wrapper .nav.nav-tabs a span {
  font-family: "lato-semibold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
}

.cm-form-wrapper .tab-content {
  border: 1px solid rgb(151 20 77 / 15%);
  padding: 8px 10px 10px 10px;
}

.actionBar-custom {
  display: block;
  position: relative;
  clear: both;
  margin: 3px 0 0 0;
  padding: 0;
  color: #5A5655;
  background-color: #F4f5f9;
  height: 40px;
  max-width: 720px;
  text-align: left;
  overflow: auto;
  z-index: 88;
  border-radius: 5px;
  left: 0;
}

.buttonNext-custom {
  display: block;
  margin: 4px 3px 0 3px;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  width: 100px;
  color: #FFF;
  outline-style: none;
  background-color: var(--axisColor);
  border: 1px solid var(--axisColor);
  border-radius: 5px;
}

.buttonNext-custom:hover {
  color: #fff;
}

.form-control[readonly] {
  background-color: transparent;
}

.form-mainHead {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: var(--axisColor);
  color: #ffffff;
  padding: 4px 4px 2px 4px;
  line-height: 16px;
  margin: 0px;
  text-align: center;
}

.form-mainHead.form-mainHead1 {
  background-color: transparent;
  margin-bottom: 16px;
  color: #202020;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}

.form-mainHead.occForm-mainHead {
  margin-bottom: 4px;
  margin-top: 4px;
  background-color: #656565;
  text-transform: capitalize;
  font-family: "lato-semibold", sans-serif;
}

.disAddBox div {
  font-size: 12px;
  background-color: #ececec !important;
  cursor: not-allowed;
  line-height: 16px;
  padding: 4px 4px;
  color: var(--axisColor);
  font-family: "lato-bold", sans-serif;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.disAddBox div.form-control:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.custom-checkbox>[type=checkbox]:not(:checked),
.custom-checkbox>[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox>[type=checkbox]:not(:checked)~label,
.custom-checkbox>[type=checkbox]:checked~label {
  font-size: 14px;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  top: 4px;
  left: 0px;
  color: #484848;
  text-align: justify;
}

.custom-checkbox>[type=checkbox]:not(:checked)~label:before,
.custom-checkbox>[type=checkbox]:checked~label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin-top: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid #9f9f9f;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox>[type=checkbox]:checked~label:before {
  border: 1px solid var(--axisColor);
  background: var(--axisColor);
}

.custom-checkbox>[type=checkbox]:not(:checked)~label:after,
.custom-checkbox>[type=checkbox]:checked~label:after {
  content: "✓";
  position: absolute;
  top: 2px;
  left: 3px;
  margin-top: 0px;
  color: var(--axisColor);
  font-weight: 700;
  width: 14px;
  height: 14px;
  font-size: 12px;
}

.decForm .custom-checkbox>[type=checkbox]:checked~label:after {
  top: 1px;
}

.custom-checkbox>[type=checkbox]:not(:checked)~label:after {
  opacity: 0;
  transform: scale(0);
}

.custom-checkbox>[type=checkbox]:checked~label:after {
  opacity: 1;
  color: #ffffff;
}

.custom-checkbox>[type=checkbox]:not(:checked)~label.error,
.custom-checkbox>[type=checkbox]:checked~label.error {
  font-weight: 500;
  margin-top: 0px;
}

.custom-checkbox>[type=checkbox]:not(:checked)~label.error:before,
.custom-checkbox>[type=checkbox]:checked~label.error:before {
  width: 0px;
  height: 0px;
}

.addAddBox {
  position: relative;
  margin-bottom: 6px;
  border-bottom: 1px solid #b4b4b4;
}

#ui-datepicker-div {
  z-index: 999 !important;
}

.rgt-bg-img-part {
  position: relative;
}

.rgt-bg-img-part:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b4b4b4;
}

.rgt-bg-img {
  display: block;
  width: 100%;
  padding: 0px 20px 0px 40px;
}

.rgMobWrapper,
.rgCustIdWrapper {
  position: relative;
}

.addEditWrap {
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: 1;
}

.addEditWrap .btn.btn-main {
  min-width: 65px;
  height: 24px;
  padding: 2px 4px;
  display: flex;
  align-items: baseline;
  margin-left: 5px;
}

.addEditWrap .btn.btn-main i {
  margin: 0px 5px 0px 0px;
}

.officeDetailsFormId .sucInf-msg,
.officeDetailsFormId .errInf-msg,
.personal-details .sucInf-msg,
.personal-details .errInf-msg {
  margin: 8px 0px 0px 0px;
}

.nmWrapper .selTitle {
  background-position: right 0.25rem center;
  padding: 6px 20px 6px 10px;
}

.nmWrapper .form-group {
  display: inline-block;
}

.nmWrapper .form-group:nth-child(1) {
  width: 20%;
}

.nmWrapper .form-group:nth-child(2) {
  width: 79%;
  float: right;
}

.usagePreWrap .otp-note {
  margin-top: 0px;
  display: block;
  margin-bottom: unset;
}

.titleWrap label.error {
  max-width: 82px;
  background-color: transparent !important;
}

.namWrap label.error {
  left: 12px !important;
}

.chosCardForLbl {
  margin-bottom: 8px;
}

.autoDebitActionWrapper {
  border: 1px solid #cacaca;
  padding: 6px 8px 14px;
  border-radius: 4px;
}

.autoDebitActionWrapper .form-group {
  margin-bottom: 16px;
}

.crdTypHead {
  color: #4a4a4a;
  font-size: 14px;
}

.gstMultiNo .btn-main {
  min-width: 50px;
  margin-top: 22px;
  font-size: 12px;
}

.gstMultiNo .btn-main span {
  line-height: 16px;
}

.gstMultiNo .form-group i {
  position: unset;
  font-size: 14px;
  color: #ffffff;
}

.multiGstInpDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 18px;
  position: relative;
}

.multiGstInpDiv:nth-child(1) {
  margin-top: 0px;
}

.gstMultiNo .multiGstInpDiv label.errorMsg {
  position: absolute;
  bottom: -18px;
  top: 100%;
  left: 0px;
}

.gstMultiNo .multiGstInpDiv .btn-main {
  margin-top: 0px;
  margin-left: 8px;
}

.gstMultiNo .btn-remove {
  min-width: 68px;
  font-size: 16px;
  margin-left: 8px;
  color: var(--axisColor);
  text-align: left;
  padding-left: 2px;
}

.gstMultiNo .addGstField.btn-main {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0px;
  border-radius: 4px;
}

.gstMultiNo .btn-main.removeField {
  position: absolute;
  right: 0;
  top: 0;
}

/* ntb css ends============================================================== */

/* etb css start============================================================== */
a .stepImg.stepImg-1 {
  background-image: url('../images/icons/criteria-axis.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a.selected .stepImg.stepImg-1,
a.done .stepImg.stepImg-1,
a:hover .stepImg.stepImg-1 {
  background-image: url('../images/icons/criteria.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a .stepImg.stepImg-2 {
  background-image: url('../images/icons/offer-axis.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a.selected .stepImg.stepImg-2,
a.done .stepImg.stepImg-2,
a:hover .stepImg.stepImg-2 {
  background-image: url('../images/icons/offer.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a .stepImg.stepImg-3 {
  background-image: url('../images/icons/personal-info-axis.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a.selected .stepImg.stepImg-3,
a.done .stepImg.stepImg-3,
a:hover .stepImg.stepImg-3 {
  background-image: url('../images/icons/personal-info.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a .stepImg.stepImg-4 {
  background-image: url('../images/icons/complete-axis.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

a.selected .stepImg.stepImg-4,
a.done .stepImg.stepImg-4,
a:hover .stepImg.stepImg-4 {
  background-image: url('../images/icons/complete.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
}

/* etb css ends============================================================== */

/* employment css start here============================================================== */
.employmentInfoForm small span {
  font-size: 14px;
}

.form-group.delModeInpErr label.error {
  position: absolute;
  top: 100%;
  left: 0;
}

/* employment css end here============================================================== */

/* card select css start here======================================================= */
.plan {
  padding: 0px;
  color: var(--axisColor);
  background-color: #ffffff;
  margin: 2px 0px;
  max-width: 130px;
}

.plan .inner {
  padding: 2px;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
}

.plan .inner div img {
  border-radius: 4px;
  height: 70px;
}

.plan .title {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.75px;
  color: var(--axisColor);
  margin: 2px 0px 0px;
  line-height: 16px;
  text-align: center;
}

.ccard-img-wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardSelectWrapper {
  list-style-type: none;
  padding-left: 0px;
}

.cardSelectWrapper li {
  display: block;
  margin: 0;
  max-width: 130px;
  position: relative;
}

.cardSelectWrapper li .selectedCard {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.cardSelectWrapper li label.error {
  display: block;
}

.cardSelectWrapper .crdLbl {
  border: 1px solid #767676;
  padding: 0px 2px;
  display: block;
  position: relative;
  margin: 0px;
  cursor: pointer;
  border-radius: 0px;
}

.cardSelectWrapper .crdLbl:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #780c3b;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.cardSelectWrapper input:checked~.crdLbl {
  border: 1px solid var(--axisColor);
}

.cardSelectWrapper input:checked~.crdLbl:before {
  content: "✓";
  background-color: var(--axisColor);
  transform: scale(1);
  z-index: 1;
}

.cardSelectWrapper input:checked~.crdLbl .plan {
  transform: scale(0.9);
  z-index: -1;
  opacity: 0.75;
}

.cardSel-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.cardSel-content {
  width: 750px;
  min-width: 700px;
  background: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 15px;
}

.cardSel-close-icn {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #858585;
  float: right;
  font-size: 35px;
  font-family: "lato-semibold", sans-serif;
  transform: rotate(45deg);
}

.cardSel-close-icn:hover,
.cardSel-close-icn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon {
  background-image: url('../images/icons/left-arrow-1.svg');
}

.carousel-control-next-icon {
  background-image: url('../images/icons/right-arrow-1.svg');
}

.plan-new {
  padding: 0px;
  color: var(--axisColor);
  background-color: #ffffff;
  max-width: 300px;
  margin: 0 auto;
}

.plan-new .inner {
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #858585;
  position: relative;
  background-color: #ffffff;
}

.plan-new .inner:hover {
  border: 1px solid var(--axisColor);
}

.plan-new .inner div img {
  width: 100%;
  border-radius: 8px;
}

.plan-new .title {
  font-weight: 700;
  font-family: "lato", sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #a21753;
  margin: 8px 0px 2px;
  line-height: 18px;
}

.plan-new .info {
  color: rgb(31, 31, 31);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.plan-new .info::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 75%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
}

.plan-new .title span {
  color: #3e3e3e;
}

.plan-new .features {
  display: flex;
  flex-direction: column;
  background-color: var(--axisColor);
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 4px;
}

.plan-new .features li,
.plan-new .cond li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.plan-new .features li,
.plan-new .cond li i.fa-rupee-sign {
  font-size: 10px;
  margin: 0px 2px 0px 4px;
}

.plan-new .features li .icon-txt {
  font-size: 12px;
  font-weight: 400;
}

.plan-new .cond {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 8px;
}

.plan-new .cond li {
  margin-bottom: 8px;
}

.plan-new .cond li img {
  width: 15px;
  height: 15px;
}

.plan-new .cond li .cond-txt {
  font-size: 12px;
  font-weight: 600;
  color: #656565;
}

.plan-new .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-new .button {
  background-color: var(--axisColor);
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 12.5px;
  text-align: center;
  border: 0;
  outline: 0;
  padding: 6px;
  width: 100%;
  text-decoration: none;
}

.plan-new .button:hover,
.plan-new .button:focus {
  background-color: #c42c6e;
}

.cardBtnSideWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0px;
}

.cardBtnSideWrap .common-button,
.cardBtnSideWrap .btn-main {
  margin: 0px;
  font-size: 13px;
  height: 32px;
  min-width: 50%;
  border-radius: 0px;
}

/* card select css end here========================================================= */

/* inf css start here================================================= */
.sucInf-msg,
.errInf-msg {
  position: relative;
  padding: 2px 18px 2px 2px;
  margin: 0px 0px 12px 0px;
  border-radius: 2px;
}

.sucInf-msg {
  color: #016901;
  background-color: #d1e7dd;
  border: 1px solid #95c9b1;
}

.errInf-msg {
  color: #ad000e;
  background-color: #f8d7da;
  border: 1px solid #e29da3;
}

.sucInf-msg .can-times,
.errInf-msg .can-times {
  position: absolute;
  right: 0px;
  top: 2px;
}

.sucInf-msg .can-times a,
.errInf-msg .can-times a {
  color: #717171;
  width: 23px;
  height: 20px;
  display: block;
}

.sucInf-msg .can-times a i,
.errInf-msg .can-times a i {
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 16px;
}

.sucInf-msg .suc-icn,
.errInf-msg .err-icn {
  text-align: center;
  margin: 0px 8px 0px 4px;
  height: 20px;
}

.sucInf-msg .suc-icn i {
  display: inline-block;
  font-size: 18px;
}

.errInf-msg .err-icn i {
  display: inline-block;
  font-size: 16px;
}

.sucInf-msg h6,
.errInf-msg h6 {
  text-align: left;
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 14px;
  font-family: "lato", sans-serif;
}

.sucInf-msg p,
.errInf-msg p {
  text-align: center;
  margin-bottom: 0;
  line-height: 16px;
}

.sucInf-msg .succSpanMsg,
.errInf-msg .errcSpanMsg {
  font-size: 13px;
  line-height: 17px;
  padding-right: 15px;
}

/* inf css ends here================================================== */

/* otp css start here========================================================= */
.otp-box {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  background-color: #fbf1e9;
  padding: 10px 0px 10px 0px;
}

.otp-field {
  flex-direction: row;
  column-gap: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.otp-field input {
  color: #404040;
  height: 40px;
  width: 46px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 0px solid #bbb;
  background-color: #fafafa;
  box-shadow: 0.5px 0.5px 2px 0.5px rgb(0 0 0 / 25%);
}

.otp-field input:focus {
  box-shadow: 0.75px 0.75px 2px 0.75px rgb(0 0 0 / 25%);
  background-color: #fafafa;
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.resend {
  position: absolute;
  left: 0px;
  bottom: -15px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

.resend a {
  font-size: 12px;
  letter-spacing: 0.5px;
}

.otp-div {
  position: absolute;
  top: 20px;
  right: -0.5px;
}

.otp-div .btn-main {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.solOtpMis .inp-field .input {
  height: 40px;
  width: 40px;
  border: 0px solid #dad9df;
  margin: 0 6px 0 1px;
  font-size: 16px;
  color: rgb(55, 55, 55);
}

.solMisLogInp {
  position: relative;
}

.solMisLogInp input.error {
  margin-top: 0px;
}

.solMisLogInp label.error {
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.rgMobWrapper.emlVerifyWrap input.form-control {
  padding: 6px 62px 6px 10px;
}
/* otp css end here========================================================= */

/* card listing css start here========================================================= */
.prop-dtl-wrap {
  max-width: 850px;
  margin: 0px auto 20px;
}

.prop-dtl-data p {
  margin-bottom: 0;
  margin-right: 10px;
  min-width: 170px;
  color: var(--axisColor);
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  border-right: 1px solid #e8e8e8;
}

.prop-dtl-data p img {
  margin-right: 6px;
  width: 25px;
}

.prop-dtl-data span {
  font-size: 14px;
  color: #4b4b4b;
}

.prop-dtl-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 50px;
  padding: 0px 15px;
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 25%);
  background: #f8f8f8;
}

.dataTable.cardListSolProp {
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  margin: 10px 0px 5px 0px;
}

table.dataTable.cardListSolProp thead th,
table.dataTable.cardListSolProp thead td {
  padding: 2.5px 5px;
  background-color: var(--axisColor);
  color: #ffffff;
  font-weight: 400;
  border-color: #e2e2e2;
  border-right-width: 0px;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: inline-block;
}

.solpropMISReport .dataTables_length {
  position: fixed;
  z-index: 999;
  left: 22px;
  background-color: white;
  padding: 5px 5px;
  width: 98%;
}

.dataTables_filter,
.dataTables_paginate {
  float: right;
}

.dataTables_length label,
.dataTables_filter label {
  font-size: 13px;
  color: #626262;
}

.dataTables_info {
  font-size: 13px;
  color: var(--axisColor);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dataTables_length select {
  color: var(--axisColor);
  border: 1px solid var(--axisColor);
  border-radius: 4px;
  font-weight: 500;
  height: 23px;
}

.dataTables_filter input {
  border: 1px solid var(--axisColor);
  border-radius: 4px;
  margin-left: 8px;
}

.dataTables_filter input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.dataTables_length select:focus-visible,
.dataTables_filter select:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.card_list_pg_wrapper .global_table {
  padding: 12px 8px;
  position: relative;
  width: 100%;
  height: 350px;
  overflow: auto;
}

.card_list_pg_wrapper .global_table::-webkit-scrollbar {
  width: 0.25em;
}

.card_list_pg_wrapper .global_table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.card_list_pg_wrapper .global_table::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

/* .global_table .dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: var(--axisColor);
    color: #ffffff;
    padding: 8px 8px;
    margin: 0 4px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
} */

table.dataTable.cardListSolProp tbody th,
table.dataTable.cardListSolProp tbody td {
  padding: 2.5px 5px;
}

.dashboardCommonBtn {
  color: #fff;
  background-color: var(--axisColor);
  padding: 2px 8px 0px;
  font-size: 14px;
  line-height: 18px;
  border: 2px solid var(--axisColor);
  border-radius: 2px;
}

.dashboardCommonBtn:hover {
  color: var(--axisColor);
  background-color: rgb(227, 227, 227);
}

/* pd info css start here---------- */
.pdInfo-wrapper .pdInfo-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ebebeb;
}

.pdInfo-box {
  border: 1px solid #a0a0a0;
  margin: 10px 0px;
}

.pdInfo-box .pdInfo-data:nth-child(1) {
  border-bottom: 1px solid #a0a0a0;
}

.pdInfo-box p {
  min-width: 94px;
  font-size: 14px;
  color: var(--axisColor);
  margin-bottom: 0px;
  padding: 2px 8px;
  height: 28px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border-right: 1px solid #a0a0a0;
}

.pdInfo-box span {
  font-size: 13px;
  color: #3b3b3b;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 2px 10px;
  height: 28px;
  display: flex;
  align-items: center;
}

.pdInfo-box-pl {
  padding-left: 0px;
}

.pdInfo-box-pr {
  padding-right: 0px;
}

.pdInfo-box-pr .pdInfo-box {
  border-right: 0px solid #a0a0a0;
}

/* pd info css ends here----------- */

/* card listing css end here========================================================= */

/* step progress bar css start here======================================================= */
.main-content {
  position: relative;
}

.main-content .wizard-form .sol-progressbar {
  padding-left: 0px;
}

.main-content .wizard-form .sol-progressbar .progressbar-list {
  color: #858585;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
}

.main-content .wizard-form .sol-progressbar .progressbar-list.active {
  color: var(--axisColor);
}

.main-content .wizard-form .progressbar-list::before {
  color: var(--axisColor);
  background-color: #d0d0d0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 6px auto 8px;
  padding: 4px 8px;
  transition: all;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.main-content .wizard-form .progressbar-list:nth-child(1):before {
  font-family: "Font Awesome 5 free";
  content: "\f2f6";
}

.main-content .wizard-form .progressbar-list:nth-child(2):before {
  font-family: "Font Awesome 5 free";
  content: "\f007";
}

.main-content .wizard-form .progressbar-list:nth-child(3):before {
  font-family: "Font Awesome 5 free";
  content: "\f1d8";
}

.main-content .wizard-form .progressbar-list:nth-child(4):before {
  font-family: "Font Awesome 5 free";
  content: "\f1ad";
}

.main-content .wizard-form .progressbar-list:nth-child(5):before {
  font-family: "Font Awesome 5 free";
  content: "\f09d";
}

.main-content .wizard-form .progressbar-list::after {
  content: "";
  background-color: rgb(155, 155, 155);
  padding: 0px 0px;
  position: absolute;
  top: 13px;
  left: -38%;
  width: 80%;
  height: 1px;
  margin: 9px auto;
  z-index: 0;
  transition: all 0.8s;
}

.main-content .wizard-form .progressbar-list.active::after {
  background-color: var(--axisColor);
}

.main-content .wizard-form .progressbar-list:first-child::after {
  content: none;
}

.main-content .wizard-form .progressbar-list.active::before {
  font-weight: 600;
  color: #fff;
  background-color: var(--axisColor);
  border: 1px solid var(--axisColor);
  box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}

/* step progress bar css end here========================================================= */

/* check loader css start here======================================================= */
.checkServiceOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 1000;
}

.checkServicebox {
  position: fixed;
  z-index: 1001;
  min-width: 410px;
  background-color: #ededed;
  border-radius: 4px;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.checkServiceContent .checkServiceContent-data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0rem;
}

.checkServiceContent .checkServiceContent-data p {
  margin: 0px;
  font-size: 13px;
  color: #4e4e4e;
  width: 300px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 17px;
}

.checkServiceContent .checkServiceContent-data p img {
  width: 32px;
  margin: 0px 6px 0px 2px;
}

.serviceErrorText {
  color: #de0000;
  font-size: 13px;
  display: block;
  line-height: 17px;
  max-width: 400px;
  margin-top: -8px;
}

.circle-loader {
  margin-right: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #d60000;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: var(--axisColor);
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 0.725rem;
  width: 0.4rem;
  transform-origin: left top;
  border-right: 2px solid var(--axisColor);
  border-top: 2px solid var(--axisColor);
  content: "";
  left: 2px;
  top: 9px;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 0.4rem;
    opacity: 1;
  }

  40% {
    height: 0.75rem;
    width: 0.4rem;
    opacity: 1;
  }

  100% {
    height: 0.75rem;
    width: 0.4rem;
    opacity: 1;
  }
}

.btnSerWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.btn-main.btn-service {
  height: 26px;
  padding: 2px 4px;
  border-radius: 4px;
  min-width: 80px;
  background-color: var(--axisColor);
  border: 1px solid var(--axisColor);
  color: #ededed;
  font-size: 13px;
}

.btn-main.btn-service:hover {
  background-color: #ededed;
  color: var(--axisColor);
}

.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 6.5px;
  top: 2px;
  content: ' ';
  height: 13px;
  width: 1.5px;
  background-color: #d60000;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.processingText {
  color: var(--axisColor);
  font-size: 14px;
  font-family: "lato-bold", sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
  display: block;
}

/* check loader css end here========================================================= */

/* kyc css start here======================================================= */
.cm-form-wrapper.kyc-form-wrapper {
  height: calc(100vh - 205px);
  max-width: 400px;
}

.cm-form-wrapper.kyc-form-wrapper .nav-tabs .nav-link {
  cursor: default;
  width: 100%;
  border-radius: 0px;
}

.cm-form-wrapper.kyc-form-wrapper .tab-content {
  min-height: 450px;
  padding: 5px 10px;
  background-color: #ffffff;
}

.kyc-box-des {
  box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.25);
  padding: 15px;
  height: calc(100vh - 145px);
}

.aadhaarInpWidth {
  min-width: 300px;
}

.kyc-box-des .rgt-bg-img {
  padding: 25px 20px;
}

.kyc-box-des .rgt-bg-img img {
  max-width: 500px;
}

.kyc-otp-div {
  text-align: center;
}

.kyc-box-des .otp-field input[disabled=disabled] {
  cursor: not-allowed;
}

.solVkycWrapper {
  position: absolute !important;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
}

.kycPgResponsive .stepContainer {
  margin: 15px 0px 5px 0px;
}

.aadhaarNote span {
  font-size: 13px;
  line-height: 18px;
  display: block;
  color: var(--axisColor);
  text-align: justify;
  margin-bottom: 6px;
  font-family: "lato-semibold", sans-serif;
}

.aadhaarNote span i {
  font-size: 15px;
}

/* kyc css end here========================================================= */

/* ----------aadhaar card css started  Added by Bajrang------------- */

.section-aadhaar .card-aadhaar {
  width: 100%;
  min-width: 440px;
  max-width: 450px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.74);
  color: #383838;
  padding: 2px 8px;
  text-align: center;
  border-radius: 16px;
}

.section-aadhaar .card-aadhaar .aadhaar-header img {
  height: 54px;
}

.section-aadhaar .card-aadhaar .aadhaar-center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  position: relative;
}

.section-aadhaar .card-aadhaar .aadhaar-center .hold-img {
  width: 120px;
  height: 130px;
  border-radius: 5px;
}

.section-aadhaar .card-aadhaar .aadhaar-center .aadhaar-center-data {
  text-align: left;
  margin-left: 10px;
}

.section-aadhaar .card-aadhaar .aadhaar-center .aadhaar-center-data h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #474747;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-no {
  text-align: center;
  background-color: transparent;
  color: #494949;
  font-weight: 700;
  margin: 16px 0px 12px 0px;
  border-bottom: 3px solid red;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-punch {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.section-aadhaar .card-aadhaar .aadhaar-bottom .aadhaar-punch span {
  color: #ff0000;
}

/* --------------------aadhaar card css ends----------------------- */

/* success page css start here========================================================= */
.solPropDatDocSucPg .img-wrapper {
  text-align: center;
  margin: 0 auto;
}

.solPropDatDocSucPg .img-wrapper img {
  width: 200px;
  padding-top: 10px;
}

.solPropDatDocSucPg .head-wrapper h5 {
  text-align: center;
  font-size: 22px;
  color: var(--axisColor);
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-family: "lato-bold", sans-serif;
}

.solPropDatDocSucPg .head-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.solPropDatDocSucPg .body-wrapper {
  max-width: 650px;
  margin: 0 auto;
}

.solPropDatDocSucPg .head-wrapper p {
  text-align: center;
  color: #404040;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  letter-spacing: 1.25px;
  font-family: "lato-semibold", sans-serif;
}

.solPropDatDocSucPg .body-wrapper {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #97144d;
}

.solPropDatDocSucPg .body-wrapper .body-wrapper-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

.solPropDatDocSucPg .body-wrapper .body-wrapper-data p {
  min-width: 300px;
  color: var(--axisColor);
  font-weight: 700;
  font-size: 14px;
  margin: 2px 0px;
}

.solPropDatDocSucPg .body-wrapper .body-wrapper-data label {
  width: 300px;
  color: #4f4e4e;
  font-size: 14px;
  line-height: 18px;
  margin: 2px 0px;
  text-align: right;
  word-break: break-all;
}

/* success page css ends here========================================================== */

/* declaration page css start here===================================================== */
.decOverlay {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 75%);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.declarationBox {
  position: fixed;
  margin-top: 0;
  width: 70%;
  height: 85%;
  overflow: hidden;
  overflow-y: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #f4f4f4;
}

.declarationBox .can-times {
  position: relative;
}

.declarationBox .can-times a {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  width: 23px;
  height: 20px;
  display: block;
}

.declarationBox .can-times a i {
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 16px;
}

.decPara,
.decForm {
  padding: 10px 15px 0px 20px;
}

.decPara p {
  font-size: 14px;
  color: #313131;
  margin-bottom: 10px;
}

.decForm .form-group {
  margin-bottom: 5px;
  line-height: 20px;
}

.declarationBox::-webkit-scrollbar {
  width: 0.25em;
}

.declarationBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.declarationBox::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

.decCloseWrap {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}

.decForm .custom-checkbox>[type=checkbox]:not(:checked)~label,
.decForm .custom-checkbox>[type=checkbox]:checked~label {
  top: 2px;
  margin-bottom: 10px;
}

.error-declare {
  color: #e80000;
  padding-left: 40px;
  font-size: 13.5px;
  letter-spacing: 0.5px;
  display: block;
  line-height: 18px;
  position: absolute;
  bottom: 38px;
}


.decMandate {
  position: absolute;
  left: -12px;
  top: 0px;
  font-size: 22px;
}

/* declaration page css ends here====================================================== */

/* itr gst page css start here===================================================== */
.govMainWrapper {
  padding: 5px 15px;
  height: calc(100vh - 136px);
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
}

.govMainWrapper h1 {
  margin-bottom: 12px;
}

.govContentBox {
  max-width: 1200px;
  margin: 0 auto;
}

.govContent input {
  display: none;
}

.govContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #e9e9e9;
  border: 1px solid #acacac;
}

.govContent .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 16%;
}

.govContent .list label {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: var(--axisColor);
  text-align: center;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4d4d4;
  border-bottom: 1px solid #979797;
  position: relative;
}

.govContent .list label span {
  font-family: "lato-bold", sans-serif;
}

.govContent .list label i {
  margin-right: 6px;
  font-size: 18px;
}

#itReturn:checked~.list label.itReturn,
#gsTax:checked~.list label.gsTax,
#vkyCust:checked~.list label.vkyCust {
  color: #ffffff;
  background-color: var(--axisColor);
}

.govContent .text-content {
  width: 84%;
  height: 100%;
  color: #565656;
  padding: 0px 0px 8px;
  border-left: 1px solid #c4c4c4;
}

.govContent .text-content .btn.fancyCustBtn {
  font-size: 16px;
}

.govContent .text-content .title {
  color: #2e2e2e;
  letter-spacing: 0.75px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(151, 20, 77, 0.35);
}

.govContent .text {
  display: none;
}

#itReturn:checked~.text-content .itReturn,
#gsTax:checked~.text-content .gsTax,
#vkyCust:checked~.text-content .vkyCust {
  display: block;
}

#gsTax:checked~.text-content .itReturn,
#vkyCust:checked~.text-content .itReturn {
  display: none;
}

.instWrap {
  padding: 10px 20px;
  height: calc(100vh - 405px);
  overflow: hidden;
  overflow-y: auto;
}

.instWrap::-webkit-scrollbar {
  width: 0.25em;
}

.instWrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.instWrap::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

.instWrap p {
  margin-bottom: 8px;
  line-height: 17px;
  font-size: 14px;
  color: #353535;
  font-weight: 600;
  letter-spacing: 1px;
}

.instWrap ul {
  list-style: decimal;
  font-size: 13px;
  color: var(--axisColor);
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 0px;
}

.instWrap ul li {
  margin-bottom: 8px;
  position: relative;
  list-style: decimal;
}

.instWrap ul li::before {
  content: "";
  width: 0px;
  height: 0px;
  background: #ec1864;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: -20px;
}

.hlgtColor {
  color: #313131;
}

.incVerBtnWrap {
  text-align: center;
  border-top: 1px solid rgb(187, 187, 187);
}

.incVerBtnWrap a.btn {
  margin-top: 8px;
}

.declarationBox.incverifyModal {
  height: unset;
}

.incVerParaWrap {
  padding: 12px 12px 0px 12px;
}

.incVerParaWrap p {
  font-size: 14px;
  color: #626262;
  margin-bottom: 2px;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.solPropDatDocSucPg.solPropDatDocGovSucPg .img-wrapper img {
  width: 150px;
}

.solPropDatDocSucPg.solPropDatDocGovSucPg .head-wrapper h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.solPropDatDocSucPg.solSucPageLast {
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 35%);
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.govContentBox .govSerStat {
  position: absolute;
  right: 4px;
  top: 30%;
  display: inline-block;
  line-height: 16px;
}


#itReturn:checked~.list label.itReturn .govSerStat i,
#gsTax:checked~.list label.gsTax .govSerStat i,
#vkyCust:checked~.list label.vkyCust .govSerStat i {
  color: #ffffff;
}

.govContentBox .govContent .list label .govSerStat i {
  /* background-color: #008300; */
  color: rgb(0, 0, 0);
  border-radius: 50%;
  padding: 4px 4px;
  font-size: 12px;
}

/* itr gst page css ends here====================================================== */

/* personal-details page css strat here===================================================== */
.personal-details .prop-dtl-wrap {
  margin: 0px auto 12px;
}

.personal-details .prop-dtl-data {
  min-height: 22px;
  padding: 0px 5px 0px 5px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  border: 0px solid #767676;
  background: transparent;
  padding: 0px;
}

.personal-details .prop-dtl-data:nth-child(1) {
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.personal-details .prop-dtl-data:nth-child(2) {
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.personal-details .prop-dtl-data p {
  min-width: 80px;
  line-height: 22px;
  border-right: 0px solid #767676;
  margin-right: 5px;
  color: var(--axisColor);
  font-weight: 600;
  font-size: 13px;
}

.personal-details .prop-dtl-data span {
  color: #303030;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* personal-details page css ends here====================================================== */

/* info tooltip page css start here===================================================== */
.form-mainHeadWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 12px;
  font-family: "lato", sans-serif;
  line-height: 16px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  letter-spacing: 1px;
  font-weight: 500;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  min-width: 240px;
  width: 250px;
  padding: 4px 2px;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: var(--axisColor);
  color: #fff;
  z-index: 1000;
  text-align: center;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--axisColor);
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--axisColor);
  right: 4px;
  transform: translate(-4px, .5em);
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
  left: 100%;
  transform: translate(-100%, .5em);
}

.infoTooltip[tooltip][flow^="down"]::before {
  right: -2px;
  transform: translate(2px, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--axisColor);
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--axisColor);
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}



@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.infoTooltip {
  display: inline-flex;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #4e4e4e;
}

.infoTooltip img {
  width: 20px;
  height: 20px;
}

/* info tooltip page css ends here====================================================== */

/* confirm modal css start here========================== */
.taxCatServiceWrap {
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  margin: 10px 5px 0px;
  width: 130px;
}

.taxCatServiceWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.taxCatServiceWrap {
  display: flex;
  align-items: center;
}

.taxCatServiceWrap img {
  width: 60px;
}

.taxCatSerDesc {
  margin-top: 15px;
}

.taxCatSerDesc h5 {
  line-height: 1.22;
  color: #4c4c4c;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

/* confirm modal css ends here=========================== */

/* card select page start here===================================== */
.main-wrapper-mobile {
  margin: 60px auto 0px;
  background-color: #f4f5f9;
}

.main-wrapper-mobile .topBanner {
  background-image: url("../images/background/cardSelectBg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
  background-color: #fdf5ea;
  position: relative;
}

.main-wrapper-mobile .topBanner h1 {
  font-size: 17px;
  text-transform: capitalize;
  color: #3f3f3f;
  text-align: left;
  margin: 0px;
  letter-spacing: 0.75px;
  position: absolute;
  top: 30%;
  left: 4%;
}

.main-wrapper-mobile .topBanner h1 span {
  color: var(--axisColor);
  margin-left: 25px;
}

.deskMobViewWrapper {
  max-width: 380px;
  margin: 0 auto;
  box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 25%);
  background-color: #f4f5f9;
}

.cm-form-wrapper.cm-form-wrapper-mobile {
  padding: 0px 10px;
}

.cm-form-wrapper.cm-form-wrapper-mobile h6 {
  font-size: 14px;
  color: #353535;
  display: block;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.cardSelRadio-buttons {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.cardSelRadio-buttons .custom-radio input {
  display: none;
}

.cardSelRadio-buttons .radio-btn {
  margin: 0px 10px 0px 10px;
  width: 170px;
  height: 130px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  border-radius: 0px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.card-slide .cardSelRadio-buttons .radio-btn {
  margin: 2px 0px 0px 0px;
  width: unset;
  height: 100%;
  border-width: 2px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #d9d9d9;
  border: 0px solid #d1d1d1;
}

.cardSelRadio-buttons .radio-btn>i {
  color: #ffffff;
  background-color: var(--axisColor);
  font-size: 16px;
  position: absolute;
  top: -10px;
  left: 100%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}

.card-slide .cardSelRadio-buttons .radio-btn>i {
  top: -5px;
}

.cardSelRadio-buttons .radio-btn .cCard-icon {
  width: 150px;
  height: 90px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cardSelRadio-buttons .radio-btn .cCard-icon img {
  display: block;
  width: 100%;
  margin-bottom: 5px;

}

.cardSelRadio-buttons .radio-btn .cCard-icon i {
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.cardSelRadio-buttons .radio-btn .cCard-icon h3 {
  color: #4d4d4d;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 0;
}

.cardSelRadio-buttons .custom-radio input:checked+.radio-btn {
  border: 1px solid var(--axisColor);
}

.cardSelRadio-buttons .custom-radio input:checked+.radio-btn h3 {
  color: var(--axisColor);
}

.cardSelRadio-buttons .custom-radio input:checked+.radio-btn>i {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.card-slide {
  background: transparent;
  margin: 5px 10px 0px;
  padding-top: 5px;
  border-radius: 12px;
  max-width: 235px;
}

.card-slide .card-img {
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.card-slide .card-img img {
  width: 100%;
  max-width: 235px;
  border-radius: 10px;
}

.card-slide h3 {
  color: var(--axisColor);
  font-size: 12.5px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 6px 0px 4px 0px;
  line-height: 16px;
  text-align: center;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #c6c6c6;
  position: absolute;
  bottom: 40%;
  left: -5px;
  padding: 7px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 35px;
  display: block;
}

.owl-controls .owl-buttons .owl-next {
  background: #c6c6c6;
  position: absolute;
  bottom: 40%;
  right: 35px;
  padding: 7px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  width: 35px;
  height: 35px;
  display: block;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "";
  background-image: url('../images/icons/right-arrow-1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}

.owl-controls .owl-buttons .owl-prev:after {
  background-image: url('../images/icons/left-arrow-1.svg');
}

.owl-carousel .owl-wrapper-outer {
  overflow: unset !important;
}

.popoverWrapper {
  position: relative;
  display: inline-block;
}

.popoverContent {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -10px;
  top: -214px;
  transform: translate(0, 10px);
  background-color: #e0e0e0;
  padding: 0rem;
  width: 350px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.55);
}

.popoverContent::before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(55% - 10px);
  bottom: -6.5px;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(65 65 65);
}

.popoverContent::after {
  position: absolute;
  display: block;
  content: "";
  right: calc(55% - 10px);
  bottom: -6px;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c8c8c8;
}

.popoverWrapper:hover .popoverContent {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popoverContent .cardType {
  height: 232px;
  overflow: hidden;
  overflow-y: auto;
}

.popoverContent .cardType::-webkit-scrollbar {
  width: 0.25em;
}

.popoverContent .cardType::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.popoverContent .cardType::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

.popoverContent h3 {
  text-align: center;
  padding: 2px 4px 2px 0px;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  color: #333333;
}

.card-slide .popoverContent .card-img {
  padding: 4px 2px;
}

.popoverContent h3 span {
  padding: 2px 4px 2px 8px;
  text-transform: initial;
}

.popoverContent h3 p {
  font-size: 12px;
  padding: 0px 6px;
  color: var(--axisColor);
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: 0px;
  margin-top: 2px;
  text-transform: lowercase;
}

.ctInner .ctFeatures {
  margin-bottom: 0rem;
  list-style: none;
  padding-left: 0rem;
  margin-right: 1px;
}

.ctInner .ctFeatures .ctFeaturesHead {
  background-color: #97144d;
  color: #ffffff;
  padding: 4px 4px 4px 8px;
  font-size: 13px;
}

.ctInner .ctFeatures li {
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 4px 2px 4px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.ctInner .ctFeatures li .icon-txt {
  margin-top: 0px;
  margin-left: 6px;
}

.ctInner .ctFeatures li .lstMkrImg {
  width: 6px;
}

.ctInner .ctFeatures li span img {
  min-width: 6px;
  width: 6px;
  margin-top: -2px;
}

.cond-wrapper {
  margin: 0px;
  border-bottom: 1px solid #b7b7b7;
}

.cond-wrapper .cndHead {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 17px;
  background-color: #5a5a5a;
  padding: 4px 2px 2px 8px;
}

.owl-carousel .owl-item {
  text-align: center;
}

/* card select page ends here====================================== */

/* address detail page start here====================================== */
.stdCodeWrapper .form-group {
  display: inline-block;
}

.stdCodeWrapper .form-group:nth-child(1) {
  width: 38%;
}

.stdCodeWrapper .form-group:nth-child(2) {
  width: 60%;
  float: right;
}

.durationWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.durationWrapper div {
  width: 50%;
}

.durationWrapper div:nth-child(1) {
  width: 88px;
}

.form-group .durationWrapper i {
  top: 7px;
}

.durationLbl {
  display: inline-block;
  font-size: 12px;
  margin: 0px;
}

.durationLbl+select {
  width: 55px;
  display: inline-block;
  padding: 6px 20px 6px 10px;
  background-position: right 0.35rem center;
}

.addHeadNoteWrap {
  position: relative;
  margin-bottom: 10px;
}

.addHeadNoteWrap .otp-note {
  position: absolute;
  bottom: 0;
}

.timtim-button {
  animation: blink 2s linear infinite;
}

@keyframes blink {

  0%,
  100% {
    background-color: var(--axisColor);
  }

  50% {
    background-color: #fc72ae;
    color: #303030;
  }
}

/* address detail page ends here======================================= */

/* dashboard detail page start here======================================= */
.solpropDashboardWrapper {
  border: 1px solid #b9b9b9;
  height: calc(100vh - 180px);
  overflow: hidden;
  overflow-y: auto;
}

.solpropDashboardWrapper::-webkit-scrollbar {
  width: 0.25em;
}

.solpropDashboardWrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.solpropDashboardWrapper::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

.solpropDashboardWrapper h5 {
  text-align: center;
  color: #ffffff;
  background-color: var(--axisColor);
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.75px;
  margin-bottom: 0px;
}

.cCardBoxes {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  padding: 10px 10px 5px;
  margin: 10px auto;
  max-width: 650px;
}

.cCardBoxes .topCnt {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.cCardBoxes .lftTopCnt {
  width: 40%;
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #bebebe;
}

.cCardBoxes .rgtTopCnt {
  width: 60%;
  float: right;
  border-radius: 4px;
  margin-bottom: 0px;
}

.cCardBoxes .rgtTopCnt p {
  font-size: 14px;
  font-family: "lato-bold", sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: var(--axisColor);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  border-top-right-radius: 4px;
}

.cCardBoxes .rgtTopCnt ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin-bottom: 0px;
}

.cCardBoxes .rgtTopCnt ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  position: relative;
}

.cCardBoxes .rgtTopCnt ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ec1864;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: -12px;
}

.cCardBoxes .rgtTopCnt ul li .icon-txt {
  font-size: 14px;
  color: var(--axisColor);
  line-height: 18px;
}

.solpropDashboardWrapper .prop-dtl-wrap {
  max-width: unset;
  margin: 0px;
}

.solpropDashboardWrapper .prop-dtl-data {
  padding: 0px 4px;
  min-height: 30px;
}

.solpropDashboardWrapper .prop-dtl-data-left .prop-dtl-data:nth-child(1) {
  border-top-left-radius: 4px;
}

.solpropDashboardWrapper .prop-dtl-data-left .prop-dtl-data:nth-child(3) {
  border-bottom-left-radius: 4px;
}

.solpropDashboardWrapper .prop-dtl-data-right .prop-dtl-data:nth-child(1) {
  border-top-right-radius: 4px;
}

.solpropDashboardWrapper .prop-dtl-data-right .prop-dtl-data:nth-child(3) {
  border-bottom-right-radius: 4px;
}

.solpropDashboardWrapper .prop-dtl-data p {
  margin-right: 4px;
  min-width: 100px;
  line-height: 30px;
  font-size: 12.5px;
}

.solpropDashboardWrapper .prop-dtl-data p img {
  margin-right: 4px;
  width: 19px;
}

.solpropDashboardWrapper .prop-dtl-data span {
  font-size: 13px;
}

.cardStatusWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 8px;
  background-color: #f1f1f1;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 65%);
}

.cardStatusWrapper p {
  font-size: 14px;
  color: var(--axisColor);
  text-transform: uppercase;
  margin-bottom: 0px;
  padding: 2px 4px;
}

.cardStatusWrapper .cardStatusResult .statWrd {
  width: 60px;
  background-color: var(--axisColor);
  color: #ffffff;
  border-radius: 4px;
  padding-top: 2px;
  font-size: 14px;
  height: 24px;
  display: inline-flex;
  margin: 4px 0px;
  line-height: 22px;
  align-items: center;
  justify-content: center;
}

.cardStatusWrapper .cardStatusResult .statDesc {
  font-size: 13px;
  color: #404040;
  margin-left: 4px;
}

.resumeBtnWrapper {
  text-align: center;
  border-top: 1px solid #b0b0b0;
}

.resumeBtnWrapper button {
  margin-top: 8px;
}

.resumeBtnWrapper button img {
  width: 22px;
  margin-right: 4px;
}

/* dashboard detail page ends here======================================== */

/* redirect page css start here============================================== */
.redirect-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 0;
}

.redirectWrapper {
  box-shadow: 1px 1px 3px 1px #00000036;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../images/background/redirect-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 10px);
  position: relative;
  z-index: 9999;
}

.redirectWrapperContent {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.65);
  max-width: 750px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  padding: 25px 50px;
}

.redirectWrapper h1 {
  margin: 15px 15px 25px;
  text-transform: uppercase;
}

.redirectWrapper p {
  font-size: 14px;
  font-weight: 700;
}

.redirectWrapper p a {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.redirectWrapper .square-container {
  list-style-type: none;
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}

.redirectWrapper .square {
  margin: 4px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  animation: rotating 2.5s ease infinite;
}

.redirectWrapper .square1 {
  background: rgb(121, 14, 60);
  animation-delay: 0.2s;
}

.redirectWrapper .square2 {
  background: rgba(151, 20, 77, 0.75);
  animation-delay: 0.4s;
}

.redirectWrapper .square3 {
  background: rgb(151, 20, 77, 0.55);
  animation-delay: 0.6s;
}

.redirectWrapper .square4 {
  background: rgb(151, 20, 77, 0.35);
  animation-delay: 0.8s;
}

.redirectWrapper .square5 {
  background: rgb(151, 20, 77, 0.20);
  animation-delay: 1s;
}

@keyframes rotating {
  0% {
    transform: rotate(0) scale(1);
  }

  50% {
    transform: rotate(90deg) scale(0.6);
  }

  100% {
    transform: rotate(90deg) scale(1);
  }
}

/* redirect page css ends here=============================================== */

/* faq page css start here=============================================== */
.faqWrapper {
  max-width: 1120px;
  margin: 0 auto;
  height: calc(100vh - 135px);
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #dedede;
}

.faqWrapper p {
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #5f5f5f;
  margin-bottom: 32px;
  margin-top: 10px;
}

.faqWrapper ol {
  font-size: 14px;
}

.faqWrapper .faqMainHead {
  font-size: 14px;
  line-height: 20px;
}

.faqWrapper .faqMainHead b {
  margin-bottom: 10px;
  display: block;
}

.faqWrapper ol li {
  margin-bottom: 2px;
}

.faqWrapper::-webkit-scrollbar {
  width: 0.25em;
}

.faqWrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.faqWrapper::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

/* faq page css ends here=============================================== */

/* read more less css start here=============================================== */
.readLessMoreWrap {
  word-wrap: break-word;
}

.moretext {
  display: none;
}

.readLessMoreWrap .moreless-button {
  text-decoration: none;
  font-size: 12.5px;
  background-color: #4c4c4c;
  color: #ffffff;
  padding: 4px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

/* read more less css ends here================================================ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ START TOOLTIP STYLES @@@@@@@@@@@@@@@@@@@@@@@ */

/* +++++++++++++++++++++++START TOOLTIP STYLES+++++++++++++++++++++++ */
[custTooltip] {
  position: relative;
}

/* +++++++++++++++++++++++Applies to all tooltips+++++++++++++++++++++++ */
[custTooltip]::before,
[custTooltip]::after {
  text-transform: none;
  font-size: 0.9em;
  line-height: 1.2;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[custTooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}

[custTooltip]::after {
  content: attr(custTooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: var(--axisColor);
  color: #ffffff;
  z-index: 1000;
}

/* +++++++++++++++++++++++Make the tooltips respond to hover+++++++++++++++++++++++ */
[custTooltip]:hover::before,
[custTooltip]:hover::after {
  display: block;
}

/* +++++++++++++++++++++++don't show empty tooltips+++++++++++++++++++++++ */
[custTooltip=""]::before,
[custTooltip=""]::after {
  display: none !important;
}

/* +++++++++++++++++++++++FLOW: UP+++++++++++++++++++++++ */
[custTooltip]:not([flow])::before,
[custTooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--axisColor);
}

[custTooltip]:not([flow])::after,
[custTooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[custTooltip]:not([flow])::before,
[custTooltip]:not([flow])::after,
[custTooltip][flow^="up"]::before,
[custTooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* +++++++++++++++++++++++FLOW: DOWN+++++++++++++++++++++++ */
[custTooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--axisColor);
}

[custTooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[custTooltip][flow^="down"]::before,
[custTooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* +++++++++++++++++++++++FLOW: LEFT+++++++++++++++++++++++ */
[custTooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--axisColor);
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[custTooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* +++++++++++++++++++++++FLOW: RIGHT+++++++++++++++++++++++ */
[custTooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--axisColor);
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[custTooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* +++++++++++++++++++++++KEYFRAMES+++++++++++++++++++++++ */
@keyframes custTooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes custTooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* +++++++++++++++++++++++FX All The Things+++++++++++++++++++++++ */
[custTooltip]:not([flow]):hover::before,
[custTooltip]:not([flow]):hover::after,
[custTooltip][flow^="up"]:hover::before,
[custTooltip][flow^="up"]:hover::after,
[custTooltip][flow^="down"]:hover::before,
[custTooltip][flow^="down"]:hover::after {
  animation: custTooltips-vert 300ms ease-out forwards;
}

[custTooltip][flow^="left"]:hover::before,
[custTooltip][flow^="left"]:hover::after,
[custTooltip][flow^="right"]:hover::before,
[custTooltip][flow^="right"]:hover::after {
  animation: custTooltips-horz 300ms ease-out forwards;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ENDS TOOLTIP STYLES @@@@@@@@@@@@@@@@@@@@@@@ */

.solpropMISReport .dataTables_filter label {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-right: 0px;
}

.solpropDataTblWrapper .filterDateWrapper {
  margin-top: 0 !important;
}

.solpropDataTblWrapper .selectTypeWrapper {
  margin-top: 0 !important;
  margin-right: 25px;
}

.solpropDataTblWrapper .statusWrapper {
  margin-top: 0 !important;
}

.solpropDataTblWrapper .filterDateWrapper span {
  margin: 0px 4px 0px 0px;
  font-size: 14px;
}

.solpropDataTblWrapper .filterDateWrapper .datetimes {
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #97144d;
  width: 100px;
}

.card.solpropDataTblWrapper {
  padding: 10px 10px;
}

.selectTypeWrapper select.form-select,
.statusWrapper select.form-select {
  height: 24px;
  padding: 3px 18px 3px 3px;
}

.selectTypeWrapper select.form-select:focus,
.misRepSolAdmin select.form-select:focus {
  border-color: #97144d;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
}

.misFrmWrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 4px;
}

/* sol prop mis modal css start here=============================== */
.modSolInfo input.form-control,
.modSolInfo select.form-control,
.modSolInfo select.form-select {
  color: var(--axisColor);
  font-size: 13px;
  border-radius: 4px;
  outline: none;
  height: 32px;
  margin-bottom: 0px;
  border: 1px solid #767676;
  padding: 6px 26px 6px 10px;
  text-transform: uppercase;
  background-color: #f4f5f9;
}

.modSolInfo .form-mainHead.form-mainHead1 {
  margin: 5px 0px 0px 0px;
}

.modSolInfo .disAddBox .form-control {
  color: #3e3e3e !important;
  height: 26px;
}

.modSolInfo .form-label-data {
  padding: 3px 6px !important;
}

@media screen and (min-width: 576px) {
  .modSolInfo .modal-dialog {
    max-width: 90%;
  }
}

/* sol prop mis modal css endss here=============================== */

/* sol prop imdex page document info modal css start here========================== */
.solDocInfoModal .modal-header {
  padding: 0px;
  display: block;
  position: relative;
  text-align: center;
}

.solDocInfoModal .modal-header .btn-close {
  position: absolute;
  right: 8px;
  top: 4px;
  margin: 0;
  padding: 1px 0px;
  background-image: url(/solprop/images/error-cancel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 1;
}

.solDocInfoModal .modal-header .btn-close:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.solDocInfoModal .modal-title {
  color: #ffffff;
  background-color: var(--axisColor);
  font-size: 18px;
}

.solDocInfoModal .modal-body h5 {
  font-size: 17px;
  color: #4c4c4c;
  margin-bottom: 12px;
}

.solDocInfoModal .modal-body ul {
  list-style: decimal;
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  background-color: #f4f4f4;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

.solDocInfoModal .modal-body ul li {
  font-size: 14px;
  color: var(--axisColor);
  margin-bottom: 5px;
}

.solDocInfoModal .modal-body ul li ul {
  border: 0px solid #e3e3e3;
  padding: 0px 0px 0px 32px;
}

.solDocInfoModal .modal-body ul li ul li {
  color: #4c4c4c;
  font-family: "lato-bold", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .solDocInfoModal .modal-dialog {
    max-width: 60%;
  }
}

@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .solDocInfoModal .modal-dialog {
    max-width: 85%;
  }
}

/* sol prop imdex page document info modal css endss here========================== */

/* sol prop imdex page card info info modal css start here========================== */
.solCardInfoPopup .modal-header {
  padding: 0px;
  display: block;
  position: relative;
  text-align: center;
}

.solCardInfoPopup .modal-header .btn-close {
  position: absolute;
  right: 6px;
  top: 4px;
  margin: 0;
  padding: 1px 0px;
  background-image: url('/solprop/images/error-cancel.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  opacity: 1;
}

.solCardInfoPopup .modal-header .btn-close:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

.solCardInfoPopup .modal-body {
  padding: 0px 0px;
}

.solCardInfoPopup .modal-title {
  color: #ffffff;
  background-color: var(--axisColor);
  font-size: 18px;
}

.solCardInfoPopup .card-img {
  text-align: center;
  margin-top: 6px;
}

.solCardInfoPopup .card-img img {
  width: 100%;
  max-width: 235px;
  border-radius: 4px;
}

.solCardInfoPopup .headingCardInfo {
  text-align: center;
  margin-bottom: 4px;
  margin-top: 4px;
  line-height: 18px;
}

.solCardInfoPopup .cond-wrapper .cndHead {
  font-size: 16px;
  padding: 4px 2px 2px 10px;
}

.solCardInfoPopup .headingCardInfo span {
  font-size: 18px;
  color: var(--axisColor);
  letter-spacing: 0.5px;
}

.solCardInfoPopup .headingCardInfo p {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  margin-top: 4px;
}

.solCardInfoPopup .modal-body ul {
  list-style: decimal;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-bottom: 0px;
}

.solCardInfoPopup .ctInner .ctFeatures .ctFeaturesHead {
  padding: 2px 5px 2px 10px;
  margin-bottom: 0px;
}

.solCardInfoPopup .modal-body ul li {
  font-size: 14px;
  padding: 4px 4px 4px 16px;
}

.solCardInfoPopup .solCardInfoContent {
  height: calc(100vh - 218px);
  overflow: hidden;
  overflow-y: auto;
}

.solCardInfoPopup .solCardInfoContent::-webkit-scrollbar {
  width: 0.25em;
}

.solCardInfoPopup .solCardInfoContent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.solCardInfoPopup .solCardInfoContent::-webkit-scrollbar-thumb {
  background-color: var(--axisColor);
  outline: 1px solid #830039;
}

@media screen and (min-width: 1500px) {
  .solCardInfoPopup .modal-dialog {
    max-width: 35%;
  }
}

.emailVerificationForSolModal .modal-header {
  background-color: #97144d;
  color: #ffffff;
  justify-content: center;
  padding: 0.5rem 0.5rem;
  position: relative;
}

.emailVerificationForSolModal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
}

.emailVerificationForSolModal .modal-header .btn-close {
  padding: 0;
  margin: 0;
  background-image: url("../images/icons/close-white.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  opacity: 1;
  position: absolute;
  right: 6px;
}

.emailVerificationForSolModal .rgMobWrapper .form-label {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}

.emailVerificationForSolModal .rgMobWrapper input.form-control {
  text-align: center;
  max-width: 280px;
  margin: 10px auto 25px;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: "lato-bold", sans-serif;
}

.emailVerificationForSolModal .rgMobWrapper input.form-control:focus {
  color: #97144d;
  border-color: #81083d;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}

/* sol prop imdex page card info info modal css endss here========================== */

/* footer css started here--------------------------------------------------------- */
footer .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footerDiv {
  background-color: var(--axisColor);
  padding: 2px;
}

.footerDiv h5 {
  font-size: 13px;
  color: #cbcbcb;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 4px;
  font-family: "lato-semibold", sans-serif;
}

.footerDiv h5 span {
  letter-spacing: 0.5px;
  color: #ffffff;
  text-decoration: underline;
}

/* footer css ends here--------------------------------------------------------- */

/* responsiveness started here====================================================== */
@media screen and (min-width: 2300px) and (max-width: 2500px) {
  .main-wrapper {
    margin: 162px auto 0px;
  }

  .cm-form-wrapper {
    height: calc(100vh - 290px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 300px);
  }

  .form-control.ntbEtbAdjWidth {
    min-width: 500px;
  }

  .logout-wrapper {
    top: 16px;
  }

  .kyc-box-des {
    height: calc(100vh - 400px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 470px);
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 430px;
  }
}

@media screen and (max-width: 2500px) {
  .solPropDatDocSucPg.solSucPageLast {
    min-width: 1300px;
    max-width: 1300px;
  }
}

@media screen and (min-width: 2100px) and (max-width: 2299.98px) {
  .main-wrapper {
    margin: 142px auto 0px;
  }

  .cm-form-wrapper {
    height: calc(100vh - 265px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 280px);
  }

  .form-control.ntbEtbAdjWidth {
    min-width: 450px;
  }

  .logout-wrapper {
    top: 16px;
  }

  .kyc-box-des {
    height: calc(100vh - 225px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 330px);
  }
}

@media screen and (min-width: 2000px) and (max-width: 2099.98px) {
  .logout-wrapper {
    top: 13px;
  }

  .kyc-box-des {
    height: calc(100vh - 195px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 300px);
  }
}

@media screen and (min-width: 1900px) and (max-width: 2099.98px) {
  .main-wrapper {
    margin: 132px auto 0px;
  }

  .cm-form-wrapper {
    height: calc(100vh - 240px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 270px);
  }

  .form-control.ntbEtbAdjWidth {
    min-width: 390px;
  }

  .kyc-box-des {
    height: calc(100vh - 175px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 280px);
  }
}


@media screen and (min-width: 1900px) and (max-width: 1999.98px) {
  .logout-wrapper {
    top: 13px;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  .instWrap {
    height: calc(100vh - 470px);
  }

  .govMainWrapper {
    height: calc(100vh - 170px);
  }
}

@media screen and (max-width: 1920px) {
  .declarationBox.incverifyModal {
    width: 30%;
  }

  .global_table.solpropMISReport {
    height: calc(100vh - 430px);
    overflow: hidden;
    overflow-y: auto;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1899.98px) {
  .logout-wrapper {
    top: 12px;
  }

  .kyc-box-des {
    height: calc(100vh - 165px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 230px);
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 430px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1899.98px) {
  .cm-form-wrapper {
    height: calc(100vh - 228px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 260px);
  }

  .main-wrapper {
    margin: 120px auto 0px;
  }

  .form-control.ntbEtbAdjWidth {
    min-width: 310px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1699.98px) {
  .logout-wrapper {
    top: 11px;
  }

  .kyc-box-des {
    height: calc(100vh - 160px);
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 220px);
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 400px;
  }

  .instWrap {
    height: calc(100vh - 430px);
  }

  .govMainWrapper {
    height: calc(100vh - 158px);
  }
}

@media screen and (max-width: 1699.98px) {
  .kyc-box-des .rgt-bg-img img {
    max-width: 460px;
  }

  .kyc-box-des .rgt-bg-img {
    padding: 0px 20px;
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 405px;
  }

  .prop-dtl-data p {
    line-height: 35px;
  }

  .prop-dtl-data {
    min-height: 35px;
  }

  .instWrap ul li {
    margin-bottom: 4px;
  }

  .prop-dtl-data p img {
    width: 20px;
  }

  .declarationBox.incverifyModal {
    width: 35%;
  }

  .solPropDatDocSucPg.solSucPageLast {
    min-width: 1200px;
    max-width: 1200px;
  }

  .solOtpMis .inp-field .input {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
  }

  .sol-login-respo .sucInf-msg,
  .sol-login-respo .errInf-msg {
    padding: 2px 4px 2px 2px;
  }

  .sucInf-msg {
    font-size: 12px;
  }

  .otp-box.solOtpMis {
    padding: 10px 5px 10px 5px;
  }

  .solOtpMis .form-group {
    margin-bottom: 0px;
  }

  .solOtpMis .resend {
    position: unset;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1599.98px) {
  .cm-form-wrapper {
    height: calc(100vh - 206px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 228px);
  }

  .form-control.ntbEtbAdjWidth {
    min-width: 270px;
  }
}

@media screen and (max-width: 1529.98px) {
  .sol-login-respo .mt-136_5 {
    margin-top: 122px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1499.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 220px;
  }
}

@media screen and (max-width: 1499.98px) {
  .main-wrapper {
    margin: 90px auto 0px;
  }

  .cm-form-wrapper {
    height: calc(100vh - 200px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 224px);
  }

  .kyc-form-wrapper .btn-main {
    min-width: 75px;
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 210px);
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 350px;
  }

  .nmWrapper .form-group:nth-child(1) {
    width: 22%;
  }

  .nmWrapper .form-group:nth-child(2) {
    width: 77%;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1444.98px) {
  .rgCustIdWrapper .otp-div {
    top: 41px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .main-wrapper h1 {
    margin: 5px 0px 0px 0px;
  }
}

@media screen and (max-width: 1399.98px) {
  .main-wrapper {
    margin: 80px auto 0px;
    padding: 0px;
  }

  .stepContainer {
    margin: 15px 0px 30px 0px;
  }

  .logout-wrapper {
    top: 8px;
    right: 10px;
  }

  .kyc-form-wrapper .otp-field {
    column-gap: 8px;
  }

  .kyc-box-des {
    margin-top: 10px;
  }

  .cm-form-wrapper.kyc-form-wrapper {
    height: calc(100vh - 210px);
  }

  .instWrap {
    padding: 4px 20px;
  }

  .instWrap ul {
    margin-bottom: 0.25rem;
  }

  .govContent .text-content {
    padding: 6px 12px;
  }

  .form-label {
    letter-spacing: 0.5px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1486.98px) {
  .addAddBox .resAddRespo .form-mainHead.form-mainHead1 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1409.98px) {
  .addAddBox .perAddRespo .form-mainHead.form-mainHead1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1366.98px) {
  .helpLogoutBox {
    top: 12px;
  }

  .helpWrapper img {
    width: 20px;
  }

  .btn-help {
    height: 24px;
    min-width: 70px;
  }

  .solPropDatDocSucPg.solSucPageLast {
    min-width: 950px;
    max-width: 950px;
  }

  .solPropDatDocSucPg .img-wrapper img {
    width: 150px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1349.98px) {
  .otp-note.pdOtpNote {
    position: absolute;
    left: 0;
    bottom: -12px;
  }

}

@media screen and (max-width: 1349.98px) {
  .helpLogoutBox {
    top: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 195px;
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: 365px;
  }

  .kyc-box-des .rgt-bg-img {
    padding: 5px 10px;
  }

  .form-group {
    margin-bottom: 18px;
  }

  .usagePreWrap .otp-note {
    margin-top: 2px;
    position: unset;
  }
}

@media (min-width: 992px) {
  .helpModal .modal-dialog {
    max-width: 35%;
    margin: 0rem auto;
  }

  .modSolInfo .respo-info-right-data {
    border-left: 1px solid #d7d0d0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 340px;
  }
}

@media screen and (max-width: 1199.98px) {
  .main-wrapper {
    margin: 70px auto 0px;
  }

  .rgt-bg-img {
    display: none;
  }

  .logout-wrapper {
    top: 5px;
    right: 10px;
  }

  .rgt-bg-img-part:after {
    width: 0px;
  }

  .kyc-box-des {
    height: calc(100vh - 115px);
    padding: 0px;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0);
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    min-height: unset;
  }

  .kycPgResponsive .stepContainer {
    position: relative;
    height: calc(100vh - 112px);
    margin-top: 0px;
  }

  .cm-form-wrapper.kyc-form-wrapper {
    max-width: 500px;
    width: 100%;
    height: unset;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .govMainWrapper {
    height: calc(100vh - 132px);
  }

  .titleWrap label.error {
    max-width: 96px;
  }

  .helpLogoutBox {
    top: 6px;
  }

  .solpropDataTblWrapper .filterDateWrapper span {
    font-size: 12px;
    padding: 0px;
  }

  .filterDateWrapper .datetimes {
    width: 145px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 348px;
  }
}

@media screen and (max-width: 991.98px) {
  .main-wrapper {
    margin: 60px auto 0px;
  }

  .cm-form-wrapper {
    height: calc(100vh - 280px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 200px);
  }

  .logout-wrapper {
    top: 3px;
    right: 10px;
  }

  .kyc-box-des {
    height: calc(100vh - 125px);
  }

  .helpBoxContentHead {
    min-width: unset;
  }

  .helpBoxContentHead h1 {
    line-height: 20px;
    font-size: 14px;
  }

  .helpBoxContentHead a {
    font-size: 18px;
  }

  .helpModal .modal-dialog {
    max-width: 98%;
    margin: 0rem auto;
  }

  .govContent .list label {
    justify-content: flex-start;
    padding-left: 5px;
  }

  .modSolInfo .respo-info-right-data {
    padding-left: 12px !important;
  }

  .declarationBox.incverifyModal {
    width: 45%;
  }

  .solpropMISReport .dataTables_filter label {
    align-items: baseline;
  }

  .selectTypeWrapper select {
    background-position: right 2px center;
    background-size: 10px 10px;
  }

  .solPropDatDocSucPg.solSucPageLast {
    min-width: 730px;
    max-width: 730px;
  }
}

@media screen and (min-width: 768px) and (max-width: 860.98px) {
  .addAddBox .resAddRespo .form-mainHead.form-mainHead1 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 824.98px) {
  .rgCustIdWrapper .otp-div {
    top: 41px;
  }
}

@media screen and (min-width: 768px) and (max-width: 816.98px) {
  .addAddBox .perAddRespo .form-mainHead.form-mainHead1 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 700px) and (max-width: 767.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 316px;
  }
}

@media screen and (max-width: 767.98px) {
  .main-wrapper {
    margin: 60px auto 0px;
  }

  .main-wrapper h1 {
    font-size: 18px;
  }

  .stepContainer {
    margin: 10px 0px 20px 0px;
  }

  .prv-nxt-btnWrapper .btn-main {
    margin: 0px 12px 2px;
  }

  #cardListSolProp_wrapper.dataTables_wrapper .dataTables_filter {
    margin-top: 0;
  }

  #cardListSolProp_wrapper.dataTables_wrapper .dataTables_filter,
  #cardListSolProp_wrapper.dataTables_wrapper .dataTables_paginate {
    text-align: left;
  }

  #cardListSolProp_wrapper.dataTables_wrapper .dataTables_paginate {
    margin-top: 0;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    padding-left: 0em;
  }

  table.dataTable.cardListSolProp thead th:nth-child(2),
  table.dataTable.cardListSolProp thead th:nth-child(3),
  table.dataTable.cardListSolProp thead th:nth-child(4),
  table.dataTable.cardListSolProp thead th:nth-child(5),
  table.dataTable.cardListSolProp thead th:nth-child(6),
  table.dataTable.cardListSolProp thead th:nth-child(7),
  table.dataTable.cardListSolProp thead th:nth-child(8) {
    display: none;
  }

  table.dataTable.cardListSolProp tbody tr td:nth-child(2),
  table.dataTable.cardListSolProp tbody tr td:nth-child(3),
  table.dataTable.cardListSolProp tbody tr td:nth-child(4),
  table.dataTable.cardListSolProp tbody tr td:nth-child(5),
  table.dataTable.cardListSolProp tbody tr td:nth-child(6),
  table.dataTable.cardListSolProp tbody tr td:nth-child(7),
  table.dataTable.cardListSolProp tbody tr td:nth-child(8) {
    display: none;
  }

  table.dataTable.cardListSolProp tbody tr td:nth-child(1) {
    max-width: 130px;
    min-width: 125px;
    width: 130px;
  }

  .prop-dtl-data {
    min-height: 30px;
  }

  .prop-dtl-data p {
    min-width: 150px;
    line-height: 30px;
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 290px);
  }

  .logout-wrapper {
    top: 5px;
    right: 6px;
  }

  .kyc-box-des {
    padding: 0px;
    margin-top: 10px;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0)
  }

  .declarationBox {
    width: 96%;
    height: 75%;
  }

  .decPara,
  .decForm {
    padding: 5px 15px 0px 15px;
  }

  .decPara p {
    font-size: 12.5px;
  }

  .decForm p {
    font-size: 12.5px;
  }

  .decCloseWrap {
    margin-bottom: 8px;
  }

  .usagePreWrap .otp-note {
    margin-top: 2px;
  }

  .sucInf-msg,
  .errInf-msg {
    padding: 2px 20px 2px 2px;
  }

  .cardSelRadio-buttons .radio-btn {
    margin: 0px 10px 5px 10px;
  }

  .solPropDatDocSucPg .img-wrapper img {
    width: 100px;
  }

  .govContent .text-content {
    width: 100%;
    height: calc(100vh - 375px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0px;
  }

  .govMainWrapper {
    height: calc(100vh - 110px);
  }

  .helpBoxContentHead {
    position: relative;
  }

  .helpBoxContentHead h1 {
    font-size: 12px;
  }

  .helpBoxContentHead a {
    font-size: 14px;
  }

  .helpModal .btn-close {
    background-size: 0.65em;
  }

  .helpModal .modal-header .btn-close {
    padding: .25rem .5rem;
  }

  .helpLogoutBox {
    top: 6px;
  }

  .helpWrapper img {
    width: 20px;
  }

  .btn-help {
    height: 22px;
    min-width: 75px;
  }

  .govContent .list label i {
    margin-right: 0px;
  }

  .govContentBox .govSerStat {
    right: 2px;
    top: 2%;
  }

  .govContentBox .govContent .list label .govSerStat i {
    font-size: 10px;
    padding: 6px 4px 4px;
  }

  .rgMobWrapper .btn-main,
  .rgCustIdWrapper .btn-main {
    min-width: 80px;
  }

  .modSolInfo .form-label-heading {
    min-width: 144px;
    width: 144px;
  }

  .helpSection {
    padding: 30px 5px;
  }

  .modal.solDocInfoModal.indInfoPopup .modal-body {
    padding: 8px 4px;
  }

  .solDocInfoModal .modal-body h5 {
    font-size: 15px;
  }

  .solDocInfoModal.indInfoPopup .modal-body ul {
    padding-right: 10px;
    padding-left: 24px;
  }

  .addHeadNoteWrap {
    margin-bottom: 0px;
  }

  .form-mainHead.form-mainHead1 {
    margin-bottom: 8px;
  }

  .card.solpropDataTblWrapper {
    padding: 5px 5px;
    border: 1px solid rgb(0 0 0 / 40%);
  }

  .solpropMISReport .dataTables_filter label {
    margin-right: 0px;
  }

  .selectTypeWrapper select.form-select {
    padding: 2px 12px 2px 2px;
    width: 100% !important;
    margin: 8px 0px;
  }

  .solPropDatDocSucPg.solSucPageLast {
    min-width: 95%;
    max-width: 95%;
    padding: 0px 4px;
  }

  .solpropDataTblWrapper .filterDateWrapper,
  .solpropDataTblWrapper .selectTypeWrapper,
  .misRepSolAdmin .downExlWrapper,
  .solpropDataTblWrapper .statusWrapper {
    margin: 0px 0px 0px 0px;
  }

  .filterDateWrapper .datetimesWrap {
    width: 100%;
  }

  .downExlWrapper .fancyCustBtn {
    margin: 0px;
    width: 100%;
  }

  .statusWrapper select.form-select {
    margin-bottom: 8px;
  }

  .solpropDataTblWrapper .filterDateWrapper .datetimes {
    width: 50%;
  }
}

@media screen and (min-width: 600px) and (max-width: 699.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 266px;
  }
}

@media screen and (min-width: 576px) and (max-width: 599.98px) {
  .form-control.ntbEtbAdjWidth {
    min-width: 252px;
  }
}

@media screen and (max-width: 575.98px) {

  .form-label,
  .form-control {
    font-size: 12px;
  }

  .btn-main,
  .btn-gray {
    font-size: 13px;
    height: 26px;
  }

  .main-wrapper h1 {
    font-size: 16px;
  }

  .cm-form-wrapper .tab-content {
    padding: 5px;
  }

  .main-content .wizard-form .sol-progressbar .progressbar-list {
    font-size: 9.5px;
  }

  input.form-control,
  select.form-control,
  select.form-select {
    font-size: 12px;
    height: 26px;
    padding: 4px 22px 4px 4px;
  }

  .form-group i {
    right: 4px;
    top: 26px;
    font-size: 16px;
  }

  .prop-dtl-data {
    padding: 0px 4px;
  }

  .prop-dtl-data p i {
    margin-right: 2px;
    font-size: 16px;
    width: 16px;
  }

  .prop-dtl-data p {
    margin-right: 4px;
    min-width: 126px;
    font-size: 12.5px;
  }

  .prop-dtl-data span {
    font-size: 12.5px;
    line-height: 16px;
  }

  .card_list_pg_wrapper .global_table {
    padding: 4px 4px;
    height: 290px;
  }

  .dataTable.cardListSolProp {
    padding: 5px 0px 0px 0px;
  }

  table.dataTable.cardListSolProp tbody tr td:nth-child(1) {
    max-width: 110px;
    min-width: 105px;
    width: 110px;
  }

  .footerDiv h5 {
    padding: 2px;
  }

  .rgMobWrapper~.resend {
    bottom: 22px;
  }

  .plan .title {
    margin: 2px 0px 0px;
  }

  .otp-field {
    column-gap: 12px;
  }

  .otp-field input {
    height: 34px;
    width: 38px;
    font-size: 1rem;
  }

  .cardSelectWrapper li {
    margin: 0 auto;
  }

  .cm-form-wrapper {
    height: calc(100vh - 210px);
  }

  .cm-form-wrapper.cm1-form-wrapper {
    height: calc(100vh - 235px);
  }

  .logout-wrapper {
    top: 4px;
    right: 6px;
  }

  .checkServicebox {
    min-width: 300px;
    max-width: 310px;
    padding: 5px;
  }

  .checkServiceContent .checkServiceContent-data p {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 258px;
    min-width: 180px;
  }

  .btn-main.btn-service {
    min-width: 70px;
    padding: 2px;
    font-size: 12px;
  }

  .btn-main.btn-service i {
    margin-right: 2px !important;
  }

  .aadhaarInpWidth {
    min-width: 100%;
  }

  .kycPgResponsive {
    padding-left: 0px;
    padding-right: 0px;
  }

  .kycPgResponsive .stepContainer {
    margin: 5px 0px 5px 0px;
  }

  .cm-form-wrapper.kyc-form-wrapper .tab-content {
    padding: 10px 5px;
  }

  .sucInf-msg,
  .errInf-msg {
    margin: 0px 0px 10px 0px;
  }

  .sucInf-msg .can-times {
    right: -6px;
    top: 6px
  }

  .sucInf-msg .can-times a i {
    padding: 1px 4px;
    font-size: 14px;
  }

  .sucInf-msg h6 {
    text-align: left;
    font-size: 12px;
    font-family: "lato-semibold", sans-serif;
  }

  .sucInf-msg .suc-icn {
    margin: 0px 4px 0px 2px;
  }

  .nmWrapper .form-group:nth-child(1) {
    width: 22%;
  }

  .nmWrapper .form-group:nth-child(2) {
    width: 77%;
  }

  *::-moz-placeholder {
    font-size: 11.5px;
  }

  *::placeholder {
    font-size: 11.5px;
  }

  .prop-dtl-data p img {
    width: 18px;
  }

  .govMainWrapper {
    padding: 5px 5px;
    height: calc(100vh - 170px);
  }

  .govContent {
    display: block;
  }

  .govContent .list {
    flex-direction: row;
    width: 100%;
  }

  .govContent .list label {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    font-size: 13.5px;
    border-right: 1px solid rgb(175, 175, 175);
  }

  .govMainWrapper h1 {
    margin-bottom: 8px;
  }

  .govContent .text-content .title {
    font-size: 15px;
  }

  .instWrap {
    padding: 4px 4px 4px 8px;
    height: calc(100vh - 475px);
  }

  .instWrap p {
    font-size: 13px;
  }

  .instWrap ul {
    margin-bottom: 8px;
    padding-left: 1rem;
  }

  .instWrap ul li {
    margin-bottom: 2px;
  }

  .txtElipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
  }

  .pdInfo-box-pr {
    padding-right: 12px;
  }

  .pdInfo-box-pl {
    padding-left: 12px;
  }

  .pdInfo-box {
    margin: 5px 0px;
  }

  .pdInfo-box-pr .pdInfo-box {
    border-right: 1px solid #a0a0a0;
  }

  .pdInfo-box p {
    font-size: 12px;
    min-width: 75px;
    padding: 2px 4px;
  }

  .pdInfo-box span {
    font-size: 12px;
    padding: 6px 4px;
  }

  .nmWrapper .selTitle {
    padding: 6px 8px 6px 4px;
    background-position: right 1.5px center;
  }

  .form-group .durationWrapper i {
    top: 6px;
  }

  .card-slide {
    max-width: 280px;
  }

  .card-slide .card-img img {
    max-width: 280px;
  }

  .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    bottom: 45%;
  }

  .owl-controls .owl-buttons .owl-next {
    right: 0px;
    bottom: 45%;
  }

  .autoDebitActionWrapper {
    padding: 2px 2px 10px;
  }

  .radio {
    margin: 0rem;
  }

  .form-group .radio .radio-label {
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .form-bdr {
    padding: 2px 4px;
  }

  .infoTooltip img {
    width: 16px;
    height: 16px;
  }

  .disAddBox div {
    text-transform: capitalize;
  }

  .infoTooltip {
    margin-bottom: 3px;
  }

  .form-group img {
    top: 27px;
  }

  .addEditWrap {
    top: 0px;
  }

  .prop-dtl-wrap {
    margin: 0px auto 10px;
  }

  .govContent .text-content .btn.fancyCustBtn {
    font-size: 14px;
    min-width: 100px;
    height: 35px;
    line-height: 20px;
  }

  .vkyc-btn-wrapper {
    margin: 0px 2px 4px;
    padding: 8px 0px 4px 0px;
  }

  .solPropDatDocSucPg .head-wrapper h5 {
    font-size: 16px;
    letter-spacing: 0.75px;
  }

  .solPropDatDocSucPg .head-wrapper p {
    font-size: 13px;
    max-width: 95%;
    margin: 0 auto;
    line-height: 16px;
    margin-bottom: 16px;
  }

  .solPropDatDocSucPg .body-wrapper .body-wrapper-data p {
    min-width: 100px;
    font-size: 13px;
  }

  .solPropDatDocSucPg .body-wrapper .body-wrapper-data label {
    font-size: 13px;
    width: 180px;
    line-height: 16px;
  }

  .solPropDatDocSucPg .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-axis-image-mobile {
    height: 54px;
  }

  .helpLogoutBox {
    top: 3px;
  }

  .helpWrapper img {
    width: 16px;
  }

  .btn-help {
    height: 20px;
    min-width: 70px;
  }

  .logout-wrapper img {
    width: 16px;
  }

  .govContentBox .govSerStat {
    top: 14%;
  }

  .indRespo {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cm-form-wrapper .nav.nav-tabs a span {
    font-size: 12px;
  }

  .cm-form-wrapper .nav-tabs .nav-link .nav-link-wrapper i {
    display: none;
  }

  .cm-form-wrapper .nav-tabs .nav-link {
    padding: 4px 2px 2px;
  }

  .popoverContent {
    width: 300px;
  }

  .popoverWrapper:hover .popoverContent {
    opacity: 0;
    display: none;
  }

  .card-slide .cardSelRadio-buttons .radio-btn>i {
    top: -8px;
  }

  .cardSelRadio-buttons .radio-btn>i {
    left: 98%;
  }

  .otp-box.aadhaarOtpBox {
    padding: 10px 0px 25px 0px;
  }

  .otp-box.aadhaarOtpBox .resend {
    bottom: -32px;
  }

  .form-select {
    background-size: 10px 10px;
  }

  .nmWrapper.nmWrapperPd .form-label {
    height: 40px;
  }

  .form-group.dblLbl i {
    top: 46px;
  }

  .incVerBtnWrap a.btn {
    margin-top: 0px;
    margin-right: 0px;
    min-width: 60px;
  }

  .solDocInfoModal.verPgModal .modal-body {
    padding: 4px 0px;
  }

  .solDocInfoModal.verPgModal .modal-body ul {
    padding: 5px 5px 5px 20px;
  }

  .solDocInfoModal.verPgModal .modal-body ul li {
    margin-bottom: 2px;
  }

  .solDocInfoModal.vkycVerPgModal .modal-body ul {
    padding: 5px 5px 5px 20px;
  }

  .declarationBox.incverifyModal {
    width: 95%;
  }

  .solpropMISReport .dataTables_filter label {
    margin-top: 0;
  }

  .solpropDataTblWrapper .selectTypeWrapper {
    margin: 0px 1px 0px 0px;
  }

  .dataTables_wrapper .dataTables_filter {
    max-width: 150px;
  }

  .solpropDataTblWrapper .filterDateWrapper,
  .solpropDataTblWrapper .selectTypeWrapper,
  .misRepSolAdmin .downExlWrapper {
    margin: 0px 0px 0px 0px;
  }

  .sol-login-respo .wrapper-log-box {
    max-width: 280px !important;
    width: 280px !important;
  }

  .modSolInfo .form-label-heading {
    padding: 4px 2px !important;
    min-width: 120px;
    width: 120px;
  }

  .sol-login-respo .otp-field {
    column-gap: 6px;
  }
}

@media screen and (max-width: 499.98px) {
  .main-wrapper {
    margin: 50px auto 0px;
  }

  .logout-wrapper {
    top: 1px;
    right: 6px;
  }

  .header-axis-image-mobile {
    height: 48px;
  }
}

@media screen and (max-width: 439.98px) {
  .stepContainer {
    margin: 5px 0px 45px 0px;
  }

  .header-axis-image-mobile {
    width: 450px;
    height: 42px;
  }

  .namWrap label.error {
    left: 40px !important;
  }
}

@media screen and (max-width: 392.98px) {
  .rgCustIdWrapper .otp-div {
    top: 41px;
  }
}

@media screen and (max-width: 345.98px) {
  .form-group.embosInp i {
    top: 46px;
  }
}

/* responsiveness ends here============================================================== */