/* === BASE HEADING === */

h4 {
  position: relative;
  padding: 0;
  margin: 0;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* === HEADING STYLE #3 === */
.three h4 {
  font-family: 'Raleway', sans-serif !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 7px;
  position: relative;
}
.three h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 110px;
  background-color: #e8222c;
  z-index: 1;
}
.three h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.pre-wrap {
  position: fixed;
  content: '';
  transform: translate(-100%, -240%);
  font-size: 62px;
}
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background-color: #030724;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}
.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fe354d;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.error {
  display: block !important;
  margin-top: -26px;
  margin-bottom: 11px;
  color: red;
}

.success {
  display: block !important;
  margin-top: -26px;
  margin-bottom: 11px;
  color: green;
}
.contentcls{
  /* border-top-right-radius: 32px;  */
  /* border-bottom-left-radius: 32px; */
  border-radius: 32px;
}
.text-black
{
  color: #000000;
}
.mt-30
{
  margin-top: 30px;
}
.mb-30
{
  margin-bottom: 30px;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #e8222c;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #e8222c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(232 34 44 / 10%);
}

.black-box
{
  background-color: #000000;

}
.red-box
{
  background-color: #e8222c;
}
.paddingtop
{
  padding-top: 50px;
}
.paddingbottom
{
  padding-bottom: 50px;
}
.cpb-20
{
  padding-bottom: 20px;
}
.bgcolorgray
{
  background-color: #f5f5f5;
}
.metamax_way ul li {

    font-weight: 400;
        font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #231f20;
    margin-left: 40px;
    list-style-type: none;
}
.metamax_way ul li::before {
    content: '';
    height: 22px;
    width: 22px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/check-circle-red.svg);
       /* left: 410px; */
    margin-top: 3px;
    margin-left: -32px;
}
.header-location {
    padding: 8px 0;
}
.header-location i {
    width: 16px;
    height: auto;
    margin-right: 10px;
    color: #ffffff;
}
.header-location h5 {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.9;
}