@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto';
	overflow-x: hidden;
}
a{
	color: #000;
}
p{
	text-align: justify;
}
#applynow .container{
	padding-left: 100px;
	padding-right: 100px;
}
#tab1{
	
}
#tab2,#tab3,#tab4,#tab5{
	
}
.productselctmsg{
	display: block;
}
.radiooption{
	display: none;
}
.salarybox,.businessbox,.profesionalbox{
	display: none;
}
/*-------applynow box----------*/

.applynowbox{
	background:  #DCEAF7;
	padding-bottom: 50px;
}
.applynowbox .nav{
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.nav-pills span{
	margin-right: 0px;
}
.nav-pills {
	
}
.nav-pills .nav-item .nav-link{
	position: relative;
	border-radius: 50%;
	padding: 0px;
	height: 35px;
	width: 35px;
	border: 2px solid #1D8BF8;
	text-align: center;
	align-items: center;
	font-size: 22px;
	  color : #1D8BF8;
	margin-right: 70px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
	color: #fff;
	width: 38px;
	height: 38px;
	font-size: 24px;
}
.nav-pills .nav-item:last-child .nav-link{
	margin-right: 0px;
}
.nav-pills .nav-item .nav-link::after{
	position: absolute;
	content: "";
	top: 45%;
	bottom: 0;
	left: 100%;
	right: 0;
	width: 72px;
	height: 2px;
	background: #1D8BF8;
}
.nav-pills .nav-item:last-child .nav-link::after{
	width: 0px;
	height: 0px;
}
.tab-content{
	padding-left: 100px;
	padding-right: 100px;
}
.tab-pane{
	overflow: hidden;
	position: relative;
}

/*-------First tab ----------*/
.card{
	margin-bottom: 50px;
}
.card-header{
	background: #e86410;
	font-family : 'Gill Sans';
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 21px;
}
.card-header h5{
	font-size: 21px;
}
.card-header a:hover{
    cursor:pointer;
}
.btn{
	background-color: #1D8BF8;
	font-family : 'Gill Sans';
	color: #fff;
	font-size: 21px;
	padding: 5px 50px;
	border-radius: 0px;
	margin-top: 50px;	
	transition: all 0.5s ease;
	position: relative;
	
}

#tab1 .btnnext{
	
	margin-top: 0px;
}
.btn:hover{
	background-color: #5bb3fc;
	color: #fff;
}
.card-body{
	background-color: #F4B998;
}
h6{
	font-size: 20px;
	margin-bottom: 20px;
}
/*--------Radio Button -----------*/
/* The container */
.radiodisply {
  display: block;
  position: relative;
  padding-left: 35px;
	padding-bottom: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	transition: all 0.3s ease;
	font-family: 'Roboto';
}
.radiodisply small{
	margin-top: -5px;
}
lable{
	
}

.radiodisply input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
	border:1px solid #e86410;
}


.radiodisply:hover input ~ .checkmark {
  background-color: #e86410;
}


.radiodisply input:checked ~ .checkmark {
  background-color:#e86410;
	border:none;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


input:checked ~ .checkmark:after {
  display: block;
}


.radiodisply .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #f9daca;
	
}
/*---------Tab2-------------*/
#tab2 label,#tab3 label,#tab4 label,#tab5 label{
	background: #e86410;
	font-family : 'Gill Sans';
	color: #fff;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 21px;
	width: 100%;
}
::placeholder{
	color: #232323!important;
	font-size:16px;
}
.form-control{
	padding: 15px;
	background-color: transparent;
	border:1px solid #e86410;
	border-radius: 0px;
}
.form-control:focus{
	box-shadow: 0 0 0 0.2rem rgba(232, 100, 16, 0.50);
	background-color: transparent;
    border:1px solid #e86410;
}
/*----------------State------------------*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding-top: 20px;
	padding-bottom: 20px;
	height: 60px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e86410;
  padding: 20px 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 25px;
  right: 10px;
}
.select-styled:hover {
  background-color: #e86410;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: relative;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e86410;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #e86410;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #e86410;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

/*-------Contact us Style ----------*/
h1{
font-family : 'Gill Sans';
  
  font-size : 30px;
  color : #E86410;
	padding-top: 50px;	
	
	position:relative;
}
h1::after {
	position: absolute;
	content: "";
	top: 100%;
	bottom: 0;
	left: 0%;
	right: 0%;
	width: 200px;
	height: 5px;
	background-color: #e86410;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	
}


