.mice_app {
    text-align: center;
    box-shadow: -7px -6px 0px 0px #ef4824, 7px 6px #f6af1a;
    width: 96%;
    max-width: 100%;
    height: 280px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.mice_app h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin: 17px 0 10px 0;
    line-height: 1;
    color: #ef4924;
}

.mice_app h3 {
    font-size: 27px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #f5af1a;
}

.mice_app p {
    font-size: 16px;
    text-align: center;
}
.mice_app_indx {
    text-align: center;
    box-shadow: -7px -6px 0px 0px #ef4824, 7px 6px #f6af1a;
    width: 96%;
    max-width: 100%;
    min-height: 250px;
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    margin: 20px auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
}


.mice_app_indx h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 5px 0;
    color: #f5af1a;
}

.mice_app_indx p {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
.meeting h5 {
    font-size: 30px;
    margin: 30px 0 7px 0;
}

.meeting h6 {
    font-size: 20px;
    color: #ef4924;
    font-weight: 400;
}

.meeting ul li {
    list-style: disc;
}
ul.d-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

ul.d-flex-row li {
    display: block;
    border: 1px solid #fff;
  padding: 15px 6px;
  border-radius: 10px;
  margin: 10px 5px;
  width: 167px;
  text-align: center;
  background: #ffffff2e;
  cursor: pointer;
}
ul.d-flex-row li p {
    font-size: 16px;
}
ul.d-flex-row li img {
    width: 50px;
    margin: 0 0 15px 0;
}
ul.d-flex-rop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

ul.d-flex-rop li {
    display: block;
    border: 1px solid #ccc;
  padding: 15px 10px;
  border-radius: 10px;
  margin: 10px 5px;
  width: 250px;
  text-align: center;
  background: #ffffff2e;
  cursor: pointer;
}
ul.d-flex-rop li p {
    font-size: 20px;
    color: #0e113b;
}
ul.d-flex-rop li img {
    width: 85px;
    margin: 0 0 15px 0;
}
section.clientsMice {
    background: #f5f5f5;
    padding: 25px 10px;
}

.travelo-box h2 {
    font-size: 24px;
    margin: 20px 0 8px 0;
}

.travelo-box h4 {
    font-size: 20px;
    margin: 20px 0 6px 0;
}

.travelo-box ul li {
    list-style: disc;
}
.mice_app_indx img {
    width: 50px;
    height: auto;
    margin-bottom: 6px;
}

.row_box {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 10px;
}

.row_box img {
    width: 50px;
    height: auto;
    margin: 10px;
}

.row_box h6 {
    font-size: 20px;
}

.row_box p {
    font-size: 14px;
    line-height: 1.4;
}
.Planning h1 {
    font-size: 40px;
    font-weight: 400;
    margin-top: 60px;
}

.Planning h1 span {
    font-weight: 700;
    color: #ec4a2f;
}

a.Lets {
    font-size: 18px;
    border: 1px solid #ec4a2f;
    padding: 10px 30px;
    border-radius: 30px;
    color: #ec4a2f;
    outline: none;
    float: right;
}

a.Lets:hover {
    border: 1px solid #ec4a2f;
    color: #fff;
    background: #ec4a2f;
}

/*
.VideoBanner .owl-nav .owl-prev:before {
    content: url(../img/left.png);
    font-size: 30px;
    font-weight: 200;
    padding: 6px 19px 13px 7px;
    margin-left: 15px;
    position: absolute;
    left: 0px;
    top:38%;
}
.VideoBanner .owl-nav .owl-next:before {
    content: url(../img/right.png);
    font-size: 30px;
    font-weight: 200;
    padding: 6px 11px 13px 7px;
    margin-left: 15px;
    position: absolute;
    right: 0px;
    top:38%;
}
.owl-nav span {
    display: none;
} */
