.contact-container {
  padding-top: 40px;
}

.ordinary-question ul li {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
  color: #003279;
  font-family: 'Barlow-Medium';
}


.ordinary-question ul li.active {
  font-size: 20px;
  color: #202020;
  margin-bottom: 36px;
}

.ordinary-question ul li a {
  cursor: none;
}

.com-right-model {
  max-width: 1040px;
  width: 100%;
}

.contact-form h4 {
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  background: #F5F5F5;
  border: none;
  padding: 0 30px;
}

.contact-form input {
  margin-bottom: 20px;
  height: 56px;
}

.first-input input:first-child {
  margin-right: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 16px;
  color: #666;
}

.select {
  position: relative;
  background: #F5F5F5;
}

.select select {
  position: relative;
  display: flex;
  width: 97%;
  padding: 0 25px;
  color: #666;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  background-color: #f5f5f5;
  cursor: pointer;
  margin-bottom: 20px;
}

.contact-form textarea {
  height: 140px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.contact-submit {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}

.contact-submit input {
  height: 48px;
  color: #fff;
  font-family: 'Barlow-Bold';
  cursor: pointer;
  background: #003279;
  transition: all 0.5s;
}

.contact-submit input:hover {
  background: #DA2725;
  transition: all 0.5s;
}

.contact-form p {
  font-size: 14px;
  color: #666;
}

.contact-form p span {
  color: #003279;
}

.map-container {
  padding: 100px 0 120px;
}

.map-content {
  margin-top: 80px;
}

.map-container .map-title {
  position: relative;
  text-align: center;
}

.map-container .map-title::after {
  position: absolute;
  top: 29px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  content: '';
}

.map-container .map-title .title {
  position: relative;
  padding: 0 30px;
  width: fit-content;
  margin: auto;
  background: #fff;
}

.map-container-title {
  font-size: 20px;
  font-family: 'Rajdhani-Bold';
  margin-bottom: 50px;
}

.com-left-model {
  width: 320px;
  margin-right: 30px;
  flex-shrink: 0;
}

.information ul {
  padding-top: 20px;
  overflow: hidden;
}


.information ul.active {
  overflow: visible;
}


.information li {
  margin-bottom: 45px;
  color: #666;
}

.information li p {
  line-height: 1.5;
}

.information li a:hover {
  color: #003279;
  text-decoration: underline;
}

.information h3 {
  font-size: 24px;
  font-family: 'Barlow-Medium';
  margin-bottom: 20px;
}

.information .more {
  color: #003279;
  font-size: 24px;
  font-family: 'Barlow-Medium';
  cursor: pointer;
}

.information .more:hover {
  text-decoration: underline;
}

.map iframe {
  max-width: 1040px;
  width: 100%;
  height: 480px;
}

@media (max-width: 1023px) {
  .contact-container {
    padding-top: 20px;
  }

  .contact-form input,
  .contact-form textarea,
  .select select {
    padding: 0 15px;
  }

  .contact-form textarea {
    padding-top: 20px;
  }

  .contact-form p span {
    line-height: 1.5;
  }

  .map iframe {
    height: 450px;
  }

  .map-container {
    padding: 80px 0 100px;
  }

  .map-content  {
    margin-top: 60px;
  }

  .map-container .map-title::after {
    top: 17px;
  }
}

@media (max-width: 767px) {
  .contact-form-container,
  .map-content  {
    flex-direction: column-reverse;
  }

  .com-left-model {
    width: 100%;
    margin-right: 0;
  }

  .ordinary-question ul li {
    margin-bottom: 15px !important;
  }

  .com-right-model {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .contact-container {
    padding-top: 0;
  }

  .map-container {
    padding: 50px 0;
  }

  .map-content {
    margin-top: 45px;
  }

  .map-container-title {
    margin-bottom: 35px;
  }

  .information ul {
    padding: 0;
  }

  .information li {
    margin-bottom: 30px;
  }
}