@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');		
		body{font-family: 'Open Sans', sans-serif;}

body {background: no-repeat bottom center url("../images/bg.png")}

header {    padding: 15px 0;
    background: #eee;} 

header .btn-outline-danger {color: #e35325;
    border-color: #e35325;
    margin-top: 5px;}


header .btn-outline-danger:hover {
    color: #fff;
    background-color: #e35325;
    border-color: #e35325;
}

.banner_bg {
	padding: 40px 0;
	background: rgb(120,53,32);
background: linear-gradient(90deg, rgba(120,53,32,1) 0%, rgba(34,31,31,1) 77%);
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	margin: 0px 0 30px 0;
}

footer {
	background: #14141E;
	padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
	margin-top: 10px;
}

.form_bg {padding: 35px 30px 12px 30px;
    background: #ededed;
margin: 20px 0 20px 55px;}

.form_bg .btn-primary {color: #fff;
    background-color: #e35325;
    border-color: #e35325;
}

.tab_box {position: relative;width: auto;
  height: auto;
}

.tab_img {
position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    width: auto;
    height: 253px;
}

.form_t {font-size: 12px;
line-height: 14px; color: #686868cc;}


.banner_bg .hdng {font-size: 24px;}

.banner_bg .hdng1 {font-size: 24px;}


.lft-cnt p {line-height: 29px}

.discl {    font-size: 9px;
    line-height: 14px;
    color: #666666;	
	border-top: 1px solid #cccccc;
    padding: 20px 10px;
    border-bottom: 1px solid #cccccc;
    margin: 0;
}





@media only screen and (max-width: 480px) {
	.tab_img {position: initial !important;}
	.banner_bg .hdng {font-size: 26px !important;}
	.banner_bg {margin: 0px 0 50px 0 !important;padding: 30px 0 !important;}
	.form_bg {margin: 10px !important;}
}

@media only screen and (max-width: 768px) {
  
}

@media only screen and (max-width: 1024px) {
	
	.tab_img {position: initial !important;}
	.banner_bg .hdng {font-size: 26px !important;}
	.banner_bg {margin: 0px 0 50px 0 !important;padding: 30px 0 !important;}
	.form_bg {margin: 10px !important;}
  
}















