@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
*{margin: 0; padding: 0;}
body{
    font-size: 14px;
    position: relative;
    line-height: 1.45;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: 400;
}
.mr-10{
	margin-right: 10px;
}
/*Header Area*/
header{
    box-shadow: 0px 1px 20px 0px #666;
    z-index: 2;
    position:  relative;
}
.logo img {
    width: auto;
    height: 70px;
    padding: 5px 0;
}

.login button {
    background: #fff;
    border: 1px solid #2d23f7;
    border-radius: 5px;
    padding: 5px 25px;
    float:right;
    cursor: pointer;
    transition: .292s ease 0s;
    color: #2d23f7;
    font-size: 13px;
}
.login button:hover{
    background: #544cf9;
    color: #fff;
}

/*outer background*/
.outerBG{
	background: #aaa url(../img/bg_banner.jpg) no-repeat;
	background-size: cover;
	position:  relative;
	height: calc(100vh - 70px);
	background-position: 100% 80%;
	display: table-cell;
	width: 100vw;
	vertical-align:  middle;
	padding-top: 20px;
}
.outerBG:after{
	background: -moz-linear-gradient(top, rgba(170,170,170,0.05) 0%, rgba(170,170,170,0.1) 75%, rgba(0,0,0,.9) 100%);
	background: -webkit-linear-gradient(top, rgba(170,170,170,0.05) 0%,rgba(170,170,170,0.1) 75%,rgba(0,0,0,.9) 100%);
	background: linear-gradient(to bottom, rgba(170,170,170,0.05) 0%,rgba(170,170,170,0.1) 75%,rgba(0,0,0,.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80aaaaaa', endColorstr='#80000000',GradientType=0 );
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
/*Form Area*/
.formArea {
    position: relative;
    z-index: 2;
    margin: 0 0 50px;
}
.formAreaInner{
   background: #fff;
   padding: 40px 90px 25px;
   box-shadow: 0px 2px 20px -5px #000;
   border-radius:  1px;
   margin: 0 0;
}
form {
    margin: 4px 0 0;
    padding: 0 50px 0 0;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.6;
    color: #111111;
    background-color: transparent;
    background-image: none;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}
input.submit {
    background: #554bf9;
    background: -webkit-linear-gradient(left, #554bf9 0%, #814bf9 100%);
    background: -o-linear-gradient(left, #554bf9 0%, #814bf9 100%);
    background: linear-gradient(to right, #554bf9 0%, #814bf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#554bf9', endColorstr='#814bf9',GradientType=1 );
    color:  #fff;
    border:  none;
    width: 100%;
    font-size: 1em;
    line-height: 1.6;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    height: 43px;
}
.form-control:focus {
    border-color: #6684f2;
    outline: 0;
    box-shadow: 0px 6px 40px -10px #888;
    transition: .292s ease-in 0s;
}
label {
    margin-bottom: 6px;
    color:  #575757;
    font-weight: 600;
    font-size:  13px;
}

/*Options and Benefits*/
.optionsAndebenefits {
    margin: 30px 0 0;
}
.optionsAndebenefits h3 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: 600;
    color: #575757;
}
.optionsAndebenefits h2 {
    font-size: 1.43em;
    margin-bottom: 15px;
    font-weight: 700;
}
.options select {
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    height: 44px;
    color: #666;
    font-size: 1em;
}
.options select:focus {
    outline: 0;
}
.benefits {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0px 3px 10px -3px #f0f0f0;
    margin-bottom: 30px;
}
.benefits p {
  /*  margin: 0 0 8px; */
    font-size: 0.85em;
}
.benefits p i {
    background:  #00dbb0;
    color: #fff;
    font-size:  10px;
    font-weight: 100;
    width:  17px;
    height:  17px;
    text-align:  center;
    vertical-align: text-top;
    line-height:  17px;
    border-radius: 50%;
    margin-right: 6px;
}


/*Footer Area*/
footer {
    position:  relative;
    z-index: 2;
}
footer p {
    margin: 0;
    color:  #fff;
    font-size: 1em;
}
footer img {
    height: 80px;
    width:  auto;
    float: right;
}
/*Popup style*/
.modal-open .modal {
    padding: 0!important;
}
.modal-dialog {
    margin-top: 70px;
}
.modal-body {
    overflow-y: auto;
    max-height: 75vh;
}
.modal-body::-webkit-scrollbar { width: 4px; }
.modal-body::-webkit-scrollbar-track { background: #e5e5e5;border-radius: 3px; }
.modal-body::-webkit-scrollbar-thumb{ background: #00e4a6; border-radius: 3px; }

/*Responsive Style*/

@media (min-width: 1800px) {
	.container {max-width: 1200px;}
	.formArea {margin: 0 0 80px;}
	form {padding: 0 70px 0 0;}
}
@media (min-width: 2000px) {
	body{font-size: .73vw;}
}

@media (max-width: 991px) {
	.outerBG{height: auto;display: block; padding-top: 40px}
	.formArea {margin: 0 0 30px;}
    form {padding: 0 0px 0 0px;margin: 15px 0 0;}
    .form-control {height: 38px;}
    input.submit {height: 40px;}
    .options select { height: 38px;}
    .modal-dialog {margin-top: 50px;}
    footer {padding: 20px 0 35px; margin: 0;}
    .hide-md{ display: none;}
}
@media (max-width: 767px) {
	body{font-size: 13px;}
	.outerBG{height: auto;display: block; padding-top: 10px;}
	.options select { height: 35px;}
	.formArea {padding: 25px 0 0; margin: 0;}
    .formAreaInner {padding: 10px 15px 15px;}
    .form-control {height: 35px;}
    input.submit {height: 40px;margin-top: 15px;}
    footer {padding: 20px 0 30px; margin: 0;}
    footer img {height: 60px;}
    .modal-dialog {padding: 0px; margin-top: 15px;}
}

@media (min-height: 1280px) and (min-width: 1023px)  {
	footer { position: absolute; width: 100%; bottom: 100px;}
	.outerBG {padding-top: 0px; }

}
@media (min-height: 1300px) and (min-width: 1800px){
	footer {bottom: 150px;}
}
@media (max-height: 768px) and (min-width: 1020px)  {
	.logo img {height: 60px;} 
	.outerBG{height: calc(100vh - 60px);}

	label {margin-bottom: 3px;}
	.form-control { height: 40px;}
	.options select { height: 40px;}
	footer img { height: 60px;}
	input.submit {margin-top: 10px;height: 45px;}
	.formAreaInner {padding: 20px 60px 10px;} 
	.formArea { margin: 0 0 40px; }
	form { padding: 0 40px 0 0;}
}

#flashMessage{
	color:red;font-size:13px;
}

.text-other {
    font-size: 12px;
    text-align: center;
}
