/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Poppins:wght@100;300;400;500;600&family=Righteous&display=swap");
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Poppins", serif;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  background-color: #fff;
  /* background-image:url("images/body_bg.jpg"); */
  /* background-repeat:repeat-x; */
}
:focus {
  outline: 0;
}
#main_div {
  width: 100%;
  height: auto;
}
.container-fluid {
  width: 100%;
}
#main_container {
  max-width: 1360px;
  height: auto;
  padding: 0 10px 0 10px;
  background-color: #ffffff;
}
/* #header{width:1160px;height:auto;} */
#Logo {
  width: 25%;
  height: 68px;
  margin: 10px 0 0 0px;
  float: left;
}

.number {
  width: 50px;
  height: 20px;
  margin: 17px 0 0 2px;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
#menu {
  width: 1160px;
  height: auto;
}
#menu_left {
  width: 2px;
  height: 26px;
  float: left;
  background-image: url(images/left_menu_strip.jpg);
  background-repeat: no-repeat;
}
#menu_center {
  float: right;
  /* background-image:url(images/center_menu_strip.jpg);
	background-repeat:repeat-x; */
  color: #333;
  padding: 2px 0 0 0;
  margin-top: 15px;
}
.menus {
  margin-top: 5px;
  color: #333333;
  display: block;
  text-align: center;
  padding: 0;
}
/*   IE 7 hack css  */
*:first-child + html .menus {
  margin: 7px 22px 22px 0px;
}

.menus li {
  list-style: none;
  display: block;
  text-align: left;
  padding: 6px 0px 6px 0px;
}

.menus li a {
  padding: 6px 16px 6px 20px;
  list-style: none;
  color: #333333;
  display: inline;
  text-decoration: none;
  text-align: left;
  z-index: 100;
  position: relative;
}

