*{
	border-collapse: collapse;
  border: 0;
  box-sizing: border-box;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  margin: 0; 
  }
  .visible-xs,.header--search,#nav-icon1,.header-menu,footer,#block-fivepaisa-breadcrumbs{
	  display: none;
  }
  body{
	  padding: 0;
	  margin: 0;
	  background-color: #f9fafb !important;
  }
  main{
  	padding-top: 0 !important;
  }
  .gp-section{
	  padding: 60px 15px;
	  height: 100vh;
  }
  .noTitle{
  	padding-top: 0 !important;
  }
  .gp-section__wrapper{
	  max-width: 805px;
	  width: 100%;
	  left: 50%;
	  top: 50%;
	  position: absolute;
	  transform: translate(-50%, -50%);
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  margin: auto;
	  background-color: #ddd;
	  border-radius: 8px;
	  border: 1px solid transparent;
  }
  .gp-section__list{
	  flex: 0 0 50%;
	  padding: 40px 20px;
	  
  }
  .gp-section__list:last-child{
	  background-color: #fff;
	  padding: 20px 30px;
	  border-radius: 0 8px 8px 0;
	  min-height: 333px;
  }
  .gp-section__list h2{
	  color: #000;
	  font-size: 20px;
	  display: block;
	  line-height: 150%;
	  font-weight: 400;
	  margin-bottom: 20px;
  }
  
  .gp-section__list h1{
		color: #000;
	  font-size: 24px;
	  display: block;
	  line-height: 150%;
	  margin-bottom: 20px;
  }
  .gp-section__list ul{
	  margin-left: 20px;
  }
  .gp-section__list ul li{
	  list-style: disc;
	  font-size: 14px;
	  color: #000;
	  margin-bottom: 20px;
	  line-height: 20px;
  }
  .gp__linklogo img{
	  max-width: 100px;
	  height: auto;
  }
  .gp__link img{
	  max-width: 100%;
	  height: 60px;
  }
  @media only screen and (max-width: 767px){
	  .gp-section__wrapper{
		  display: flex;
		  position: initial;
		  transform: initial;
	  }
	  .order-1{
		  order: 1;
	  }
	  .gp-section__list{
		  flex: 100%;
		  order:2;
		  padding: 40px 20px;
		  
	  }
	  .gp-section__list:last-child{
		  order: 1;
		  padding-top: 20px;
		  padding-bottom: 20px;
		  border-radius: 8px 8px 0 0;
	  }
	  .visible-xs{
		  display: block;
	  }
	  .gp-section{
	  	margin-top: 45px;
	  	height: auto;
	  }
  }
  .odabase-block__signup {
	  font-size: 18px;
	  font-weight: 500;
	  margin-bottom: 15px
  }
  
  .odabase-block__lead {
	  position: relative
  }
  
  .odabase-block__lead input {
	  background-color: #fff;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
	  border-radius: 5px;
	  height: 48px;
	  max-width: 372px;
	  width: 100%;
	  font-size: 16px;
	  padding: 10px 10px 10px 55px;
	  line-height: 18px;
	  color: #1d2939;
	  border: 1.5px solid #c4c4c4;
  
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__lead input {
		  height: 48px;
		  padding-top: 6px;
		  padding-left: 50px
	  }
  }
  
  .odabase-block__lead input::placeholder {
	  font-weight: 400;
	  color: #A4ACBA
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__lead input::placeholder {
		  font-size: 14px
	  }
  }
  
  .odabase-block__lead button {
	  max-width: 100%;
	  margin-top: 20px;
  }
  
  .odabase-block__lead span.number {
	  position: absolute;
	  left: 15px;
	  top: 15px;
	  font-size: 16px;
	  line-height: 18px
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__lead span.number {
		  font-size: 14px;
		  top: 15px
	  }
  }
  
  .odabase-block__lead span.number:after {
	  content: "";
	  position: absolute;
	  right: -6px;
	  top: -1px;
	  width: 1px;
	  height: 20px;
	  background-color: #E6E9ED
  }
  
  .odabase-block__tac {
	  margin-top: 10px;
	  text-align: center;
	  font-weight: 400;
	  font-size: 12px;
	  color: #475467
  }
  
  .odabase-block__tac a {
	  color: #1570ef
  }
  
  .odabase-block__checkbox {
	  margin-top: 15px
  }
  
  .odabase-block__checkbox input {
	  display: none
  }
  
  .odabase-block__checkbox input:checked+label:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 6px;
	  left: 4px;
	  width: 3px;
	  height: 7px;
	  border: solid #fff;
	  border-width: 0 1px 1px 0;
	  transform: rotate(45deg)
  }
  
  .odabase-block__checkbox input:checked+label:before {
	  background-color: #1570ef
  }
  
  .odabase-block__checkbox label {
	  position: relative;
	  font-weight: 500;
	  font-size: 14px;
	  color: #475467;
	  margin-bottom: 0
  }
  
  .odabase-block__checkbox label:before {
	  content: '';
	  -webkit-appearance: none;
	  background-color: transparent;
	  border: 1px solid #1570ef;
	  padding: 5px;
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-right: 5px
  }
  
  .odabase-block__checkbox select {
	  box-shadow: 0 0 2px rgba(51, 55, 57, .4);
	  border-radius: 4px;
	  height: 30px;
	  font-size: 12px;
	  display: inline-block;
	  vertical-align: middle;
	  color: #55586a;
	  font-weight: 400;
	  margin-left: 20px;
	  width: 140px
  }
  
  .odabase-block__mobileapply {
	  margin: 30px 0 22px
  }
  
  .odabase-block__mobileapply input {
	  background-color: #F2F4F7;
	  -webkit-border-radius: 1px;
	  -moz-border-radius: 1px;
	  -ms-border-radius: 1px;
	  -o-border-radius: 1px;
	  border-radius: 1px;
	  padding: 5px 10px;
	  display: inline-block;
	  font-weight: 400;
	  margin-right: 8px;
	  font-size: 12px;
	  border: 1px solid #F2F4F7;
	  color: #344054;
	  height: 31px;
	  max-width: 130px
  }
  
  .odabase-block__mobileapply button {
	  margin-top: 0;
	  background-color: #EFF8FF;
	  border: 1px solid #D1E9FF;
	  -webkit-border-radius: 1px;
	  -moz-border-radius: 1px;
	  -ms-border-radius: 1px;
	  -o-border-radius: 1px;
	  border-radius: 1px;
	  padding: 5px 10px;
	  font-size: 12px;
	  color: #1570ef
  }
  
  .odabase-block__mobileapply span {
	  background-color: #F2F4F7;
	  -webkit-border-radius: 1px;
	  -moz-border-radius: 1px;
	  -ms-border-radius: 1px;
	  -o-border-radius: 1px;
	  border-radius: 1px;
	  padding: 5px 10px;
	  display: inline-block;
	  font-weight: 400;
	  margin-right: 8px;
	  font-size: 12px;
	  border: 1px solid #F2F4F7;
	  color: #344054
  }
  
  .odabase-block__points {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  padding: 70px 0 35px
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__points {
		  padding: 30px 0 0
	  }
  }
  
  .odabase-block__points li {
	  flex: 1;
	  position: relative;
	  padding-left: 60px;
	  font-size: 14px;
	  color: #475467
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__points li {
		  font-size: 10px;
		  padding-left: 42px
	  }
	  .odabase-block__checkbox select{
	  	width: 137px;
	  }
	  .odabase-block__checkbox input:checked+label:after{
	  	top: 7px;
	  }
  }
  
  .odabase-block__points li:last-child {
	  margin-right: 0
  }
  
  .odabase-block__points li span {
	  margin-right: 20px;
	  position: absolute;
	  left: 0;
	  top: 5px
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__points li span {
		  transform: scale(.6);
		  left: 2px;
		  top: -4px
	  }
  }
  
  .odabase-block__points li strong {
	  display: block;
	  font-weight: 400;
	  font-size: 24px;
	  line-height: 26px;
	  color: #101828
  }
  
  @media only screen and (max-width:767px) {
	  .odabase-block__points li strong {
		  font-weight: 500;
		  font-size: 14px;
		  line-height: 16px
	  }
  }
  .error-msgtext {
	  font-size: 12px;
	  line-height: 14px;
	  color: rgba(229,69,93,.95);
	  margin-top: 5px;
  }
  .paisabase-btn__action{
	  background-color: #c01048;
	  max-width: 100%;
	  display: inline-block;
	border-radius: 2px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	background-color: #c01048;
	padding: 12px;
	max-width: 318px;
	width: 100%;
	text-align: center;
  }