
.ios {
  height: 340px;
  width: 100%;
  background-color: white;
  position: relative;
}
.ios .con {
  width: 1500px;
  height: 455px;
  position: absolute;
  left: 50%;
 
  transform: translateX(-50%);
}
.Customized_center {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex: 1;
}

.Customized_center .Customized_cente {
  width: 18%;
  height: 210px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 20px #ccc;
}
.Customized_circular {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  /* background-color: red; */
}

.Shopping {
  width: 90px;
  height: 90px;
  background-color: #f0f2fa;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 20px;
  padding-top: 25px;
}
.active {
  font-size: 40px;
  color: #616881;
}
.Customization_function {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.details {
  margin-top: 10px;
  text-align: center;
  color: #737880;
  font-size: 14px;
}
.Customized_circular2 {
  width: 100%;
  height: 210px;
  background-color: #2394fb;
  border-radius: 5px;
}
.Customized_circular2 .Customization_function {
  color: #fff;
  padding-top: 50px;
  margin-bottom: 10px;
}
.Customized_circular2 .details {
  color: #fff;
  margin-bottom: 30px;
}

.Customized_circular2 .Consultation {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
  color: #2394fb;
  background-color: #fff;
  cursor: pointer;
}
.show {
  display: block !important;
}
.hide {
  display: none;
}