.menus li a:hover {
  color: #cf3030;
}
.menus li a::before{
	content:'';
	background: #d82323;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
}
#menu_right {
  width: 2px;
  height: 26px;
  float: left;
  background-image: url(images/right_menu_strip.jpg);
  background-repeat: no-repeat;
}
#middle {
  max-width: 1360px;
  height: auto;
  margin: 0;

}
#middle_left {
  width: 100%;
  height: auto;
  padding: 10px;
}
#middle_right {
  padding: 28px 0;
  clear:both;
}
.addBox{
	border: 1px solid #ddd;
    padding: 30px;
    display: block;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    box-shadow: 0 0 15px #d5d5d5;
	font-weight:700;
	position: relative;
	overflow: hidden;
	margin:6px 0;
}
.addBox.free::before{
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 70px 90px 0 0;
	border-color: #d82323 transparent transparent transparent;
	transform: rotate(0deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.addBox::after{
	content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 152px 322px;
    border-color: transparent transparent #fff5f4 transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
}
.freeText{
    position: absolute;
    left: 7px;
    top: 10px;
    color: #fff;
    transform: rotate(-36deg);
}
#colorbox {
    max-width: 683px;
	left:0!important;
	right:0!important;
	margin: auto;
}
.homeloan {
  width: 621px;
  height: 91px;
  border: 1px solid #91c04e;
  /*background-image:url(images/header_image.jpg);
	background-repeat:repeat-x;*/
  padding: 0 0 0 0px;
}
.homeloan_image {
  padding: 1px 0 0 1px;
  width: 104px;
  height: 24px;
}
.homeloan_menu {
  padding: 8px 0 0px 0px;
  color: #000000;
}
.credit {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.credit_bg,
.technical_bg,
.legal_bg {
  width: 200px;
  height: 22px;
  background-image: url(images/credit_bg.jpg);
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}
.technical_bg {
  width: 190px;
}
.legal_bg {
  width: 231px;
  background-image: url(images/legal_bg.jpg);
  background-repeat: no-repeat;
}
.td_home_search {
  background-image: url(images/home_image.jpg);
  background-repeat: no-repeat;
  width: 181px;
}
.property {
  width: 337px;
  height: 53px;
  border: 1px solid #151515;
  background-image: url(images/property_bg.jpg);
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}
.property_image {
  padding: 1px 0 0 1px;
  width: 104px;
  height: 24px;
}
.Search_menu {
  padding: 5px 0 0 0;
}
.property_search {
  width: 750px;
  height: auto;
  font-size: 14px;
  color: #353535;
  padding: 20px;
}
.property_search table {
  margin: 0 auto;
  width: 100%;
}
.textarealarge {
  width: 130px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 5px;
}
.textareamedium {
  width: 100px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 0px;
}
.textareasmall {
  width: 60px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 0px;
}

.search_content {
  color: #333333;
  padding: 1px 1px 1px 1px;
}
.login_bg {
  width: 146px;
  height: 25px;
  background-image: url(images/login_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 23px 0 0;
}
.c {
  text-decoration: none;
  color: #ffffff;
}
.c:hover {
  text-decoration: underline;
}
#middle_container {
  height: auto;
  padding: 0 0 0 0;
  margin:0 0 0 0;
}
#middle_container_left {
  width: 22%;
  margin-right: 3%;
  height: auto;
  float: left;
  margin-top:0px;
}
/* .heading_bg_left{padding: 10px;} */
.list_doc_wrap {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
}

.list_doc_wrap1 {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 15px #ddd;
  border-radius: 10px;
}
/*   IE 7 hack css  */
*:first-child + html .list_doc_wrap1 {
  padding: 18px 2px 0 2px;
}
.heading_bg_right {
}
#middle_botom {
  width: 1160px;
  height: auto;
  margin-top: 10px;
}
#footer_strip {
  height: auto;
  padding: 0px 0 0 0;
}
.footerTitle{
	text-align: left;
    font-size: 24px;
    font-weight: 700;
}
#copyright {
	font-size: 13px;
    color: #fff;
    padding: 15px 0;
    background: #000;
	margin-top: 40px;
}
.tbs {
	color: #fff;
    text-decoration: none;
    font-size: 13px;
	
}
.tbs:hover {
  color: #cf3030;
  text-decoration: underline;
}
.footer_bg {
  height: 26px;
  border: 2px solid #bd1f1f;
  background-color: #333333;
}
.heading_botom_contaner {
  height: 26px;
  border: 2px solid #ea8904;
  background-color: #ff9300;
}
.slide_image {
  white-space: 1160px;
  height: auto;
  padding: 10px 0px 10px 25px;
}
.blue {
  font-weight: bold;
  color: #3e5f03;
  text-decoration: none;
}
.normal {
  line-height: 20px;
}
#bg_left_container {
  width: 75%;
  height: auto;

  padding: 0px;
  text-align: justify;
}
#middle_container_right {
  width: 75%;
  height: auto;
  float: left;
  padding: 0 0 0 10px;
   margin-top:0px;
}
.propBox{
	background: #fff;
}
.heading {
  font-weight: bold;
  margin: 4px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.heading_left {
  margin: 0px 0 21px;
  text-align: left;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#middle_wraper {
  width: 1160px;
  height: auto;
  float: left;
}
#middle_wraper_left {
  width: 154px;
  height: auto;
  float: left;
}
#middle_wraper_right {
  width: 806px;
  height: auto;
  float: left;
  overflow: hidden;
}
#wrap_left_content1 {
  width: 150px;
  height: auto;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
}
.rt_links {
  margin: 0;
  padding: 0;
}
.rt_links li {
  padding: 0;
  list-style: none;
  padding: 5px 0 5px 0;
}
.rt_links li a {
  list-style: none;
  display: block;
  text-decoration: none;
  text-align: left;
  color: #545454;
  font-weight: normal;
  padding: 2px 0 2px 12px;
  background: url(images/bullet.png) no-repeat 3px 11px;
}
*:first-child + html .rt_links li a {
  background-position: 0px 9px;
  padding: 4px 0 2px 10px;
}

