/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;/*vertical-align:baseline;*/}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;     text-align: left;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{/*max-width:100%;*/}
ul li{list-style-type: none;}
/*end reset*/
body{
	font-family: Calibri!important;
	
}
#display tr td a
{
	color:#337ab7;
}

li.newdropdown {
    list-style-type: none!important;
    padding: 0px!important;
}


#Why_AC img {
     max-width: 100%; 
}

img {
     max-width: 100%; 
}


/*Calculators*/
.login-form ul li.text-info-newcalc {
    width: 34%;
    color: #00283a;
    font-size: 15px;
    font-weight: 400;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-left: 0.5em;
    padding: 5px 0;
	font-family: 'Ubuntu', sans-serif;
}

.login-form select {
	    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    float: left;
    background: #fff;
}

.newdropdown #divPlansTermCombo select,
.newdropdown #divPremTermCombo select {
	width: 30% !important;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    margin-left: 2px;
    float: left;
    background: #fff;
}


.login-form .twodropdwn select{
	 width: 30%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    float: left;
    background: #fff;
}

.login-form-othrinc {	
	width: 34%;
    color: #00283a;
    font-size: 16px;
    font-weight: 400;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-left: 0.5em;
    padding: 0px 0;
    font-family: 'Ubuntu', sans-serif;
}

.addbutton-new{
	float: right;
    width: 50px;
    font-size: 14px;
    color: #FFF;
    /* padding: 11px 0px 0px 18px; */
    background-color: #EA661B;
    border-radius: 9px;
    text-align: center;
    line-height: 32px;
	margin-top:10px;
	margin-right:20px;
    font-weight: 700;
}

.login-form  input[type="text"]{
    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid  #DBDBDB;
    outline: none;
    color: #222;
	float: left;
	/*background: #fff!important;*/
}

.login-form input[type="submit"]:hover{
	background:#006c3b !important;
	border: 1px solid  #DBDBDB !important;
	color: #fff !important;
}

.new-heading{
	text-align:center;
	font-weight:bold;
    font-size: 18px;
	    color: #000;
}

.new-heading-lower{
	text-align:center;
	font-weight:bold;
    font-size: 18px;
}


.finyearITcalc{
    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid  #DBDBDB;
    outline: none;
    color: #222;
	float: left;
	background:#fff;
}

.finyearITcalc-2{
	width: 30% !important;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid  #DBDBDB;
    outline: none;
    color: #222;
	margin-left:2px;
	float: left;
	background:#fff;
}

.fNextBackBtns {
    display: inline-block;
    float:none;
    min-width: 100px;
	margin:0 auto;
    padding: 8px;
    font-size: 15px;
	color:#fff;
    text-align: center;
    background: #ff9800;
    border: solid 1px #ffffff;
    border-radius: 7px;
    font-weight: bolder;
    box-shadow: 0px 7px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 7px 6px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 6px rgba(0,0,0,0.2);
}

.fNextBackBtns:hover{
	color:#fff;
}

.login-form .hedingtext {
    margin-bottom: 15px;
}

.common1000px p {
	font-size:16px;
	    color: #000;
}

.TableDivR.bold{
	font-weight:normal !important;
}

/*Loan Calc*/
.bg_cal {
    background: url(/eCRMagicIncludes/eCRMobiIncludes/images/icon_dateC1.png) right center no-repeat !important;
}

.boxsize1 {
    border-radius: 4px;
    border: 0px;
    text-align: center;
}
/*Loan Calc*/



/*Calculators*/


.newcheckbox {
    top: 10;
    margin-top: 10px;
    margin-left: 7px;
        z-index: -2 !important;}

.chekboxdiv {    margin: 0 auto;
    width: auto;
    float: left;}


.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #92c500;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


.icondate {background: url(../eCRMagicIncludes/eCRMobiIncludes/images/icon_dateC1.png) right center no-repeat rgb(255, 255, 255) !important;}


