@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body{
	font-family: 'Roboto', sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;}

.logo_wrapper{
	width:100%;
	text-align:center;
	display:block;
	margin:45px 0px 30px 0px;}

.dis_wrap{
	width:100%;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:25px;}

.search_wrap{
	max-width:600px;
	margin:30px auto 0px auto;
	padding:6px 12px;
	display:flex;
	background-color:#fff;
	border-radius:7px;
	box-shadow:0px 0px 8px #818181;}

.input156{
	width:70%;
	height:50px;
	border:solid 0px #fff;}

.input157{
	width:30%;
	border-radius:7px;
	height:50px;
	color:#fff;
	font-size:17px;
	letter-spacing:1px;
	font-weight:500;
	border:solid 1px #01a6d6;
	background-color:#01a6d6;}

.input157:hover{
	background-color:#0085ac;}

.error_wrap{
	width:100%;
	display:block;
	padding:20px 0px;
	text-align:center;
	color:#FF0000;}

.down_wrap{
	width:100%;
	min-height:200px;
	text-align:center;
	display:block;
	text-align:center;}

.down_wrap h4{
	margin-bottom:25px;}

.download_wrap{
	width:100%;
	display:block;
	margin:15px 0px 0px 0px;
	text-align:center;}

.download_wrap a{
	width:180px;
	display:inline-block;
	background-color:#0085ac;
	padding:13px 10px;
	margin:0px 7px;
	letter-spacing:.5px;
	border-radius:8px;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	color:#fff;}

.download_wrap a:hover{
	background-color:#017090;}

.fot_wrap{
	text-align:center;
	font-size:14.5px;
	padding:30px 0px 15px 0px;
	font-weight:500;
	color:#202020;}

input[type=text]:focus {
	outline:0;
	border:0px !important;}

@media screen and (max-width: 950px){
.dis_wrap{
    font-size: 13.5px;
    line-height: 20px;}

.search_wrap{
	display:block;}

.input156{
	width:100%;
	display:block;
	text-align:center;}

.input157{
	width:100%;
	display:block;
	text-align:center;}

.download_wrap a{
	width:auto;
	margin:0px 10px;
	padding:10px 20px;}
}