* {
	box-sizing: border-box; 
}
html, body  { 
	height: 100%;
	width: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000001;
  font-weight: 400;
  background-color: #f8f8f8;
}
a:focus {
  outline: none;
}
/*select {
	-webkit-appearance: none;  
		-moz-appearance: none;
        appearance:none;
}*/
input[type="button"]:disabled {
	background: #dddddd !important;
}
/*ENDS INITIAL SETUP*/
.outer-container {
	border-radius: 10px;
	box-shadow: 0px 0px 16px 3px rgba(0,0,0,0.1);
	margin: 30px 0;
}
@media(max-width:600px){
	.top-margin{
		margin-top: 110px;
	}
}
.eqWrap {
	display: flex;
}
.eq {
	padding: 20px;
}
.eq:nth-of-type(odd) {
	background-color: #21e19a;
	background-color: #86B049;
	background-color: #476930;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.eq:nth-of-type(even) {
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.equalHW {
	flex: 1;
	display: flex;
    align-items: center;
}
.left-section {
	text-align: center;
	padding:35px;
}
.left-section h1 {
	margin-top: 0px;
	color: #fff;
}
.left-section .marathi-text{
	line-height: 1.4em;
}
.left-section h5.marathi-text{
	line-height: 1.6em;
	font-size: large;
}
.right-section h3 {
	margin-top: 0px;
	text-align: center;
	font-weight: 500;
}
.form-container {
	margin: 20px 0;
}
.form-container .form-group label {
	color: #686868;
	font-weight: 500;
}
.form-container .form-group .form-control {
	box-shadow: none;
	height: 40px !important;
	color: #000;
	font-weight: 500;
}
.form-container .form-group .form-control:focus {
	box-shadow: none;
	border-color: rgb(155, 155, 155);
}
.button-container {
	text-align: center;
	margin: 50px 0 20px 0;
}
.btn-standard {
	background-color: #21e19a;
	background-color: #86B049;
	background-color: #476930;
	/*color: #333;*/
	padding: 10px 50px;
	font-size: 17px;
	font-weight: 500;
	border:0;
	border-radius: 5px;
	color:#fff;
}
.text-link {
	text-align: center;
	margin: 0;
	/*font-size: 13px;*/
}
.red{
	color: #ff0000;
}
.bold{
	font-weight: bold;
}
/* ------ profile page ------ */
.profile-container {
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 10px;
}
.profile-header {
	text-align: center;
	margin-bottom: 25px;
}
.profile-header h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.profile-header p {
	margin: 0;
}
.address-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.address-box p {
	margin-right: 30px;
	color: #686868;
	font-weight: 500;
}

/* ----- Media queries ----- */
@media (min-width: 980px) and (max-width: 1200px) {}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {
	.eqWrap {
		flex-direction: column;
	}
	.eq:nth-of-type(odd) {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 10px;
	}
	.eq:nth-of-type(even) {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 10px;
	}
}
@media (max-width: 480px) {}