/*-----Responsive --------*/

@media (min-width: 100px) and (max-width: 992px){
	.container{
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	
}
@media (max-width: 1199px){
	.container{
		padding-left: 0px;
		padding-right: 0px;
	}
	#contactus p{
		font-size: 14px;
	}
	
}

@media (max-width: 811px){
	.tab-content {
    padding-left: 50px;
    padding-right: 50px;
}
}
@media (max-width: 711px){
	.tab-content {
    padding-left: 20px;
    padding-right: 20px;
}
	
	
}
@media (max-width: 651px){
	.card-header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.card-header h5{
		font-size: 18px;
	}
	#tab2 label, #tab3 label, #tab4 label, #tab5 label{
		font-size: 18px;
			padding-top: 15px;
		padding-bottom: 15px;
	}
	.form-control{
		padding: 10px;
	}
	
}
@media (max-width: 576px){
	
	.card-header h5,#tab2 label, #tab3 label, #tab4 label, #tab5 label{
		font-size: 16px;
	}
	
	}
@media (max-width: 525px){
	.card-header{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 500px){
	.applynowbox{
		padding-top: 20px;
	}
	.applynowbox .nav{
		display: none;
	}
	.btn{
		padding: 5px 10px;
	}
	
}
@media (max-width: 495px){
	#applynow .container{
	padding-left: 0px;
	padding-right: 0px;
}
	#applynow .container .col-12,.col-6{
	padding-left: 0px;
	padding-right: 0px;
}
	#applynow .container .row{
		margin-left: 0px;
	margin-right: 0px;
	}
}
@media (max-width: 455px){
	.tab-content {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 435px){
	.card-header h5, #tab2 label, #tab3 label, #tab4 label, #tab5 label{
		font-size: 14px;
	}
	.select{
		height: 35px;
		font-size: 14px;
	}
	.select-styled{
		padding: 10px 20px;
	}
	.select-styled:after{
		top: 17px;
	}
}
@media (max-width: 375px){
	.btn{
		font-size: 16px;
	}
}





/*---- LOan type Section ----------*/
#loantype {
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgba(63, 67, 68, 0.10);
}
.loantypebox {
	position: relative;
	width: 100%;
	border-radius: 50%;
	border: 5px solid #0095f3;
	width: 188px;
	height: 188px;
	
}
.loantypebox img {
	width: 85px;
	height: 80px;
	margin-top: 10px;
}
.loantypebox p {
	font-size: 32px;
	color: #000000;
	margin-bottom: 0px;
	text-align:center;
}
.loantypebox small {
	padding-bottom: 10px;
	margin-right: 0px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}



@media (max-width: 1168px) {
	#loanproduct .loanprobox {
		width: 300px;
		height: 300px;
	}
	#loanproduct .owl-carousel .owl-item img {
		left: 20%;
		width: 150px!important;
		height: 150px!important;
	}
}
@media (max-width: 1072px) {
	#loantype .container {
		padding-left: 0px!important;
		padding-right: 20px!important;
	}
}
@media (max-width: 992px) {
	.loantypebox {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 890px) {
}
@media (max-width: 800px) {
}
@media (max-width: 858px) {
}
@media (max-width: 825px) {
}
@media (max-width: 576px) {
	h1 {
		padding-top: 20px;
		font-size: 20px;
	}
	.loantypebox {
		width: 150px;
		height: 150px;
	}
	.loantypebox img
	{
		width: 50px;
		height: 50px;
	}
	.loantypebox p{
		font-size: 24px;
	}
	
	#loantype,.about,#loanproduct{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
	@media (max-width: 575px) {
		.loantypebox{
		margin-bottom: 20px!important;
	}
	}
@media (max-width: 568px) {
}
@media (max-width: 480px) {
}
@media (max-width: 499px) {
}
@media (max-width: 475px) {}
@media (max-width: 429px) {}
@media (max-width: 440px) {}
@media (max-width: 410px) {
	}

@media (max-width: 375px) {
}
@media (max-width: 360px) {

}
@media (max-width: 325px) {
	#loantype .container{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.loantypebox{
		width: 130px;
		height: 130px;
	}
	.loantypebox p{
		font-size: 20px;
	}
	.loantypebox small{
		font-size: 10px;
	}
}
