@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
body
{
	background:#f0f6ff !important;
	margin: 0px auto;
	font-family: "Raleway", Sans-serif;
}


.logo{
	
	width: 130px;
	
}

.head_top{
	background: #282562; 
	
padding: 7px 0px 11px;
	color: #fff; 

}


.footer{
	background: #282562; 
	padding: 9px 0px 5px;
	color: #fff; 
	margin-top: 20px;
	clear: both;

width: 100%;
bottom: 0px;
}


.footer p{ color: #fff;	font-family: "Raleway", Sans-serif;}

@media ( max-width:768px)

{
	.bx h2 { font-size: 20px;}
	
	.head_top .col-md-5{ text-align: center !important;
		
		
	}
	
	.head_top a{}
	
	.logo {
    width: 97px !important;
    margin-top: 0px !important;
    margin: auto !important;
}
	
	
	
	.main
{
	width: 98% !important;	font-family: "Raleway", Sans-serif;
	margin: auto;	background: #fff; 
	
}
}
.main
{
	width: 700px;
	margin: auto;
		background: #fff;
	padding: 15px 25px;font-family: "Raleway", Sans-serif;

}
.main-bt{	margin-bottom: 300px;}

.txt{text-align: right; float: right; margin-top: 12px;}
.main a { text-decoration: none; color: #2a2a2a; 	font-family: "Raleway", Sans-serif;}


.main a:hover {text-decoration: none; color: #673ab7; 	font-family: "Raleway", Sans-serif;}

.main .btn-primary1:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9bff),to(#478cfe));
    background-image: linear-gradient(to bottom,#5f9bff 0%,#478cfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF',endColorstr='#FF478CFE',GradientType=0);
    background-repeat: repeat-x;
    border-color: #3479eb;
		cursor: pointer;
	 color: #fff;
}


.main .btn-primary1 {
color: #fff;
    background-color: #478cfe;
    border-color: #3479eb;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9bff),color-stop(50%,#478cfe),to(#3479eb));
    background-image: linear-gradient(#5f9bff,#478cfe 50%,#3479eb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF',endColorstr='#FF3479EB',GradientType=0);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0,0,0,.13), inset 0 2px 0 rgba(255,255,255,.1);
    box-shadow: 0 1.5px 2.5px rgba(0,0,0,.13), inset 0 2px 0 rgba(255,255,255,.1);
}


.main .btn-primary {
 color: #fff;
    background-color: #478cfe;
    border-color: #3479eb;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9bff),color-stop(50%,#478cfe),to(#3479eb));
    background-image: linear-gradient(#5f9bff,#478cfe 50%,#3479eb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF',endColorstr='#FF3479EB',GradientType=0);
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1.5px 2.5px rgba(0,0,0,.13), inset 0 2px 0 rgba(255,255,255,.1);
    box-shadow: 0 1.5px 2.5px rgba(0,0,0,.13), inset 0 2px 0 rgba(255,255,255,.1);
}



.main .btn-primary:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5f9bff),to(#478cfe));
    background-image: linear-gradient(to bottom,#5f9bff 0%,#478cfe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5F9BFF',endColorstr='#FF478CFE',GradientType=0);
    background-repeat: repeat-x;
    border-color: #3479eb;
	 color: #fff;
	
}

.bx{
	 	font-family: "Raleway", Sans-serif;
	width: 100%;
 padding: 0px 20px;

	clear: both;
	border-radius: 10px;
	
	
}

.bx .col-lg-7{
	
	width: 100%;
}

.bx h2{ margin-top: 5px; color: #29a9e1; 	font-family: "Raleway", Sans-serif;}



.bx .form-control
{ 
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9e7f7;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

}

.bx i
{ 
	color: #FF0004;
}



.bx p
{ 	font-family: "Raleway", Sans-serif;
	font-size: 13px; 
	padding-top: 3px;
}


.bx h6
{ 	font-family: "Raleway", Sans-serif;
	font-size: 17px; 
	background: #29a9e1;
	color: #fff;
	border-top-right-radius:  10px;
	border-top-left-radius:  10px;
	margin-bottom: 0px;
	
}

.bx_top{border-top: #29a9e1 8px solid}


.bx-terms h2{ margin-top: 5px; color: #29a9e1; 	font-family: "Raleway", Sans-serif;}




.bx-terms{
	 height: auto !important;

	 float: left;
	 width: 100%;
	clear: both;
	 padding: 10px 25px;
	
 }
