*{
	margin:0px;
	padding:0px;
}
.dark {
	background-color: #2F2E2E;
	color: #fff;
}
.wrapper {
	width: auto;
	margin: auto;
	height: auto;
}

.light {
	background-color: white;
	height: 90px;	
}
#top_left{
	display:inline-block;
	margin-left: 20px;
}
#top_right{
	float: right;
	margin-right: 20px;
}
.dark {
	height: 30px;
	line-height: 30px;
}

#logo_left {
	display: inline-block;
	margin-top: 5px;
	margin-left: 20px;
	}
#search {
	float: right;
	display: inline-block;
	margin-top: 30px;
	margin-right: 20px;
}
#textstyle {
	height: 20px;
	width: 180px;
	border-radius: 6px;
}
#button {
	background-color: green;
	color: white;
	padding: 3px;
	width: 70px;
	border-color: green;
	border-radius:6px;
}
#clear {
	clear: both;
}
#dropbox {
	width: 100%;
	height: 30px;
	background-color:#080F61;
	display: flex;
}
#dropbox ul{
	list-style: none;
	position: absolute;
	margin-left: 120px;
}

#dropbox ul li
{
	width: 130px;
	height: 30px;
	line-height:10px;

	float: left;
	text-align: center;

} 
#dropbox ul li a 
{
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 30px;
	float:none;
}

#dropbox ul li ul a {
	color: black;
	text-align: left;
}
#dropbox ul li:hover {
	
	}

#dropbox ul li a:hover
{
	background-color: #F40808;
	color: #fff;
	display: block;
}

#dropbox ul ul {
	position: absolute;
	display: none;
}

#dropbox ul li:hover > ul {
	display: block;
	margin-left: 0px;
	width: 180px;
	line-height: 30px;
	background-color: #fff;
	border: 1px solid #C7C5C5;
	color: black;
}
#dropbox ul li:hover > ul li {
	display: block;
	margin-left: 0px;
	width: 180px;
	line-height: 30px;
	background-color: #fff;
	color: #fff;
	text-align: center;
}
#highlighter {
	width: 100%;
	height: 30px;
	background-color:#080F61;
	float: center;
}
#highlighter ul{
	margin-left: 150px;
	list-style: none;
	position: absolute;
	float:left;
}
#highlighter ul li
{
	width: 155px;
	height: 30px;
	line-height:10px;
	text-align: center;
	float: left;
} 
#highlighter ul li a 
{
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 30px;
}

#highlighter ul li ul a {
	color: black;
}
#highlighter ul li:hover {
	background-color: #F40808;
}

#highlighter ul li a:hover
{
	background-color: #F40808;
	color: #fff;
	display: block;
}

#highlighter ul ul {
	position: absolute;
	display: none;
}

#highlighter ul li:hover > ul {
	display: block;
	width: 155px;
	line-height: 30px;
	background-color: #fff;
	color: #fff;
	text-align: center;
}
#goto {
	display: block;
}
#gotoli {
	background-color: #F40808;
	width: 130px;
	height: 90px;
	text-align: center;
}
#links {
	margin-top: 60px;
	width: 100%px;
	height: 300px;
	margin: auto;
}
#links_left {
	margin-top: 60px;
	margin-left: 35px;
	width: 450px;
	height: 220px;
	float: left;
}
#links_middle {
	margin-top: 60px;
	width: 210px;
	height: 220px;
	float: left;
}

#links_right {
	margin-top: 60px;
	margin-left:45px;
	width: 450px;
	height: 220px;
	float: left;
}


#online1 {
	width: 210px;
	height: 212px;
	border: 1px solid #C0BCBC;
}

a {
	text-decoration: none;
	color: black;
}
p
{  
	text-align: justify;
	padding-right: 35px;
	line-height: 30px;
}
h3
{
	padding-top: 20px;
	padding-bottom: 20PX;
	margin: auto;
	text-align: center;
}
h1
{
	padding-top: 10px;
	padding-bottom: 20PX;
	text-align: center;
}
u {
	color: #FC0206
}

#fair
{
	border: solid gray;
	padding: 30px;
	width: 900px;
	margin: auto;
}
#text_guidline {
	margin-top: 50px;
	line-height: 22px;
}

#footer {
	width: 100%;
	height: 500px;
	margin: auto;
	border-top: 1px solid #C0BCBC;
	
}
#footer_col1 {
	padding-top: 40px;
	padding-left: 40px;
	line-height: 25px;
	float: left;
	
}

#footer_col2 {
	padding-top: 40px;
	padding-left: 30px;
	line-height: 25px;
	float: left;
}

#footer_col3 {
	padding-top: 40px;
	padding-left: 30px;
	line-height: 25px;
	float: left;
}

