.home-img{
  width: 600px;
}
@media screen and (max-width:1440px) {
  .home-img{
    width: 100%;
  }
}


.testi-review .fwq{
  width: 200px;
}
.agent{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.agent-text{
  width: 40%;
}

.bg-div{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  top: 0;
  z-index: 999;
  display: none;
  text-align: center;
}
.bg-img{
  width: 80%;
  margin: 20px 10% 0;
}
.list-unstyled{
  text-align: center;
}
.icon-li img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: .2s;
}
.icon-li img:hover{
  transform: scale(1.2);
}
.icon-li{

}
.icon-ul{
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:761px) {
  .agent{
    display: block;
  }
  .agent-text{
    width: 100%;
  }
  .mb60{
    margin-bottom: 60px;
  }
  .icon-ul {
    justify-content: space-around;
  }
  .icon-li{
    margin: 0;
  }
}