.rt_links li a:hover {
  color: #c73653;
}
.document {
  color: #333333;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  text-align: left;
}
.document:hover {
  text-decoration: underline;
}
.news {
  padding: 2px 0 2px 2px;
  text-align: justify;
}
.normal_text {
  font-weight: normal;
  padding: 2px 0 2px 0px;
  color: #333333;
}
.small_text {
  font-size: 11px;
  font-weight: normal;
  color: #888888;
}
.medium_text {
  font-size: 10px;
  color: black;
  font-weight: normal;
}
.logo_image {
  border: 1px solid #a7c4e3;
  padding: 14px 14px 14px 14px;
}
.pagination {
  margin: 0;
  padding: 2px;
  float: right;
  text-align: left; /*Set to "right" to right align pagination interface*/
  padding-bottom: 1px;
}

.pagination a,
.current {
  margin: 2px;
  padding: 0 5px;
  border: 1px solid #929292;
  text-decoration: none;
  color: #292929;
}

.pagination a:hover {
  border: 1px solid #780216;
  color: #fff;
  background-color: #c50a29;
}

.pagination .current {
  background-color: #c50a29;
  color: #fff !important;
  border-color: #780216;
  font-weight: bold;
  cursor: default;
}

.pagination .disablelink {
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}

.pagination .prevnext {
  font-weight: bold;
}
/* ABOUT US*/
.title {
  text-align: left;
  color: #222;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.propSection{ 
	background: #f5f5f5;
    padding: 26px 0 36px;
}
.properties{
	border:1px solid #d5d5d5;
	padding: 15px;
}
.middle_inner_content {
  margin: 0 5px 5px 5px;
  line-height: 20px;
  float: left;
  height: auto;
  width: 780px;
  color: #333333;
  text-align: justify;
}
#bg_left_container2 {
    width: 100%;
	float:left;
    height: auto;
    padding: 23px;
    background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px #d5d5d5;	
}
#bg_left_container2 table{
	border-collapse: collapse;
	border-radius: 10px;
	border:none!important
}
#search_panel {
	background: #f5f5f5;
	height: auto;
	float: left;
	padding: 20px;
	margin: 20px  0 0 0;
	border:1px solid #eee;
	border-radius: 10px;
	width: 100%;
}
#search_left {
  width: 26px;
  height: 156px;
  float: left;
  background: url(images/search_left_curve.png) no-repeat;
}

#search_center {
  /* width: 908px; */
  height: 156px;
  /* float: left;
  background-image: url(images/search_bg.png);
  background-repeat: repeat-x; */
  color: #000000;
  padding: 2px 0 0 0;
}
#search_center table{
	width: 100%;
}

