body{
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden; 
	padding: 0px;
	margin: 0px;
}
.hero-image{

	background-repeat: no-repeat !important;
	min-height: 700px;
	background: linear-gradient(to right,rgba(63,96,255,0.9),rgba(14,193,255,0.9)),url('../img/apple.png');
	background-position:  23% 32%;
	background-size: cover;
	clear: both;
}

.hero-image h1{


	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 40px;
	
}
.navbar{
	position: relative;
	z-index: 200000 !important;
	background: #fff !important;
}
.padding-10{

	padding-left: 10px;
	padding-right: 10px;
}

p{

	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}
.margin-top{

	margin-top: 130px;
}

.margin-top-2{

	margin-top: 50px;
}

.fa{

	font-size: 10px;
}

.back_button {
	position: relative;
	top: -4.5em;
}

.back_button>.fa {
	font-size: 1.6em;
	color: #46afed;
	cursor: pointer;
}

.secapay_escrow {
	float: right;
	clear: both !important;
}

.hero-image p{
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

form{
	border-radius: 5px;
	background: #fff;
	padding: 25px;
	box-shadow: 5px 10px 7px -10px rgba(0,0,0,0.7);
	
}

form p{
	box-sizing: border-box;
	color: #333333 !important;
	font-weight: 300;
	font-size:17px;
}

label{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400 !important;
	clear: both !important;
}
.first-icon, .fa-circle-o, .icons{

	display: none !important;
}
.input-class{
	margin-bottom: 15px !important;
	min-width: 100%;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #D4D9DC;
	padding: 5px;
	box-sizing: border-box !important;
}
input[type="radio"] {
	background-color: transparent;
	border: .0625em solid rgba(255,255,255,.5) !important;
	border-radius: 50%;
	border: 2px solid #298E9C !important;
	box-shadow: inset 0 0 0 0 white !important;
	cursor: pointer;
	padding: 10px;
	font: inherit;
	height: 1em;
	box-sizing: border-box !important;
	width: 1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition:  .9s;
}
label{

	cursor: pointer;
}

input[type="radio"]{

	margin-bottom: 15px !important;
}
input[type="radio"]:checked::before{
	height: 1.4em;
	width: 1.4em;
	display: inline-block;
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 1px solid #1F9BFE;
	left: -5px;top: -5px;
}
input[type="radio"]:checked {
	background-color: #1F9BFE;
	box-shadow: inset 0 0 0 .1875em #1F9BFE;
	-webkit-transition: .15s;
	position: absolute;
	transition:  .9s;
	cursor: pointer;


}

textarea{
	border-radius: 2px;
	height: 90px;
	min-width: 100%;
	margin-bottom: 15px !important;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #e6e6e6;
	resize: none;
}
select{
	margin-bottom: 15px !important;
	width: 100%;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #D4D9DC;
	padding: 5px;
	box-sizing: border-box !important;
	cursor: pointer;
}


.ui-checkbox + label {
	position: relative;
	padding-left: 25px;
	display: inline-block;
	transition: all 1s ease;
	cursor:pointer !important;
}

.ui-checkbox + label:before {
	background-color: #fff;
	border: 1px solid #C4C4C4 ;
	padding: 9px;
	border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	content: "";
}

.ui-checkbox {
	display: none;
	margin-left:100px !important;
	cursor:pointer !important;
}
.ui-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	transition: all 1s ease;
	position: absolute;
	top: 1px;
	left: 4px;
	color: #37BCCF ;
}

::placeholder{
	opacity: 0.6;
}

.ui-checkbox:checked :before {
	border: 1px solid #37BCCF ;
	color: #37BCCF ;
	transition: all 1s ease;
}

.form-head{

	background: #F8F8F8;
	padding: 5px;
}

.btn-1{
	border: 1px solid #29B200;
	color: #fff !important;
	border-radius: 2px;
	background: #4CAF50;
	height: 45px;
	min-width: 100%;
	font-family: 'Open Sans', sans-serif;
}

.btn-1:hover{
	background: #29B200;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer;
}

.btn-2{

	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	width: 250px;
	color: #02AAEA;
	border: 1px solid #fff;
	height: 45px;
	font-weight: 600;
	margin-right:5px; 
	margin-top: 35px;
}
.btn-2:hover{
	background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer;
}
.btn-3:hover{
	background: #3D61F5;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    cursor: pointer;
}
.btn-3{

	background: #3D61F5;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	width: 250px;
	color: #fff;
	border: 1px solid #3D61F5;
	height: 45px;
	font-weight: 600;
	margin-top: 55px;
}
.bold-font{
	font-size: 19px;
	color: #000;
	font-weight: 600;
}
ul{

	padding: 0px !important;
}
li{
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: 400;
	font-size: 16px;
	padding-bottom: 10px;
}

.escrow-div{
	margin: 50px 0px;
	min-height: 400px;
	position: relative !important;
	z-index: -1;
}

.escrow-div-2{
	margin: 130px 0px;
	min-height: 500px !important;
	clear: both;
}

.form-holder{
	background: #e6e6e6;
}
.escrow-div h1{
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
}
.escrow-div p{

	font-size: 17px;
}
.footer{
	color: #fff;
	font-size: 0.85em !important;
	padding:10px ;
	background: #171640;
}

.modal-header{

	background: #258FFD;
	color: #fff;
}

#myModal p, #myModal-2 p{

	font-size: 16px !important;
}

#myModal-2 li{

	color: black;
}
.btn-default{
	color: #fff !important;
	background: #258FFD !important;
	border: 1px solid #258FFD !important;
	border-radius: 2px !important;
}
.txt-white{
	padding-top: 0.8em;
	font-size: 1.1em;
}

.right-shadow{
	border-right: 0.5px solid #02AAEA;
	-webkit-box-shadow:3px 0 1px -3px;
}



@media (max-width: 991px){

.hero-image, .escrow-div{

		padding: 20px 10px;

	}

.escrow-div{

		padding: 20px 20px;

	}

.sm-mg{

	margin: 20px 0px;
}
}

@media (max-width: 579px){
.hero-image h1{

	font-size: 35px;
	
}
	.btn-2, .btn-3{

		width: 150px;
	}
	select{
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;

	}

}


@media (max-width: 579px){

.hero-image h1{

	font-size: 27px;
	
}

}
@media (max-width: 360px){
p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
}
.margin-top{

	margin-top: 80px;
}

.btn-2, .btn-3{
		box-sizing: border-box;
		font-size: 14px !important;
		width: 100%;
	}
	.btn-3{

		margin-top: 25px;
	}
}