@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

body{
	font-family: 'Raleway', sans-serif;
}

.header{
	width: 100%;
	float: left;
}

.header img{
	width: 60%;
	padding-top: 14px;
}

.section1{
	width: 100%;
	float: left;
}

.section1 h3{
	color: #000;
	font-weight: 600;
}

.section1 span{
	color: #f00;
}

.section1 .left table{
	width: 100%;
}


.section1 .left table tr td{
	font-size: 17px;
	padding: 5px !important;
}

.section1 input[type=text], .section1 input[type=email]{
	width: 100%;
	padding: 5px;
	display:block;
	border: 1px solid #000;
}

.section1 select{
	width: 100%;
padding: 6px 5px;
border: 1px solid #000;
}

.section1 .right table{
	width: 100%;
}

.section1 .right table tr td{
	padding: 6px;
	font-size: 20px;
	border: 1px solid #b2b2b2;
}

.section1 .right table tr th{
	padding: 10px;
	font-size: 20px;
	background: #e9e9e9;
	font-weight: 100;
	color: #797979;
	border: 1px solid #b2b2b2;
}

.section1 .right .left{
	padding: 6px;
	font-size: 20px;
	background: #eaeaea;
	font-weight: 100;
	color: #797979;
}

.section1 .right .saving{
	padding: 6px;
	font-size: 20px;
	background: #eaeaea;
	font-weight: bold;
	color: #000000;	
}

.section1 .right .addition{
	background: #0a6845;
	color: #fff;
}

.section1 .right .submit input[type=submit]{
	font-size: 2rem;
border-radius: 5px;
padding: 5px 15px !important;
height: 43px;
border-color: #085136 !important;
background-color: #085136 !important;
color: #ffffff !important;
font-weight: 400;
text-transform: capitalize;
width: 30% !important;
}