#search_right {
  width: 26px;
  height: 156px;
  float: left;
  background-image: url(images/srearch_right_curve.png);
  background-repeat: no-repeat;
}
.search_title {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
.search_mid_txt {
  text-align: left;
  color: #000000;
  padding: 22px 0 0 0;
}
.textareamedium2 {
  width: 105px;
  height: auto;
  color: #333333;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 0px;
}
.textareamedium3 {
  width: 70px;
  height: auto;
  color: #333333;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 0px;
}
.textarealarge2 {
  width: 90px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 5px;
}
.search_content2 {
  color: #333333;
  padding: 4px 1px 1px 0px;
}
*:first-child + html .search_content2 {
  font-size: 10px;
  color: #000000;
  padding: 4px 1px 1px 5px;
}

/*CUNTACT US*/
.form_text {
  color: #333333;
  line-height: 18px;
  font-weight: normal;
}
.textfield3 {
  border-color: #b1b1b1 #e0e0e0 #e0e0e0 #b1b1b1;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  padding: 3px 0 3px 10px;
  width: 178px;
}
.textfield4 {
  border-color: #b1b1b1 #e0e0e0 #e0e0e0 #b1b1b1;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  padding: 3px 0 3px 10px;
  width: 300px;
}
.textareamedium4 {
  width: 200px;
  height: auto;
  color: #333333;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 0px;
}
.submit_button {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-repeat: no-repeat;
  border: none;
  width: auto;
  padding: 5px 25px;
  border-radius: 5px;
  background: #e29318;
}
/*ADD*/
.commontext {
  font-weight: normal;
  color: #393c3e;
  text-align: justify;
  line-height: 20px;
}
.post_txt1 {
  font-weight: bold;
  text-align: left;
  font-size: 13px;
  padding: 5px 0 5px 0;
}
.post_txt {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
	padding: 10px;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.reg_text, .textfield3, .text_box, #HomeLoanRegisterForm input, #HomeLoanRegisterForm textarea, .textareamedium4 {
  border:1px solid #ccc;
  color: #333;
  padding: 3px 0 3px 10px;
  width: 300px;
  border-radius: 5px
}
.reg_text2 {
  border-color: #b1b1b1 #e0e0e0 #e0e0e0 #b1b1b1;
  border-style: solid;
  border-width: 1px;
  color: gray;
  padding: 3px 0 3px 10px;
  width: 150px;
}
.dd_list,
.textarealarge2 {
  border: 1px solid #ccc;
  border-style: solid;
  border-width: 1px;
  color: gray;
  padding: 1px 0 3px 10px;
  width: 100% !important;
  border-radius: 5px;
  height: 35px;
  vertical-align: middle;
}
.search_mid_txt .dd_list{
	padding-top: 6px;
}
#tr_property_type input, #tr_display_price input{
	margin-right: 5px;
	margin-left: 5px;
}
.search_content input[type="radio" i] {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 5px;
}
.search_checkbox input[type="checkbox" i] {
  vertical-align: middle;
  margin-right: 5px;
}
.click {
  text-decoration: none;
  color: #333333;
  padding: 0 5px 0 5px;
}
.click:hover {
  text-decoration: none;
  color: #ff0000;
}
.calc {
  padding: 0px 5px 5px 5px;
}
.text_box2 {
  color: #333333;
  padding: 4px;
  width: 300px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
}
.text_box4 {
  color: #333333;
  padding: 4px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
}
.textarealarge4 {
  width: 70px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 2px 2px 2px 5px;
  margin: 5px;
}

/*   IE 7 hack css  */
*:first-child + html .textarealarge4 {
  width: 70px;
  height: auto;
  border: 1px solid #d2cdcd;
  padding: 0;
  margin: 0px;
}

#footer_left {
  width: 2px;
  height: 30px;
  float: left;
  background-image: url(images/left_menu_strip.png);
  background-repeat: no-repeat;
}
#footer_center {
  width: 956px;
  height: 28px;
  float: left;
  background-image: url(images/center_menu_strip.jpg);
  background-repeat: repeat-x;
  color: #ededed;
  padding: 2px 0 0 0;
}
.footers {
  font-weight: bold;
  margin: 7px 22px 22px -40px;
  color: #ededed;
  display: block;
  text-align: left;
}
/*   IE 7 hack css  */
*:first-child + html .footers {
  margin: 7px 22px 22px 0px;
}

.footers li {
  list-style: none;
  display: inline;
  text-align: left;
  padding: 6px 0px 6px 0px;
}

.footers li a {
  padding: 6px 16px 6px 16px;
  list-style: none;
  color: #ededed;
  display: inline;
  text-decoration: none;
  text-align: left;
  z-index: 100;
}

