@import "font_mirt.css";

body {
  line-height: 1.5;
  font-family: 'Prompt', sans-serif;
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .container-fluid{
	max-width: auto;
	margin:0;
} */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}


.footer-col-contact {
  width: 25%;
  padding: 0 15px;

}

.footer-col-contact2 {
  width: 25%;
  padding: 0 15px;

}

.footer-col-contact h4 {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 400;
  position: relative;
}

.footer-col-contact h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff;
  height: 1.6px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col-contact h4#address::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 1.3em;
}

.footer-col-contact h4#addressen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.5em;
}


.footer-col-contact h4#tel::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 5.6em;
}

.footer-col-contact h4#telen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 6.8em;
}

.footer-col-contact h4#telen2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 3.4em;
}

.footer-col-contact h4#email::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 2.8em;
}

.footer-col-contact h4#fax::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.4em;
}

.footer-col-contact h4#faxen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 2em;
}

.footer-col-contact h4#time::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 4.5em;
}

.footer-col-contact h4#timeen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 7.2em;
}


.footer-col-contact h4#social::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 7em;
}

.footer-col-contact p {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.footer-col-contact p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 5.8em;
}

.footer-col-contact p#headen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 6.6em;
}

.footer-col-contact2 p {
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
}

.footer-col-contact2 p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 8.4em;
}

.footer-col-contact2 p#headen::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000000;
  height: 2px;
  box-sizing: border-box;
  width: 13em;
}


.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col-contact ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}


/* .linefooter {
  border-right: 2px solid gray;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 3rem;
  align-items: center;
} */

.more-button::cue {
  position: absolute;
  right: 0;
}

.mt-7 {
  margin-top: 65% !important;
}

/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}