
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.sidebar {
  width: 250px;
  padding: 20px 80px 0 0;
}
.contact-us {
    background-color: #0052d9;
    color: white;
    padding: 10px;
    /* margin-bottom: 20px; */
    text-align: center;
    background: url(/uploads/new/contact01.png);
    height: 80px;
}
.recommended-products {
  background-color: #fafafa;
  padding: 10px 25px 10px 25px;
  margin-bottom: 10px 20px;
  margin-bottom: 30px;
}
.contact {
    background-color: #fafafa;
    padding: 10px;
    margin-bottom: 50px;
}
.product {
  margin-bottom: 10px;
  /* width: 208px; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  border-bottom: 1px #ececec solid;
}
.contact-info {
    margin-top: 10px;
    padding: 0 14px;
  font-size: 12px;
}
.company-info {
    margin-bottom: 20px;
    text-align: center;
}
.company-title {
    font-weight: bold;
    margin-bottom: 23px;
  font-size: 18px;
}
.contact-details {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-icon {
    margin-right: 10px;
    width: 20px;
}
.map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.main-content{
  padding: 20px;
}
.contactusbox{
  background: url(/uploads/new/contact02.png);
  height: 80px;
}
.contactus{
  padding: 14px;
  font-size: 18px;
  font-weight: 500;
}
.mainbusiness{
  font-size: 18px;
  /* border-radius: 8px; */
  border-bottom: 1px #dcdcdc solid;
  padding:  5px 0;
}
iframe{
  width: 800px;
  height: 300px;
  border: transparent 0px solid;
}

.product img{
  width: 63px;
  float: left;
  margin-right: 5px;
}
.product li{
font-size: 12px;
height: 60px;
}

.Lowercolumn  {
  margin-bottom: 30px;
}
.Lowercolumn li a {
  background-color: #e9e9e9;
  /* height: 50px; */
  text-align: center;
  /* line-height: 50px; */
  font-size: 18px;
  margin-bottom: 70px;
  padding: 15px 89px
}

.Lowercolumn li a :hover,
.Lowercolumn :hover {
  background-color: #4d8ef6;
  /* color: #fff; */
  color: #fff;
}