.footers li a:hover {
  color: #ffffff;
  background-color: #bd1f1f;
}
#footer_right {
  width: 2px;
  height: 30px;
  float: left;
  background-image: url(images/right_menu_strip.png);
  background-repeat: no-repeat;
}
#header .my_ac{
	color:#fff
}
.my_ac {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.my_ac:hover {
  text-decoration: none;
  color: #bd1f1f;
}
.que {
  float: left;
  padding: 5px 0;
  color: #333333;
  width: 790px;
  height: auto;
}
.redtext {
  color: #c50a29;
  font-weight: bold;
  text-decoration: none;
}
.redtext:hover {
  text-decoration: underline;
}
.answer {
  clear: both;
  float: left;
  margin: 5px 0 5px 18px;
  padding: 5px 0;
  text-align: justify;
  width: 766px;
  height: auto;
  color: #333333;
}
.top {
  float: right;
  clear: both;
  color: #a83041;
  font-weight: bold;
  text-decoration: none;
}
a.top:hover {
  float: right;
  clear: both;
  color: #a83041;
  font-weight: bold;
  text-decoration: underline;
}

.headerTop {
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.rdtxt {
  color: #bd1e1e;
}
.rdtxt1 {
  color: #bd1e1e;
  font-weight: bold;
}
.view_txt {
  color: #333333;
  text-align: justify;
  padding: 10px 10px 5px 10px;
}
.red_heading {
  color: #bd1e1e;
  text-decoration: underline;
  font-weight: bold;
}
.heading_normal {
  color: #181818;
  text-decoration: none;
  text-align: center;
}
.heading_normal:hover {
  text-decoration: underline;
}
.bhk_title {
  font-weight: bold;
  color: #0066fe;
  text-align: center;
  line-height: 16px;
}
.City {
  font-size: 10px;
  color: #181313;
  line-height: 18px;
  font-weight: normal;
}
.a {
  text-decoration: none;
}
.a:hover {
  text-decoration: underline;
}
.b {
  text-decoration: none;
  color: #000000;
  padding: 0 5px 0 5px;
}
.b:hover {
  text-decoration: underline;
}
#advertise {
  width: 508px;
  height: 60px;
  border: 1px solid #000000;
  margin: 9px 0 0 0px;
  float: left;
  border: 0;
}
.mid_box {
  padding: 5px;
  background-image: url(images/probg_orange.png);
  background-repeat: no-repeat;
  height: 116px;
}
.mid_box1 {
  width: 100% !important;
  padding: 5px;
  word-break: break-word;
  /* background-color:none; 
background-image:url(images/probg_green.png);
background-repeat:no-repeat; */
  height: 116px;
}
#header_middle {
  width: 75%;
  float: left;
}
#header_mid1 {
  width: 100% !important;
  text-align: center;
  /* height:116px;
	float:left;
	text-align:left;
	overflow:hidden; */
}
.img_green {
  border: 1px solid #7ab251;
  margin: 34px 0 0 10px;
}
.pad1 {
  padding: 32px 0 0 10px;
}
#header_mid2 {
  width: 330px;
  height: 116px;
  float: left;
  text-align: left;
  /*background-image:url(images/probg_orange.png);
	background-repeat:no-repeat;*/
  margin: 0 0 0 20px;
  overflow: hidden;
}
.green_heading {
  color: #7ab251;
  text-decoration: none;
  font-weight: bold;
}
.orange_heading {
  color: #ffb400;
  text-decoration: none;
  font-weight: bold;
}
.hot_property {
  padding: 2px 0 0 3px;
}
.red_heading {
  color: #bd1e1e;
  text-decoration: underline;
  font-weight: bold;
}
.rm {
  color: #bd1e1e;
  text-decoration: none;
  padding: 0px 0 0 10px;
}
.rm:hover {
  color: #000;
}
.userType input{
	margin-left: 5px;
	margin-right: 5px;
}
.date {
  font-weight: bold;
  color: #000000; 
}
.proimg {
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #cccccc;
}
.tab {
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 5px;
  margin: 0 0 0 0;
}
.tab li {
  list-style-type: none;
  display: inline;
  padding: 0;
  margin: 0;
}
.tab li a {
	display: inline;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 0 0 0;
    background-color: #e29714;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}
.tab li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #c50a29;
}

.total_price {
  color: #c50a29;
  font-weight: bold;
  font-size: 18px;
}
.rupees {
  /* background-image: url(images/rupees.png);
  background-repeat: no-repeat;
  background-position: center left; */
  height: 20px;
  padding: 0 5px 0 12px;
  width: 20px;
}
.amenities {
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.amenities li {
  display: inline;
  padding: 2px;
  margin: 0px;
}

#footer {
  padding-top: 10px;
  background: #f5f5f5;
  padding: 40px 0 0;
  float: left;
  width: 100%;
  clear: both;
  margin-top: 24px;
}

.search_checkbox {
  float: left;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}
.search_checkbox label{
	vertical-align: middle;
}

