#banner-advertise{
  background: url("../img/advertise/banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
#banner-advertise h1{
  font-size: 42px;
  color: #fff;
  font-style: italic;
}

#withbanner{
  background:url(../img/advertise/banner2.png)no-repeat;
  background-size: cover;
  width: 100%;
  height: 35%;
  min-height: 220px;
  margin-top: 0;
  display: table;
  position: relative;
}

#advertising_sec{
  padding: 30px 0;
  background-color: #fff;
}
#advertising_sec p.text1{
  font-size: 18px;
  color: #181818;
  font-weight: 300;
  margin-top: 30px;
}

.advertisers_div{
  width: 100%;
  padding: 20px;
}

.adver_list{
  margin-top: 35px;
}
.adver_list li{
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 7px 0 7px 35px;
}
.adver_list li:before{
  position: absolute;
  content: url('../img/advertise/img2.png');
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
}
#adv_opportunities{
  padding: 40px 0;
  background-color: #f4f4f4;
}
.opportunities_list li{
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 7px 0 7px 35px;
}
.opportunities_list li:before{
  position: absolute;
  content: url('../img/advertise/img3.png');
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
}
.title1{
  position: relative;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  text-align: center;
}
.title1:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 3px;
    background-color: #fff;
    bottom: -12px;
    left: 40%;
}
.shoppers_div{
  width: 100%;
  padding: 20px;
}
.sublist{
  padding-left: 35px;
}
.sublist li{
  position: relative;
  font-size: 16px;
  color: #000;
  padding: 7px 0 7px 20px;
}
.sublist li:before{
  position: absolute;
  content: url('../img/advertise/img4.png');
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
}
#contact_sec{
  padding: 40px 0;
  background-color: #fff;
  margin-top: 40px;
}
#contact_sec h3{
  font-size: 28px;
  color: #464646;
  margin-top: 30px;
  font-weight: 400;
}

@media (min-width: 480px){
  .adver_list {
    padding-left: 10%;
  }
}
@media (min-width: 768px){
  .adver_list {
    padding-left: 15%;
  }
  #withbanner {
    background-position: center center;
  }
}
