.contact-container {
  position: relative;
  box-sizing: border-box;
}
.contact-container .main-container {
  max-width: 1200px;
  width: 88%;
  margin: 0px auto 120px;
}
.contact-container .main-container h2 {
  font-size: 64px;
  font-family: "MTNBrighterSans-Bold";
  color: #202020;
  line-height: 64px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .contact-container .main-container h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.contact-container .main-container h3 {
  font-family: "MTNBrighterSans-Bold", sans-serif;
  font-size: 24px;
  color: #202020;
  line-height: 30px;
}
@media (max-width: 768px) {
  .contact-container .main-container h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 860px) {
  .contact-container .main-container {
    width: 95.32%;
  }
}
.contact-container .main-container .tab-header-container {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 680px;
  margin-top: 50px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-header-container {
    padding: 30px 0px 15px 15px;
    margin-top: 0px;
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
}
.contact-container .main-container .tab-header-container .tab-btn {
  text-decoration: none;
  min-width: 120px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: none;
  border: solid 1px #cdcdcd;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-family: "WorkSans-Regular", sans-serif;
  padding: 10px;
  text-align: center;
  margin-left: 15px;
}
.contact-container .main-container .tab-header-container .tab-btn.active {
  background-color: #FFCB05;
  font-family: "WorkSans-Medium", sans-serif;
}
.contact-container .main-container .tab-header-container .tab-btn:hover {
  background-color: #E8E8E8;
  border: solid 1px #E8E8E8;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.contact-container .main-container .tab-header-container .tab-btn.active {
  background-color: #FFCB05;
  border: solid 1px #FFCB05;
}
.contact-container .main-container .tab-header-container .tab-btn:nth-child(1) {
  margin-left: 0px;
}
.contact-container .main-container .tab-header-container .tab-btn:last-child {
  margin-right: 15px;
}
.contact-container .main-container .tab-content-container {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-content-container {
    margin-top: 0px;
  }
}
.contact-container .main-container .tab-content-container .tab-content {
  display: none;
}
.contact-container .main-container .tab-content-container .tab-content h3 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-content-container .tab-content h3 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 20px 0px;
  webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt .title {
  font-size: 16px;
  font-family: "MTNBrighterSans-Bold", sans-serif;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt .title {
    font-size: 12px;
  }
}
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt .detail {
  margin-top: 0;
}
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt div,
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt p {
  max-width: 400px;
  font-size: 16px;
  color: #202020;
  font-family: "WorkSans-Regular", sans-serif;
  line-height: 150%;
  letter-spacing: -0.18px;
  text-decoration: none;
  margin-top: 0;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt div,
  .contact-container .main-container .tab-content-container .tab-content .address-item-cnt .details-cnt p {
    font-size: 12px;
  }
}
.contact-container .main-container .tab-content-container .tab-content .address-item-cnt img {
  margin-right: 30px;
  max-width: 22px;
  max-height: 22px;
}
@media (max-width: 768px) {
  .contact-container .main-container .tab-content-container .tab-content .address-item-cnt img {
    margin-right: 20px;
  }
}
