.achievements .card-img-top {
  height: 300px !important;
}

.corporate-banner-sec .banner {
  background-position: top;
}

@media only screen and (min-width: 1500px) {
  .corporate-banner-sec .banner {
    height: 37em !important;
  }
}

/* .row {
  margin: auto;
} */

#wrapper .corporate-sec-3 {
  background-position: center 20%;
}

@media only screen and (max-width: 1240px) {
  .banner-header {
    padding-top: 30px;
  }

  .corporate-sec-2 .sec2-txt {
    width: 100% !important;
  }

  .mob-hotline a {
    text-decoration: none;
    color: #a32a29;
  }
}

/*#wrapper .tabs-sec .tab-list .tabcontent .articles-sec .card {*/
/*margin: auto;*/
/*}*/

/*.card-body .row {*/
/*height: 100%;*/
/*}*/

.customgcr {
  min-height: 52px !important;
}

.max800 {
  max-width: 800px;
  margin: auto;
}

.bg-beige {
  background-color: #f4ab7a;
  color: white;
}

#wrapper .corporate-sec-3 {
  margin-bottom: 0;
}

.bg-eqorange {
  background-color: #db8b47 !important;
  font-family: "D-DIN";
  color: white;
}

#wrapper .content {
  max-height: unset !important;
}

/* INVESTOR PAGE */
.investor-slider .owl-nav {
  text-align: right !important;
}

.tx-brown {
  color: #a32a29 !important;
}

.pagination {
  margin: 0px 0 20px;
  z-index: 9;
  width: 100%;
  justify-content: center;
  position: relative;
}

.pagination span,
.pagination a {
  flex-basis: 5em;
  display: block;
  text-align: center;
  color: #a32a29;
  font-weight: bold;
  margin: 0 3px;
  padding: 10px 0;
  cursor: pointer;
  transition: 300ms;
  background-color: #fff;
  border-radius: 2px;
}

.pagination span:hover,
.pagination a:hover,
.pagination span.current,
.pagination a.current {
  background-color: #a32a29;
  color: #e8e9eb;
}

.pagination .next::after {
  content: "";
}

.position-unset {
  position: unset !important;
}

.owl-nav.disabled {
  display: none;
}


/* Modal styles */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content1 {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 20px;
  width: 80%;
  max-width: 350px;
}

.close {
  color: #A32A29;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
  padding: 0 10px 3px;
  border-radius: 50%;
}

.close:hover,
.close:focus {
  color: #f4ab7a;
  text-decoration: none;
}

.modal-button1 {
  padding: 5px 15px;
  background-color: #A32A29;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin: 10px 0;
  display: inline-block;
  white-space: nowrap;
}

.modal-button1:hover {
  background-color: #f4ab7a;
}

/* Center the image */
.modal-content1 img {
  display: block;
  margin: 0 auto;
  width: 52px;
}

#contactModal1 {
  z-index: 2;
}