body{
	font-size:12px;
}
.fstbg{
	background:url(../images/fstbg.jpg) repeat;
    padding: 20px 0 10px 0;
}
.secondbg{
	  background: #fcfdfd;
	  background: cover;
	  border-bottom: 1px solid #CFCFCF;
	  box-shadow: 6px 3px 7px 0px #ccc;
}
.navbar{
	border-radius:0;
	margin-bottom:0px;
}
.socialbg{
	background:url(../images/top-img.png) no-repeat;
	width: 287px;
    height: 120px;
	padding: 0px 46px;
}
.socialbg p{
   border-bottom: 1px solid #E5E5E5;
   font-size: 12px;
   color: #92979d;
   font-weight: bold;
   font-style: italic;
}
.socialbg p:last-child{
	border-bottom:none;
}
.socialbg span{
	color:#000;
}
.socialbg em a{
	color:#dc0c46;
}
.service_area{
  background-color: #F5F5F5;
  padding: 1px 0 5px 10px;
  font-size: 12px;
  margin-bottom:10px;
  border: #dbdbdb solid 1px;
}
h4{
	color:#cf0c42;
	text-align:center;
}
.borderbg{
  background: url(../images/border-bg.jpg) repeat-x;
  background-position: 0;
}
h5 span{
  background: #fff;
  width: 230px;
  color:#cf0c42;
  padding-right:10px;
}
.ecostyle{
	text-align:center;
}
.border_bottom{
	background:url(../images/broderbottom.png) repeat;
}
.ourbrand{
    background: url(../images/logo-box-bg.jpg) repeat-x;
  background-position: 0;
  padding: 20px 0px 55px 10px;
  border: #e1e5e9 solid 1px;
  border-radius: 8px;
  height: 114px;
}
.ourbrand ul li{
	float:left;
}
footer{
	background:url(../images/footer-bg.jpg) repeat;
	color:#fff;
	padding:20px 20px;
}
footer ul li{
  float: left;
  padding: 0px 2px;
  border-right: 1px solid #B8B8B8;
  height: 11px;
  line-height: 12px;
}
footer ul li:last-child{
	border-right:none; 
}
footer ul li a{
	text-decoration:none;
	color:#fff;
}
footer ul li a:hover{
  color: #d00c43;
  position: relative;
  text-indent: 8px;
}
footer p a{
	color:#fff;
	font-weight:bold;
}
footer ul li a:hover{
	color:#cf0c42;
}
footer p a{
	color:#fff;
}
footer p a:hover{
	color:#cf0c42;
	
}
.list-group-item:last-child{
	border-radius:0px;
}
a.list-group-item:hover, a.list-group-item:focus{
  text-decoration: none;
  background-color: #f5f5f5;
  color: #d00c43;
  background: url(../images/left-over-bg.jpg) no-repeat;
  border-radius: 0;	
}
.mylist{
	  padding: 0px 0px 0px 25px;
}
.submenu{
	position:relative;
}
.submenu:hover>.dropdown-menu{
	display:block;
}
.submenu>.dropdown-menu{
top:40px;
left:!00%;	
}
.sitemp li a	{
	color:#000 !important;
}

.myphone{
    border: 1px solid #ccc;
    border-radius: 1px;
    width:100%;
}
.callfont{
    font-size: 20px;
}
@media(max-width:768px){
    .socialbg{background:none;
    }
}