.checkbox {
  width: 150px;
  float: left;
}
.normal_text .checkbox{
	width: 25%;
	margin-bottom: 10px;
}
.normal_text .checkbox input{
	margin-right: 5px;
}
.contact_panel {
  width: 200px;
  background-color: #f2f2f2;
  border: 2px solid #e4dcdc;
  padding: 0px 6px 0 10px;
  color: #545454;
  margin-top: 10px;
}
.text_box {
  color: gray;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
}
.textarea_box {
  color: gray;
  padding: 4px;

  background-color: #fff;
  border: 1px solid #c3c3c3;
  font-size: 13px;
}

.upload_button {
  background-color: #cccccc;
  border-style: solid;
  border-width: 3px;
  color: #555555;
  font-weight: bold;
  height: 20px;
  padding: 2px;
  padding-top: 6px;
  margin-right: 118px;
  width: 100px;
  text-align: center;
}
.container_ads {
  width: 125px;
  height: auto;
  float: left;
  border: 1px solid #cccccc;
  padding-top: 0px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.container_ads_image {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 11px;
}

.container_ads_remove {
  text-decoration: none;
  width: auto;
  height: auto;
  color: #555555;
  background-color: #cccccc;
  text-align: center;
}

.container_ads_title {
  text-decoration: none;
  width: auto;
  height: 20px;
  padding-left: 2px;
  color: #555555;
  font-weight: bold;
  background-color: #cccccc;
  word-wrap: break-word;
}
.news_txt {
  font-weight: normal;
  color: #545454;
  line-height: 18px;
}

.advertise_red_bg,
.advertise_yellow_bg,
.advertise_green_bg {
  width: 316px;
  height: 50px;
  background-image: url(images/red_bg.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 38px;
}
.advertise_yellow_bg {
  background-image: url(images/yellow_bg.png);
  padding: 0px;
}
.advertise_green_bg {
  background-image: url(images/green_bg.png);
  padding: 0px;
}

.advertisement,
.yellow_advertisement {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.yellow_advertisement {
  color: #ad1a1a;
}

.links {
  margin: 0;
  padding: 0;
}
.links li {
  list-style: none;
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 5px 6px 4px 12px;
  background: url(images/bullet.png) no-repeat 3px 12px;
}
.plainRow {
  width: 100%;
  clear: both;
  float: left;
}
.container {
  max-width: 1160px;
  margin: 0 auto;
}
.headerTop {
  background: #333;
  width: 100%;
  position: relative;
  z-index: 10;
}
.text-white {
  color: #fff;
}
.headerMain {
  padding: 15px 0;
  box-shadow: 1px 0px 4px #ccc;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  position: relative;
  z-index:9;
}
.bannerSection {
  background: url("images/banner-img.jpg") no-repeat 0 0;
  background-size: cover;
  height: 700px;
  width: 100%;
}
.bannerSlider {
  padding: 50px 0 0;
  text-align: center;
}
.bannerSlider a {
  text-shadow: 0 0 9px #000;
}
.bannerSearch {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px #888;
  margin: 36px 0;
}
.bannerTitleSlider {
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.featuresSection {
  padding: 30px 0;
} 
.loanFeatures {
  width: 100%;
  box-shadow: 0 0 15px #d5d5d5;
  border-radius: 15px;
  padding: 50px;
  color: #fff;
  background: #fff;
  display: block;
  font-size: 24px;
  transition: all 0.3s ease;
}
.loanFeatures img{
	display: block;
	width: 100px;
	filter:brightness(0) invert(1);
	margin-bottom: 10px;
}
.loanFeatures:hover{
	opacity: 0.8;
}
.featues1 {
  background: #d82323;
}
.featues2 {
  background: #e29714;
}
.featues3 {
  background: #dd7077;
}
.referSection{
	background: #f5f5f5;
	padding: 40px 0;
	float:left;
	width: 100%;
	clear:both;
}
.referSection img{
	border-radius: 15px;
}
.associateSection{
	padding: 28px 0;
}
.selectType input{
	margin:0 5px;
}
.container{
	max-width: 1360px!important; 
}
.linkSection {
  padding: 8px 0 24px;
}
.addSection {padding: 18px 0;}
.telicon { margin-bottom: 8px; }
.logotop {width: 130px;}