.ewtable {background-color: #fff;
    border: 1px solid #92c500;}

.teabletext {    text-align: left;}

.sipcotbale {margin: 0 auto;
    margin-bottom: 20px;}

.frm-field {

    width: 59%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    float: left;
    background: #fff;
}



.header {
    text-align: center;
    /*margin-top: 4em;*/
}
.header h1 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 400;
}
.main-section {
    width: 100%;
    margin: 10px auto 0;
	text-align: center; 
}
.login-form {
    background: #F7F7F9;
    padding: 1em 1em;
    border-radius: 0px;
}
.login-form h2 {
    font-size: 1.6em;
    text-transform: capitalize;
    color: #eee;
    text-align: left;
}
.login-form form {
    /*margin-top: 2em;*/
}
.login-form ul {
    padding: 0;
    margin: 0 0 7px 0;
}
.login-form ul li.text-info {
    width: 34%;
    color: #00283a;
    font-size: 1em;
    font-weight: 400;
    float: left;
    padding-top: 0;
    text-align: left;
    margin-left: 00em;
	padding: 9px 0;
}
.login-form form input[type="text"],.login-form form textarea {
    width: 61%;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid  #DBDBDB;
    outline: none;
    color: #222;
	float: left;
	background:#fff;
}
.login-form p {
    font-size: 15px;
    margin: 10px 0;
    text-align: left;
    line-height: 1.8em;
    color: #91a0b5;
}
.login-form textarea{
	height:120px;
	resize:none;
}
.login-form input[type="button"] {
   font-size: 16px;
    padding: .8em 1em;
    text-transform: capitalize;
    border: none;
    outline: none;
    background:#ff9800;
    color: #fff;
    cursor: pointer;
	width: 35%;
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 0 0em;
	/*float:right;*/
}
.forgot {
    font-size: .85em;
    color: #777;
}
.login-form input[type="submit"]:hover {
    background: #92c500;
	 transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/**responsive*/
@media(max-width:1440px){
.main-section {
    width: 44%;
}
}
/*-- agileits --*/
@media(max-width:1366px){
.main-section {
    width: 100%;
}

.main-section_new {
    width: 62%;
    margin: 0 auto;
}
}
@media(max-width:1280px){
.main-section {
    width: 85%;
}
}
@media(max-width:1080px){
.main-section {
    width: 100%;
}
.header h1 {
    font-size: 2.8em;
}
.header {
    text-align: center;
    margin-top: 0em;
}
.login-form h2 {
    font-size: 1.5em;
}
.login-form h4 {
    font-size: 1.1em;
}

}

@media(max-width:550px){
	.main-section_new {
    width: 100%;
    margin: 0 auto;
}
}

@media(max-width:991px){
.main-section {
    width: 100%;
}
/*New Calculator*/
.login-form input[type="text"]{
    width: 94%;
}

.login-form ul li.text-info-newcalc {
    width: 100%;
    float: none;
    text-align: left;
    padding: 10px 0;
}

.finyearITcalc{
	width:94%;
}

.finyearITcalc-2{
	width: 46%;
}

.login-form select {
	    width: 94%;
}

/*New Calculator*/
}
@media(max-width:800px){
.main-section {
    width: 79%;
}
}
@media(max-width:768px){
.main-section {
    width: 82%;
}
}@media(max-width:736px){
.main-section {
    width: 86%;
}
}
@media(max-width:667px){
.main-section {
    width: 73%;
}

/*New Calculator*/
.login-form input[type="text"]{
    width: 94%;
}

.login-form ul li.text-info-newcalc {
    width: 100%;
    float: none;
    text-align: left;
    padding: 10px 0;
}

/*New Calculator*/
/*-- w3layouts --*/
.login-form ul li.text-info {
    width: 100%;
    float: none;
    text-align: left;
    padding: 10px 0;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 94%;
}
.login-form ul {
    margin: 0 0 10px 0;
}




}
@media(max-width:640px){
.main-section {
    width: 75%;
}
.header h1 {
    font-size: 2.8em;
}
}
@media (max-width: 480px){
.main-section {
    width: 100%;
	margin: 0em auto 0
}
.header {
    text-align: center;
    margin-top: 0em;
}
.login-form {
    padding: 1em 1em;
}
.login-form h2 {
    font-size: 1.4em;
}
.login-form ul li.text-info {
    font-size: 0.9em;
	}
.login-form input[type="submit"] {
    font-size: 0.95em;
}
.footer {
    text-align: center;
    padding: 2em 0;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 95%;
}
/*-- agileits --*/
.login-form p {
    font-size: 13px;
}
}
@media (max-width: 414px){
.login-form input[type="submit"] {
    width: 38%;
}
.header h1 {
    font-size: 2.5em;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 93.5%;
}
.footer p {
    padding: 0 5px;
}
}
@media (max-width: 384px){
.header h1 {
    font-size: 2.3em;
}
}
@media (max-width: 375px){
.login-form input[type="submit"] {
   width: 55%;
 }
.login-form p {
    line-height: 1.5em;
}
.login-form h2 {
    font-size: 1.2em;
}
.login-form h4 {
    font-size: 1em;
}
.login-form ul li.text-info {
    padding-bottom: .5em;
}
.login-form form input[type="text"], .login-form form textarea{
   width: 94.5%;
       margin-right: 3%;
}
.login-form form {
    margin-top: 1em;
}
.login-form input[type="submit"] {
    margin: 0;
}
/*-- w3layouts --*/
.login-form ul {
    padding: 0;
    margin: 0px 0 10px 0;
}
.social-icons {
    margin-top: 1em;
}
.footer p {
    font-size: .9em;
}
}
@media (max-width: 320px){
.header h1 {
    font-size: 2em;
}
.login-form form input[type="text"], .login-form form textarea {
    width: 91.5%;
}
}

@media only screen and (min-width: 320px) and (max-width: 990px){
.newdropdown #divPlansTermCombo select,
.newdropdown #divPremTermCombo select {
	width: 46% !important;
    padding: 8px;
    font-size: 1em;
    font-weight: 400;
    border: 1px solid #DBDBDB;
    outline: none;
    color: #222;
    margin-left: 2px;
    float: left;
    background: #fff;
}
}

@media only screen and (min-width: 321px) and (max-width: 377px){
.leftTableDiv {
    width: 100% !important;
	
}
.rightTableDiv {
    width: 100% !important;
}
}

@media only screen and (min-width: 1377px) and (max-width: 1600px){
	.login-form  input[type="text"]{
		width: 50%;
	}
	
	.finyearITcalc{
		width: 50%;
	}
	
	.login-form select {
	    width: 50%;
	}
		
	.table_responsive1 table{    
		width: 86%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.newdropdown #divPlansTermCombo select, .newdropdown #divPremTermCombo select{
	    width: 25% !important;
	}
}


}
#frmeCRMagic .mydrpdwn{margin-bottom: 10px;}