@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{background: rgba(116,168,252,1);
background: -moz-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116,168,252,1)), color-stop(100%, rgba(224,238,255,1)));
background: -webkit-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -o-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -ms-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: linear-gradient(to bottom, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a8fc', endColorstr='#e0eeff', GradientType=0 );}
.content{padding:30px;font-family: 'open_sansregular'; font-size:14px; line-height:24px; text-align:justify; color:#333;}
.address{padding:10px 0px;font-family: 'open_sansregular'; font-size:14px; line-height:24px; text-align:justify; width:100%;}
.address li{float:left; padding:10px 13px; list-style:none; background:#fff;}
.address li a{text-decoration:none;}
.hdr{font-family: 'open_sansregular'; font-size:30px; margin-top:20px;}
.hdr1{font-family: 'open_sansregular'; font-size:30px; margin-top:30px;text-align: center;
    padding: 9px 20px;
    display: table;
	margin-bottom:20px!important;
    margin: -10px auto 0;
	 background: rgba(116,168,252,1);
background: -moz-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116,168,252,1)), color-stop(100%, rgba(224,238,255,1)));
background: -webkit-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -o-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: -ms-linear-gradient(top, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
background: linear-gradient(to bottom, rgba(116,168,252,1) 0%, rgba(224,238,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74a8fc', endColorstr='#e0eeff', GradientType=0 );}
.img-con img{float:right; margin-top:15px;}
.form{margin:20px 0px;}
.field{font-weight:600;}
.field-style{padding:4px; border:1px solid #fff; margin-bottom:10px; width:100%;}
.b-style{padding:4px 13px; color:#fff; background-color:#333; border:1px solid #333;}

@media screen and (max-width:450px){
	.hdr{font-size:23px;}
	.hdr1{font-size:23px;}
	
}

@media screen and (max-width:723px){
	.address li{width:100%; margin-top:10px; padding:10px; text-align:left;}
}
@media screen and (max-width:991px){
	.img-con img{float:none; margin-bottom:10px;}
}