.MenuOffers {
  background-color: #0829ef;
}
.BoxsCon {
    width: 100%;
}
.BoxsMin {
    margin: auto;
    width: 1200px;
    padding: 45px 0 35px 0;
}
/************************* Box2 *************************/
.Box2 {
  position: relative;
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px 30px 15px;
}
.Box2Image {
  width: 100%;
  border: 1px solid #f3f1f1;
}
.Box2About {
  width: 100%;
  border: 1px solid #f3f1f1;
  border-top: none;
  padding: 15px 0;
}
.Box2Title {
  display: block;
  color: #3e3e3e;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0 10px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Box2Local {
  display: block;
  color: #05188c;
  font-size: 12px;
  padding: 0 25px 6px 25px;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #f3f1f1;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(../img/icons/local.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 10px 0px;
  cursor: default;
}
.Box2Date {
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #7d7d7d;
  padding: 0 0 0 28px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/calender.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: default;
}
.Box2Duration {
  display: block;
  height: 20px;
  line-height: 20px;
  float: right;
  color: #7d7d7d;
  font-size: 13px;
  padding: 0 10px 0 18px;
  margin: 0 0 8px 0;
  background-image: url(../img/icons/time.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: 0px center;
  cursor: default;
}
.Box2Temperature {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #7d7d7d;
  background: #ffffffcf;
  border-radius: 2px;
  padding: 4px 4px 4px 24px;
  font-size: 13px;
  background-image: url(../img/icons/weather.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 4px center;
  cursor: default;
}
.Box2Price {
  display: block;
  float: left;
  height: 33px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #09821e;
}
.ViewDetailsButt {
  display: block;
  float: right;
  padding: 8px 10px;
  margin: 0 10px 0 0;
  background: #8b8b8b;
  color: #fff;
  border-radius: 2px;
}
.ViewDetailsButt:hover {
  background: #09821e;
}
/*****************Device Resolution******************/
@media screen and (max-width:1200px){
    .BoxsMin {
        width: 100%;
    }
    .Box2 {
      width: calc(33.33% - 30px);
    }
}
@media screen and (max-width :860px){
  .Box2 {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width :700px){
  .Box2 {
    width: calc(100% - 30px);
  }
}