@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');
body {
font-family: Mulish, sans-serif !important;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .slider-form-wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .slider-form-wrap .slider-wrap {
    width: 100%;
  }
}
.icici-landing-page-wrapper #joining-fee {
  display: block;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper #joining-fee {
    display: none;
  }
}
.icici-landing-page-wrapper .content-wrap {
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap {
    padding: 0px 0px 20px 0px;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  /*margin: 0 auto;*/
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 15px 15px;
  width: 190px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items {
    flex-basis: 46%;
    padding: 15px 14px;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .icon {
  margin: 0 auto;
  width: 30%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .icon {
    width: 36%;
    margin-bottom: 10px;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .icon img {
  width: 100%;
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .benefits {
  width: 25%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .benefits {
    width: 16%;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .card-title {
  color: #5d5d5d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .content-cards .items .card-title {
    font-size: 15px;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .benefits-wrap {
  margin-top: 15px;
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .benefits-wrap .items {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .content-wrap .content-body-wrap .benefits-wrap .items {
    flex-basis: 96%;
  }
}
.icici-landing-page-wrapper .content-wrap .content-body-wrap .benefits-wrap .items .card-title {
  margin-bottom: 0;
}
.icici-landing-page-wrapper .form-wrap {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 20px;
}
.icici-landing-page-wrapper .form-wrap #mob-joining-fee {
  display: none;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .form-wrap #mob-joining-fee {
    display: block;
  }
}
.icici-landing-page-wrapper .form-wrap .content-wrap .form-title-with-no-bg .header-icon img {
  width: 100%;
}
.icici-landing-page-wrapper .form-wrap .form-body {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}
.icici-landing-page-wrapper .form-wrap .margin-bottom-40 {
  margin-bottom: 40px !important;
}
.icici-landing-page-wrapper .form-wrap .email-wrap {
  /*	input {
  		float: left;
  		@media only screen and (max-width:767px){
  			width: 80px !important;
  		}
  	}*/
}
.icici-landing-page-wrapper .form-wrap .form-group {
  margin-bottom: 20px;
  clear: both;
}
.icici-landing-page-wrapper .form-wrap .form-group .mobile-otp {
  display: flex;
}
.icici-landing-page-wrapper .form-wrap .form-group .mobile-otp .btn-submit {
  border: none;
  background: #ee7d20;
  color: #fff;
  border-radius: 10px;
  padding: 0 16px;
  font-size: 16px;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one {
  display: flex;
  /*gap: 5px;*/
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .form-wrap .form-group .form-row-one {
    /*gap:15px;*/
  }
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  transform: scale(0.6);
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon {
    transform: unset;
  }
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-name {
  background: url(../icons/icon-name.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-email {
  background: url(../icons/icon-email.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-mobile {
  background: url(../icons/icon-mobile.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-dob {
  background: url(../icons/icon-dob.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-city {
  background: url(../icons/icon-city.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-monthly-take-home {
  background: url(../icons/icon-monthly-take-home.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-company {
  background: url(../icons/icon-company.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-salary-received {
  background: url(../icons/icon-salary-received.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-employment_type {
  background: url(../icons/icon-employee.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-gross-income {
  background: url(../icons/icon-gross.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-relationship {
  background: url(../icons/icon-relation.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .icon-pan {
  background: url(../icons/icon-pan.png) no-repeat;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .label {

  font-family: Mulish, sans-serif !important;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-one .otp {
  margin-left: 0;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-two {
  display: flex;
  gap: 22px;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-row-two div {
  display: flex;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}
.icici-landing-page-wrapper .form-wrap .form-group .radioTax {
  display: block !important;
}
.icici-landing-page-wrapper .form-wrap .form-group #pan {
  text-transform: uppercase;
}
.icici-landing-page-wrapper .form-wrap .form-group #city-err {
  position: relative;
  top: 12px;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-control {
  box-shadow: none;
  border-bottom: #eaeaea solid 1px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  height: auto !important;
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .icici-landing-page-wrapper .form-wrap .form-group .form-control {
    height: calc(2.25rem + 2px) !important;
  }
}
.icici-landing-page-wrapper .form-wrap .form-group .form-control:focus {
  border-bottom-width: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
.icici-landing-page-wrapper .form-wrap .form-group #emailName {
  text-indent: 1px;
  /*width: 60px;*/
}
.icici-landing-page-wrapper .form-wrap .form-group #emailAtTheRate {
  width: 30px !important;
}
.icici-landing-page-wrapper .form-wrap .form-group #emailDot {
  width: 15px !important;
}
.icici-landing-page-wrapper .form-wrap .form-group .form-control:disabled, .icici-landing-page-wrapper .form-wrap .form-group .form-control[readonly] {
  background-color: transparent;
}
.icici-landing-page-wrapper .form-wrap .form-group section {
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px;
}
.icici-landing-page-wrapper .form-wrap .form-group section > div {
  /*flex: 1;*/
  padding: 0.5rem;
  width: 50%;
}
.icici-landing-page-wrapper .form-wrap .form-group section .custom-radio-width {
  /*flex: 1;*/
  padding: 0.5rem;
  width: 100%;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio] {
  display: none;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio]:disabled ~ label {
  color: #bcc2bf;
  border-color: #bcc2bf;
  box-shadow: none;
  cursor: not-allowed;
}
.icici-landing-page-wrapper .form-wrap .form-group label {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  padding: 10px 21px;
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  color: #666666;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio]:checked + label {
  background: #fff;
  color: #eb7e3a;
  box-shadow: none;
  font-weight: 600;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio]:checked + label::after {
  color: #fff;
  font-family: FontAwesome;
  border: 1px solid #eb7e3a;
  content: "";
  font-size: 14px;
  position: absolute;
  top: -16px;
  right: 0;
  transform: translateX(-50%);
  height: 30px;
  width: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  background: #eb7e3a;
}
.icici-landing-page-wrapper .form-wrap .form-group input[type=radio]#control_05:checked + label {
  /*background: red;
  border-color: red;*/
}
.icici-landing-page-wrapper .form-wrap .form-group p {
  color: red;
  margin-top: 10px;
  clear: both;
}
.icici-landing-page-wrapper .form-wrap .form-group small {
  color: #ee7d20;
}
@media only screen and (max-width: 700px) {
  .icici-landing-page-wrapper .form-wrap .form-group section {
    flex-direction: column;
  }
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: #eb7e3a solid 1px;
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox:checked + label:before {
  /*background: #f35429;*/
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.icici-landing-page-wrapper .form-wrap .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #eb7e3a;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #eb7e3a, 4px 0 0 #eb7e3a, 4px -2px 0 #eb7e3a, 4px -4px 0 #eb7e3a, 4px -6px 0 #eb7e3a, 4px -8px 0 #eb7e3a;
  transform: rotate(45deg);
}

.icici-disclaimer {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .icici-disclaimer > div {
    margin-bottom: 20px;
  }
}

select {
  display: none;
}

.dropdown {
  background: #fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #eee;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  width: 100%;
  /*&:focus {
    background-color: darken($gray_lighter, 2%);
  }
  &:hover {
    background-color: darken($gray_lighter, 1%);
  }*/
}
.dropdown .current {
  color: #ee7d20;
}
.dropdown:active, .dropdown.open {
  /*background-color: #ee7d20!important;*/
  border-color: #e4e4e4;
  /*color: #ee7d20;*/
}
.dropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ee7d20;
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}
.dropdown.open:after {
  transform: rotate(-180deg);
}
.dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.dropdown.open .option {
  cursor: pointer;
}
.dropdown.wide {
  width: 100%;
}
.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.dropdown .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transform: scale(0.75);
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.dropdown .list ul {
  list-style: none;
  padding: 0;
}
.dropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.dropdown .option:hover {
  background-color: #ee7d20 !important;
  color: #fff;
}
.dropdown .option:focus {
  /*background-color: #ee7d20 !important;*/
  color: #000;
}
.dropdown .option.selected {
  font-weight: 600;
}
.dropdown .option.selected:focus {
  /*background: $gray_lighter;*/
}

#city-err {
  color: red;
  margin-top: 10px;
  font-size: 12px;
  height: 10px;
  clear: both;
}

.dynamicClass1-err {
  color: red;
  margin-top: 10px;
  font-size: 12px;
  height: 10px;
  clear: both;
}

.by {
  bottom: 12px;
  color: #aaa;
  font-size: 12px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #666;
}

#emailVal {
  clear: both;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
}

.ui-datepicker select {
  display: block !important;
}

#txtPan {
  text-transform: uppercase;
}

/*# sourceMappingURL=custom-style.css.map */
