.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

        .auto-style1 {
            position: relative;
            min-height: 1px;
            float: left;
            width: 100%;
            height: 113px;
            left: 0px;
            top: -20px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .auto-style2 {
            position: relative;
            min-height: 1px;
            float: left;
            width: 100%;
            left: 2px;
            top: -1px;
            height: 129px;
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 0px;
        }

        .auto-style3 {
            border-style: none;
            border-color: inherit;
            border-width: medium;
        }

        .auto-style4 {
            border-radius: 0;
            border: 1px solid #CECECE;
            padding: 9px 5px;
            font-size: 14px;
            font-weight: 300;
            box-shadow: none;
            color: #1a1a1a;
            letter-spacing: 0.05em;
        }

.logo {
    font-size: 22px;
    color: #00B0F0;
}
.logo span {
    font-size: 25px;
    color: #0070C0;
}
 .logo i {
    color: #BFBFBF;
    font-style: normal;
}

.or {
    margin: 20px 0;
    text-align: center;
}

.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
body{
	margin: 0;
	padding: 0;
	
	 font-size: 14px;
    line-height: 1.42857;
    overflow-x: hidden;
}

.rightAlignwithRs{
    text-align: right;
    background-image: url(~/assets/images/Rs_Symbol.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	 color: #3b73af;
}

.aside{
 /*border-right: 1px solid #ccc;*/
    box-sizing: border-box;
    padding: 10px 30px 20px;
    width: 18%;
    background: #fff;
    float:left;
}

.primary-list a{
	display: block;
    letter-spacing: 1px;
    padding: 5px 3px;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.primary-list a:hover{
background-color: #e6e6e6;
color: #3b73af;
}

.primary-list .active a {
    color:#000;
}





.primary-list li > ul{
	padding-left:15px;
	margin-left: 15px;
}
.primary-list li > ul ul{
	margin-left: 0;
}

.primary-list li > ul{
	position: relative;
}

.primary-list li > ul ul{
	position: initial;
}

.primary-list li > ul:before{
	  background: #ccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 95.2%;
    left: 0;
    position: absolute;
    top: 1px;
    width: 1px;
}


.primary-list li ul ul ul{
	margin-left:7px;
}

.primary-list li ul > li > a{
	position: relative;
}

.primary-list li ul ul li a{
	position: initial;
}

.primary-list li ul li a:before{
	 background: #ccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: -14px;
    position: absolute;
    top: 14px;
    width: 6px;
}

.primary-list li ul ul li a:before{
	background: none;
}




.content{
	    width: 82%;
    float: left;
    padding-right: 21px;
    box-sizing: border-box;
}

.nav{
	  /*background: rgb(245, 245, 245);*/
	  /*border-bottom: 1px solid #ddd;*/
	  float: right;
}

.nav ul{
	float:left;
}

.nav ul li{
	float:left;
}

.nav ul li a{
	  color: rgb(89, 89, 89);
    display: block;
    font-size: 14px;
    padding: 11px 15px;
    border-bottom: 1px solid #fff;	
}

.nav ul li a:hover{
	 
    color:blue;
    border-bottom:1px solid blue;
    background:white;
}


.period-wrapper{
	float:right;
	 padding: 11px 13px;
}

.period-wrapper strong{
	 display: inline-block;
    font-size: 13px;
    font-weight: 200;
    margin-right: 12px;
}

.period-wrapper a{
	 display: inline-block;
    font-size: 13px;
    font-weight: 200;

}

.period-wrapper a:hover{
	text-decoration: underline;
}




.setting-wrap{
	float:right;
	 font-size: 0.9em;
    letter-spacing: 0.75px;
    position: relative;
}

.setting-wrap img {
    display: inline-block;
    margin: 0 0 0 2px;
    vertical-align: super;
    cursor:pointer;
}
.setting-wrap ul{
	  background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0,0,0,.2);;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-sizing: border-box;
    display: none;
    min-width: 180px;
    position: absolute;
    right: 0;
    top: 40px;
    /*border-radius: 5px;*/
}



.setting-wrap ul li a{
	background:#fff;
	padding:6px 15px;
	display:block;
	color:#1F252F;
	font-weight: 300;
	    font-family: arial,sans-serif;
	    letter-spacing: 1px;
}

.setting-wrap ul li a:hover{
background:	rgb(245, 245, 245);

}

.sett-btn{
	border: 1px solid rgb(248, 248, 248);
    padding: 3px 13px;
    background: rgb(245, 245, 245);
}


.sett-btn a{
	font-size: 25px;
	border:none;
}




.header {
    /*border-bottom: 1px solid #eaeaea;*/
    padding: 5px 20px 5px;
   
}





.aside {
    height: 669px;
    overflow-y: auto;
}



/*calender start here*/

.table-wrap ul li a {
    background: rgb(245, 245, 245) none repeat scroll 0 0;
    display: inline-block;
    min-width: 77.6px;
    padding: 10px 5px;
    text-align: center;
    text-transform: capitalize;
        color: #7f7f7f;
    text-decoration: none;
    font-size: 16px;
}

li, dt {
    line-height: 1.5em;
}

.table-wrap ul li {
    float: left;}
    
    
    .table-wrap.clearfix:first-child > div {
    border-bottom: 1px solid rgb(248, 248, 248);
    padding: 8px 11px 10px;
}

.table-wrap strong {
    font-weight: 400;
    font-size: 16px;
}

.table-wrap select {
    -moz-appearance: none;
    -webkit-appearance:none;
    -o-appearance:none;
    background: rgba(0, 0, 0, 0) url("../images/arr-a.png") no-repeat scroll right center;
    border: medium none;
    width: 117px;
    color: inherit;
    font-family: "Open Sans",sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.table-wrap select:focus{
	outline: none;
}


.table-wrap.clearfix {
    border: 1px solid rgb(248, 248, 248);
}

.calender{
	 background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 187px;
    width: 265px;
}

.table-wrap ul li a:hover, .table-wrap ul li.active a {
    background: #fff none repeat scroll 0 0;
}

.ok-btn {
    margin: 7px 8px;
    float: right;
   min-width: 100px;
}

.cancil-btn{
	float: left;
	 margin: 7px 8px;
	  min-width: 100px;
}
/*calender end here*/




.calender-container {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display:none;
}

.calender-container.active{
	display:block;
}


.table-wrap ul{
	width:234px;
	margin: 0 auto;
}



/*content part start here*/


.computaion-chart{
	padding-top: 12px;
}

.computaion-table-wrap{
	width: 65%;
padding: 0 30px;
float:left;

}

.computaion-table{
	width: 100%;
	border-collapse: collapse;
}

.computaion-table th{
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	text-transform: capitalize;
}

.computaion-table td, .computaion-table th{
	text-align: right;
padding:12px 10px;

}

.computaion-table tr td:first-child, .computaion-table tr th:first-child{
	text-align: left;
}

.computaion-table tr td:last-child, .computaion-table tr th:last-child{
	text-align: center;
}

.computaion-table .pdl-30{
	padding-left:30px;
}

.computaion-table tbody tr{
border-bottom: 1px solid #ddd;

}
.computaion-chart h1{
  font-size: 22px;
    font-weight: 200;
    letter-spacing: 1px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 10px;
    margin-bottom: 25px;
}



.activities-sec{
	float:left;
}

.activities-sec h2{
	margin-top: 13px;
font-size: 14px;
text-align: center;
margin-bottom: 41px;

}

.sec-1a{
	margin-bottom: 167px;
}


.activities-sec a{
	background: #A9A9A9;
	min-width: 140px;
}


.activities-sec .primary-btn{
	background: #0070e0;
	
}

.



.sec-1a {
    margin-bottom: 166px;
}


.sec-1b {
    margin-bottom: 194px;
}


.ds-n{
	display:none;
}



.breadcrums ul li{
	float: left;
}


.breadcrums ul li a{
	position: relative;
	padding: 3px 7px;
	text-transform: capitalize;
}

.breadcrums ul li:first-child a{
	padding-left:0;
}

.breadcrums ul li:last-child a{
	color:#000;
}

.breadcrums ul li:last-child a:after{
	content:'';
}

.breadcrums ul li a:after{
	    content: "/";
    right: -7px;
    position: relative;
}






.back-btn.wrapper {
    text-align: center;
    padding: 20px 0;
}

.sale-table-wrapper table i{
	font-style: normal;
	margin: 0 3px;
	display:inline-block;
}
.sale-table-wrapper table a{
	text-transform: capitalize;
}


.sale-table-wrapper .computaion-table{
	margin-bottom: 20px;
}


























/****************************************start***********************************************************/

.calender{
	float: left;
    padding: 30px 0 0;
    width: 256px;
}

.main-content{
	width:80%;
	float:right;
	padding: 30px 0 0 80px;
}




.content{
	padding-bottom: 100px;
	padding-left: 23px;
border-left: 1px solid #eaeaea;

}
.footer {
	border-top: 1px solid #eaeaea;
    padding: 0 0 20px;
    font-size: 12px;
    clear: both;
    letter-spacing: 1px;
}
   .footer  p{
   	
   }
   .table-wrap select{
   	border:none;
   	-webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
            background: url("../images/arr-a.png") center right no-repeat;
             width: 117px;
            
   }
   
   .dil-btn-wrapper{
   	float:right;
   }
  

   
   
   .edit-btn, .del-btn{
   	color:blue;
   	display:inline-block;
   	margin: 0 10px;
   	
   }
   
    .edit-btn:hover, .del-btn:hover{
    	text-decoration: underline;
    	color:blue;
    }
   
   .dil-btn-wrapper {
    margin-bottom: 20px;
}
   
   
   
   
   
   
   
   
   
   
   
 /*default3 page start here*/

.defaul3 .content{
	padding: 20px 0 0;
}  
  .dashboard{
  	letter-spacing: 1px;
  	font-size: 13px;
  	
  }
  .dashboard a{
  	color:#3A70EA;
  }
  
   
.dashboard i{
	display:inline-block;
	margin: 0 2px;
	font-style: normal;
}
   
.Assessee h1 {
	font-size: 22px;
font-weight: 200;
letter-spacing: 1px;


}

.Assessee h1 a{
	float:right;
	color:#8F89E0;
	font-size: 16px;
	margin-top: 6px;
}
   
   
   .tabbing-wrapper{
   	background:#F5F5F5;
   	padding: 15px 30px 0px;
   }
  
  
  .tabbing-wrapper li{
  	float:left;
  	
  }
  
 .tabbing-wrapper li a {
    padding: 7px 13px;
font-size: 15px;
border-radius: 3px;
letter-spacing: 1px;
display: block;

}

  
   .tabbing-wrapper li.active a{
   	background: #fff;
   }
   
   .tab-form-wrapper{
   	padding:30px 75px;
   }
   
   .tab-form-wrapper label{
   	display:block;
   }
   .tab-form-1 ul{
   	width:76%;
   	letter-spacing: 1px;
   	margin-bottom: 50px;
   }
   .tab-form-1 ul li {
   	width:22%;
   	float:left;
   	margin-right:35px;
   	min-width: 249px;
   	min-height: 80px;
   	
   }
   .tab-form-1 ul li label {
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    padding: 0 0 0 4px;
    display: block;
}

   
   .tab-form-1 input{
   width: 100%;
padding: 3px 10px;
border-radius: 4px;
    font-size: 14px;
    vertical-align: bottom;
    height: 27px;
}


 


.tab-form-1 ul li span{
	font-size: 14px;
}

.tab-form-1 ul li input[type="radio"]{
	width:auto;
	margin: 0 5px;
}

.tab-form-1 ul li select{
	width: 100%;
	font-size: 14px;
	padding: 3px 10px;
border-radius: 4px;
-moz-appearance: none;
-webkit-appearance: none;
-o-apearance:none;
apearance:none;
background: url("../images/arr2.jpg") no-repeat;

background-position: 96%;

}
   
   
   .cont-btn-wrap{
   width: 72%;
   text-align: center;
   margin-bottom: 40px;
   }
   
    .cont-btn-wrap a{
    	margin: 0 10px;
    }

  
   .tab-2{
   	display:none;
   }
   
   .tab-3{
   	display:none;
   }
   
   .tab-form-1 h2 {
    font-size: 15px;
color: #3A3A3A;
letter-spacing: 2px;
text-transform: uppercase;

}


.tab-form-wrapper label.label-in{
	display:inline-block;
}
   
  
  
  .tab-form-wrapper-2 .tab-2, .tab-form-wrapper-2 .tab-3{
  	display:block;
  } 
   
   .tab-form-wrapper-2 {
   	border-top: 1px solid #D9D9D9;
   }
   
   
   #ui-datepicker-div {
    width: 248px;
    padding:10px 5px;
    border:1px solid #D9D9D9;
    background: #fff;
}

.ui-datepicker-calendar{
	width:100%;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
	text-align: center;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a{
	display: inline-block;
margin: 0 29px 10px;
border:1px solid #D9D9D9;
box-sizing: border-box;
padding: 0 10px;
cursor: pointer;

}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a:hover{
	border-color:#000;
}
   
   .ui-datepicker-calendar td {
    text-align: center;
}

.ui-datepicker-calendar th{
	font-weight: 200;
}

.ui-datepicker-title {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.tab-form-1 option{
	text-transform: capitalize;
}


.tab-form-1 ul li .label-in{
	text-transform: capitalize;
	vertical-align: text-bottom;
	display:inline-block;
}

/************************************end***************************************************************/
 
 
 /*.item-wise-dtail-section .computaion-table th,  .item-wise-dtail-section .computaion-table td{
 	text-align: center;
 }
 */
 .item-wise-dtail-section .computaion-table tr th:first-child, .item-wise-dtail-section .computaion-table tr td:first-child  {
    text-align: center;
}

.item-wise-dtail-section .computaion-table tr th, .item-wise-dtail-section .computaion-table tr td{
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.item-wise-dtail-section .computaion-table tr th{
	padding: 4px 10px;
}

 .item-wise-dtail-section .computaion-table tr td{
 	padding: 3px 5px;
 }

.item-wise-dtail-section .computaion-table tfoot{
border-bottom: 1px solid #ddd;
}

 .item-wise-dtail-section .computaion-table input{
border:none;
text-align: right;
padding: 0;
}

 .item-wise-dtail-section .computaion-table .percent input {
    padding-right: 30px;
}


 .item-wise-dtail-section .computaion-table .percent::after {
    top: 0px;
   
    padding: 7px 6px;
    height: 33px;
}



.item-wise-dtail-section .computaion-table .btn{
	padding: 3px 15px;
}

.save-btn-wrapper{
	text-align: center;
	padding: 30px 0 0;
}
 
 h2{
 	font-size: 42px;
font-weight: 600;
letter-spacing: 1px;
border-bottom: 1px solid #D9D9D9;
padding-bottom: 10px;
margin-bottom: 25px;
color:#161e21;
text-transform: capitalize;
 }  
   
.percent{
	position: relative;
}

.percent input{
	padding-right: 30px;
}

.percent:after{
	content: "%";
position: absolute;
right: 0;
top: 22px;
border-left: 1px solid #D9D9D9;
padding: 2px 6px;
height: 26px;

}


.add-btn{
	color:#2083E5;
	text-decoration: underline;
	text-transform: capitalize;
	letter-spacing: 1px;
}   


.add-btn:hover{
	text-decoration: none;
}

.item-wise-dtail-section h2 a{
	float: right;
}

.item-wise-dtail-section h2 span{
	padding-top: 3px;
	display:inline-block;
}

.action{
	font-size: 18px;
}



/*front-page start here*/






.nav {
	float: right;
}

.nav ul li{
	float: left;
}


.nav ul li a{
	padding:5px 0;
	margin: 0 10px;
	text-transform:uppercase;
	 font-size: 13px;
}

.header {
    /*border-bottom: 1px solid #eaeaea;*/
    margin-bottom: 20px;
    padding: 30px 0;
}

.Compliance-sec{
    margin-bottom: 100px;
text-align: left;
}

.Compliance-img-sec{
	float:right;
}

.Compliance-sec h1{
	color: rgb(89, 89, 89);
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 30px;
    margin-top: 5px;
    line-height: 1.3;
     font-size: 31px;
}

.Compliance-sec h3{
	    font-size: 20px;
    color: #000;
    word-spacing: 0px;
     letter-spacing: 0;
  text-align: left;
    font-family: "Open Sans",sans-serif;
     margin-bottom: 20px;
     font-weight: 300;
}



.Compliance-sec .primary-btn, .Compliance-sec .btn{
	font-size:13px;
	
}
.btn:hover, .btn:focus, .btn:active {
	color: #FFF;
	background: #2F5496;
}


/*.Compliance-sec .btn{
	background: none;
	color:#000;
	border:1px solid #A9A9A9;
}*/s

.feature-seca h4{
	color:#161e21;
	    font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.feature-seca  h5 {
     font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-weight: 300;
}
.feature-seca p{
	color: #a9a9a9;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
}

.feature-seca h4 span{
	text-decoration: underline;
	text-transform: capitalize;
	  font-size: 28px;
}


.feature-seca li{
	 margin-bottom: 85px;
	position: relative;
}

.feature-seca{
    margin-top:50px;
	padding-bottom: 30px;
	background: #FAFAFB;
	padding-top: 50px;
}


.banner-feature{
	padding: 0;
	margin-bottom: 30px;
	text-align: left;;

}

.banner-feature li{
	display:block;
}

.banner-feature li a{
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color:rgb(89, 89, 89);
    letter-spacing: 0;
    font-weight: 300;

}

.banner-feature li a span i{
	color:rgb(89, 89, 89);
}

.banner-feature li strong{
color:#fff;	
padding: 20px 30px;
}

a:hover{
	text-decoration: none;
}

/*front-page end here*/





.feature-seca h4{
	text-align: center;
}

.feat-icon{
	   color: #949494;
    display: inline-block;
    font-size: 45px;
    left: 0;
    position: relative;
    top: 0;
}




.container-fluid{
	padding: 0 40px;
}

.toggle-btn{
	display:none;
}




.container-fluid {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}


.feature-seca li div{
	width:50%;
	padding-right: 7%;
	float:right;
}

.feature-seca li span{
	width:50%;
	float:left;
	text-align: center;
	padding: 20px 0;
}

.feature-seca li:nth-of-type(2n) div{
	float:left;
	text-align: right;
}
.feature-seca li:nth-of-type(2n) span{
	float:right;
}



.feature-seca li span i{
	text-indent: 170px;
}



.feature-seca li:nth-of-type(2n) span i{
	text-indent: -170px;
}




.banner-img{
	width:63%;
	float: right;
	
}



.align {
    text-align: center;
}


.pop-wrapper{
	width:100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	display:none;
}



.download-popup{
	display:block;
	padding: 20px;
}
.call-back-popup.download-popup{
	 margin: 5px auto 0;
}

.download-popup{
  background: #fff none repeat scroll 0 0;
    display: inline-block;  
    min-height: 200px;
    min-width: 200px;
    padding: 30px 35px;
     margin: 180px auto 0;
     transform: translate(0px, 0px);
     text-align: left;
     position: relative;
}

.download-popup ul li label{
	display:inline-block;
	margin: 0 15px 0 0;
	text-transform: capitalize;
	min-width: 94px;
}

.download-popup h3{
	 font-size: 23px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
     color: rgb(89, 89, 89);
}

.download-popup ul li{margin: 0 0 20px ;}

.download-popup ul li input{
	 width: auto;
}

.download-popup .btn, .download-popup .primary-btn{
	margin: 0 10px;
	min-width: 90px;
	text-transform: none;
}

.btn-contain{
	text-align: center;
}
.download-popup > ul {
    margin-bottom: 0px;
}




.call-back-popup{
	display:none;
}


.download-popup{
	display:none;
}

.cross-btnn{
	  font-size: 18px;
    position: absolute;
    right: 8px;
    top: 0;
	cursor:pointer;
}

.call-back-popup .primary-btn {
    text-transform: uppercase;
}


.bussiness-labels{
	   float: left;
    width: 65%;
}



.form-heading{
	 font-weight: 300;
	 color: rgb(89, 89, 89);
	 font-size:16px;
}

.dealer h1{
	font-size:27px;
}


.content-sec {
    min-height: 400px;
}


.vender-list{
	 display: block;
   margin: 0;
    padding-left: 0;
    width:auto;
	}

.dealer-header{
	margin-bottom: 20px;
}

.vender-list .primary-btn{
 width: 306px;
}

.vender-list .btn-contain {
    text-align: left;
}

.footer{
	background: #6D7177;
	padding:40px 0 0;
}

.footer-list{
	
	min-height: 160px;
	padding-right: 35px;
}

.footer-list li a{
	color: #fff;
    display: block;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: capitalize;
    font-size: 14px;
    
}

.footer-list li a:hover{
	background:#93969B;
}



a:focus, a:hover {
    text-decoration: none;
}


.pricing h1, .pricing h3{
	text-align: center;
}


.pricing h3 {
    margin-bottom: 50px;
}

.about-us-sec h4{
	font-size: 30px;
}

.about-us-sec strong {
    display: block;
    margin: 0 0 15px;
}

.about-us-sec p {
    margin: 0 0 30px;
}

.about-us-sec > ul {
    padding: 0 0 0 10px;
}


.about-us-sec li {
    margin: 5px 0;
}

.contact-list-a ul{
	margin-bottom: 30px;
}

.contact-list-a ul li{
	margin: 5px 0;
}

.footer-bottom{
/*	background: #666A71 none repeat scroll 0 0;*/
    color: #fff;
    margin-top: 150px;
    padding: 15px 0;
}

.support a{
	color:#CEE0FF;
}
.Compliance-sec .pricing-heading{font-size:30px; font-weight: 400;}
.pricing-heading{
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	
}

.pricing-heading span{
	text-decoration: underline;
	text-transform: capitalize;
}


.refund-policy ul, .mrb-20 ul{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}


.refund-policy ul li{
	margin: 10px 0;
	
}

.refund-policy p{
	margin-bottom: 20px;
}

.mrb-20{
	margin-bottom: 30px;
}
.mrb-20 h4{
	 color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.dealer-img{
	 margin: 159px 0 0;
}


.btnRCB{
    border-radius: 4px;
    line-height: 1.4 !important;
}

.align a{
    margin:0 35px;
}

.modal-body label{
   display: inline-block;
    min-width: 166px;
    vertical-align: top;
}

.modal-body li{
    margin-bottom:15px;
}


.modal-body li div{
    display:inline-block;
}




.ModalFooter span{
    float:left;
}

.ModalFooter span.right{
    float:right;
}

.ModalFooter{
    overflow:hidden;
}
.align a{
    display:inline-block;
}




 .dealer .col-md-7.col-sm-7.col-xs-12.clearfix > p {
    border-bottom: 1px solid #d9d9d9;
    color: rgb(89, 89, 89);
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding-bottom: 20px;
}
.dealer h2 {
    border-bottom: medium none;
    font-size: 27px;
    margin-bottom: 10px;
}
.dealer h1 {
    margin-bottom: 10px;
}
.dealer h1 {
    font-size: 27px;
}
















