﻿

.emicalculator{
	float: left;
	width: 100%;
	padding:50px 0px;
	background-color:#fff;
}
#outer{
    width:600px;
    text-align:center;
}
 #cover{
    background-color: #e2e2e2;
    padding: 50px 10px;
    border-radius: 9px;
    box-shadow: 5px 5px 13px #c7b9b9;
}
 .main{
    table-layout:fixed;
    width:94%;
    border:0;
    border-collapse:collapse;
    margin:0 auto;
}
 .main td{
    padding:0 8px;
    vertical-align:middle;
    text-align:left;
    border:0;
    height: 35px;
}
 .main input{
    width:96%;
    border:1px solid #ccc;
    margin:2px 0;
    padding:0 2%;
    height:27px;
    text-align:left;
    font:500 13px arial;
}
 .main select{
    width:100%;
    border:1px solid #ccc;
    margin:2px 0;
    background:#fff;
    height:18px;
    font:500 13px arial;
}
.w50{
    width:50%
}
.main button{
    width:40%;
    font:600 13px arial;
    margin:2px 10px;
}
.buttons td{
	padding: 20px 0px;
}
.btn-default-blue {
  background: #181780;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-blue:hover {
  background: #222222;
  color: #ffffff;
}
/*emicalculator css ends*/



.btn-default-black {
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-black:hover {
  background: #181780;
  color: #ffffff;
}
.btn-default-black i {
  font-size: 14px;
  padding-left: 10px;
}




































/*.business-theme {
    line-height: 26px;
}

.business-theme .our-project .business-title-one {
    margin-bottom: 70px;
}

.business-title-one {
    text-align: center;
}

.business-title-one .wrapper {
    display: inline-block;
    text-align: left;
}

.business-title-one h6 {
    font-family: source sans pro,sans-serif;
    font-size: 16px;
}

.business-title-one h2 {
    font-weight: 700;
    font-variant: small-caps;
    margin: 8px 0 14px;
}

.business-title-one span {
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 55px;
}

.business-title-one span a:hover {
    background: #02b5ff;
}

.business-title-one p {
    font-size: 18px;
    color: rgba(0,0,0,.7);
    margin-top: 28px;
}

.img {
    position: relative;
    overflow: hidden;
    background: #000;
}

.business-theme .our-project .single-project .title {
    border: 1px solid #e9e4e4;
    margin-top: -1px;
    margin-bottom: 30px;
    padding: 25px 45px 25px 40px;
}

.tran3s{
    transition: all .3s ease-in-out;
}

.float-left {
    float: left;
}

.business-theme .our-project .single-project .title>a {
    width: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
a:visited {
    text-decoration: none;
    outline: none;
}*/

