#footer_col4 {
	padding-top: 40px;
	padding-left: 30px;
	line-height: 25px;
	float: left;
}

#footer_col5 {
	padding-top: 40px;
	padding-left: 30px;
	line-height: 25px;
	text-align: left;
	float: left;
}
#interest {
	margin-top: 50px;
	margin-left: 250px;
	padding-left: 5px;
	width: 800px;
	height: auto;
	text-align: justify;
}
th {
	text-align: left;
	padding-left: 30px;
}
td {
	text-align: left;
	padding-left: 30px;
	line-height: 30px;
}
#Email {
	text-align: justify;
	color: white;
}
#emicalculation{
	margin-top: 80px;
	width: 500px;
	margin-left: 450px;
	height: 450px;
	}

.loan-calculator {
	font-family: "Roboto", sans-serif;
	width: 500px;
	height: 150px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background:#151515;
	box-shadow: 0 12px 50px -11px rgb(0, 0, 0, 0.2);
	border-radius: 0px;
	color:#FFFFFF;
	overflow: hidden;
}
.loan-calculator,
.loan-calculator * {
	box-sizing: border-box;
}
.loan-calculator.top {
	background: #1E1D1D;
	color: #fff;
	padding: 32px;
	}
.loan-calculator .top h2{
	margin-top: 0;
	margin-bottom: 10px;
}
.loan-calculator form {
	margin-top: 20px;
	display: flex;
	column-gap: 10px;
	justify-content:space-around;
}
.loan-calculator .title{
	margin-bottom: 16px;
	justify-content: space-between;
}
.loan-calculator form input {
	font-size: 15px;
	margin-top: 0px;
	padding: 5px 15px ;
	width: 100%;
	}
.loan-calculator .result{
	display: flex;
	background-color: #F3D5D6;
	}
.loan-calculator .result .left {
	float: left;
	margin-left: 0px;
	width: 600px;
	padding: 8px 32px;
	}
.loan-calculator .left h3 {
	padding-left: 0px;
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 5px;
	}
.loan-calculator .result .value {
	font-size: 10px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(20,33,61,0.2)
}
.loan-calculator .result .value:: before {
	font-size: 18px;
	font-weight: 400;
	margin-right: 6px;
	opacity: 0.4;
}
.left {
	background-color:#DFDFDF;
	float: left;
	margin-top: 0px;
	margin: 0px;
	width: 500px;
	height: 300px;
}
.loan-emi {
	text-align: left;
}
h3 {
	height: 10px;
	margin-top: 15px;
	text-align: left;
	padding-left: 15px;
}
.value
{
	margin-left: 15px;
	font-size: 18px;
	margin-bottom: inherit;
}
.calculate
{
	font-size: 24px;
	font-weight: 600;
	margin-top: 60px;
	padding: 5px 15px;
	background-color:#FB0509;
	color: white;
	border: none;
	border-radius: 8px;
	cursor: pointer;	
}
.close {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	padding: 5px 15px;
	color: black;
	border: none;
	border-radius: 8px;
	cursor: pointer;	
}
img {
	width:100%; 
		
}

.profile {
	width:80%;
	margin: 30px auto;
}
.contact-box{
	background: #fff;
	display:flex;
}
.contact-left {
	float: left;
	text-align: left;
	flex-basis:20%;
   	background-color:#E4E4E4;
	border-radius: 5px;
	border:thick #F1080C;
	height: 250px;
		
}

.contact-right {
	flex-basis:80%;
    margin-left: 20px;
	background:#fff;
	color:#050000;
}
.contact-left p {
		border-bottom: 1px solid #fff;
	
}
h1{
	margin-bottom: 10px;
}
h2{
	margin-bottom: 10px;
}
.contact-left h4 {
	height: 25px;
	text-align: left;
	font-size: 24px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	margin-bottom: 0px;
	padding: 10px;
	background-color:#3FA037;
	color: #fff;
	border-radius: 10px;
}
.contact-right h3{
	font-weight: 600;
	margin-bottom: 30px;
}
.contact-right h5 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 24px;
	border-bottom: 1px solid #C0BCBC;

}
.contact-right p1 {
	font-size: 22px;
}
.contact-right p{
	margin-top: 10px;
	margin-left: 0px;
	}
.mainpoint {
	width: auto;
	margin-bottom: 10px;
}
.contact-left p {
	margin-left: 15px;
	border-bottom-color: 1px solid #fff; 
}
#p2 {
	text-align: center;
	font-size: 28px;
	font: bold;
	
}
#p3 {
	text-align: center;
	font-size: 18px;

}
#p4 {
	margin-top: 24px;
	font-size: 28px;
	text-align: center;
}

#p5 {
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
}

