.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.type_element{
	font-weight:bold;
}
.find_center{
	text-align:center;
}

.find_center a{
     background: #fa7331 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    width: 250px;
}

.find_center a:hover{
	color:#fff;
	background: #bf3f00 none repeat scroll 0 0;

}

.find h1{
	border-bottom: 0 none;
    padding-bottom: 20px;
}
@media only screen and (min-width : 768px){ 
	.hideMobile{
		display:block !important;
	}
	.hideDesktop{
		display:none !important;
	}
}

@media only screen and (max-width : 768px){ 
	.hideMobile{
		display:none !important;
	}
	.hideDesktop{
		display:block !important;
	}
}

.how_work_with_number .par_div{
	width:100%;float:left;
	margin-top:5%;
}

.how_work_with_number .fir_div{
	width:17%;float:left;
}

.how_work_with_number .sec_div{
	float: left;
    margin-top: 3%;
    width: 83%;
}
.how_work_with_number .sec_div h2{
	margin: 0px; text-align: left;
}
.how_work_with_number p{
	text-align: left;
}

.how_work_with_number .fir_div span{
	color: rgb(250, 115, 49);
    font-family: Verdana !important;
    font-size: 64px;
    
}

.application input{
	border-style: none none solid !important;
    border-width: 0 0 1.5px !important;
	border-radius: 0;
}
.application input:focus{
	border-color:#0092a8;
}

.borderlessform input{
	border-style: none none solid !important;
    border-width: 0 0 1.5px !important;
	border-radius: 0;
}
.borderlessform input:focus{
	border-color:#0092a8;
}
.borderlessform label{
	margin-bottom: 0px; font-size: 18px;
}

.borderlessform div{
	margin-bottom: 40px;
}

.borderlessform{
	margin-bottom: 50px;
	margin-top: 20px;
}
.borderlessform .radio_btnradio_btn{
	margin:0px !important;
}
.borderlessform1{
	margin-bottom: 0px; font-size: 18px;
}
.borderlessform1 div{
	margin-bottom: 40px;
}
.borderlessform i{
	margin-top: 10px; font-size: 13px; color: rgb(153, 153, 153); float: left; width: 100%;
}
.borderlessform .radio_btnradio_btn{
	margin-top: 10px !important;
} 

.borderlessform .sign_right{
	margin-top: 0px !important;
} 
.blue_headh3{
	margin-bottom: 20px !important;
}
.blue_head{
	color:#039ea0;
	text-transform:uppercase;
	margin-bottom:20px;
}
.tosp{
	text-align: center; padding-top: 20px; font-size: 20px;
}

.add_more{
	float: left; font-size: 16px; margin-top: 20px;
}

.btn_orange_submit {
    background: #fa7331 none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
}
.error-message{
	color:red;
}
.oran{
	 color: #fa7331;
}
.blu{
	 color: #21aaac;
}
.frombig{  text-transform: capitalize;font-size: 24px;font-weight: normal;}