.contactus {
  font-size: 18px;
  line-height: 1.75;
}
.contactus .pad {
  padding: 0 6%;
}
.contactus .toggle-content {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.contactus .toggle-content .btn {
  font-size: 20px;
  font-weight: 300;
  width: 300px;
  height: 55px;
  margin: 0 1vw;
  background-color: #f4f4f4;
  color: #c9c8c7;
}
.contactus .toggle-content .btn:hover,
.contactus .toggle-content .btn.active {
  background-color: #eb0028;
  color: white;
  transition: 0.3s ease-in-out;
}
.contactus-set {
  display: flex;
}
.contactus-set .box {
  margin-right: 4%;
  margin-bottom: 0.5rem;
}
.contactus-set .box.telbox {
  width: 14vw;
}
.contactus-set .box img {
  margin-right: 0.5rem;
}
.contactus .title {
  font-size: 26px;
  color: #eb0028;
  font-weight: 500;
  margin-bottom: 1rem;
}
.contactus .pad-right {
  padding-right: 1rem;
}

.contactus-map-form {
  display: flex;
  align-items: flex-start;
  border-radius: 0 25px 25px 25px;
  box-shadow: 0 0 7px #00000026;
  margin-top: 6rem;
  height: 680px;
}
.contactus-map-form .contactus-map {
  position: relative;
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.contactus-map-form .contactus-map .map-content {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.contactus-map-form .contactus-map img {
  height: 100%;
  border-radius: 0 0 0 25px;
  object-fit: contain;
  cursor: pointer;
}
.contactus-map-form .contactus-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 25px;
}
.contactus-map-form .contactus-form {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 18px;
  padding-bottom: 2rem;
}
.contactus-map-form .toggle-map {
  position: absolute;
  top: -37px;
  left: 0;
  display: flex;
  background: white;
  border: 1px #eb0028 solid;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.contactus-map-form .toggle-map-box {
  width: 150px;
  height: 35px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactus-map-form .toggle-map-box.active,
.contactus-map-form .toggle-map-box:hover {
  background-color: #eb0028;
  color: white;
  transition: 0.3s ease-in-out;
}
.map-img-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-direction: column;
  padding: 0 0 2rem 0;
}
.contactus .form-title {
  font-size: 26px;
  font-family: "Mitr", sans-serif;
  color: #eb0028;
  text-align: center;
  padding-bottom: 0.75vw;
}
.contactus .map iframe {
  width: 100%;
  height: 470px;
}

.contactus form {
  padding: 0 4rem;
}
.contactus form .input-pad {
  margin-bottom: 1vw;
}
.contactus form textarea {
  padding: 0.5rem;
  height: 10vw;
}
.contactus form textarea::placeholder,
.contactus form input::placeholder {
  font-size: 18px;
  color: #d9d9d9;
}
.contactus form label span {
  color: #eb0028;
}
.contactus form label {
  margin-bottom: 0.25rem;
}
.contactus form .privacy-policy label {
  font-size: 14px;
}
.content-contactus-faq {
  display: none;
}

.faq .collapse-box {
  margin-bottom: 2rem;
}
.faq .collapse-box .collapsible {
  background: white;
  padding: 1vw 1.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 7px;
  width: 100%;
  font-weight: 500;
  text-align: start;
  color: black;
}
.faq .collapse-box .collapsible.active {
  background-color: #eb0028;
  color: white;
  border-radius: 7px 7px 0px 0px;
  border: 1px #eb0028 solid;
}

.faq .collapse-box .collapsible .toggle-title {
  width: 85%;
}
.faq .collapse-box .collapsible .toggle-icon {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  background-color: #eb0028;
  color: white;
}
.faq .collapse-box .collapsible.active .toggle-icon {
  color: #eb0028;
  background-color: white;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.faq .collapse-box .collapsible .toggle-icon {
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.faq .collapse-box .collapsible + .content {
  max-height: 0;
  overflow: hidden;
}
.faq .collapse-box .collapsible + .content {
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 7px 7px;
}
.faq .collapse-box .collapsible.active + .content {
  border: 1px solid rgb(239, 239, 239) !important;
}

.faq .collapse-box .content .text {
  padding: 1vw 1.5vw;
  background-color: white;
}

.modal#modalMap .btn-close {
  right: 1rem;
  top: 1rem;
  position: absolute;
}
@media (max-width: 991px) {
  .contactus {
    font-size: 16px;
  }
  .contactus .toggle-content {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .contactus .toggle-content .btn {
    font-size: 16px;
    width: 160px;
    height: auto;
    margin: 0.25rem;
  }
  .contactus-set {
    flex-direction: column;
    margin-top: 1rem;
  }
  .contactus-map-form {
    flex-direction: column;
    height: auto;
    margin-top: 4rem;
  }
  .contactus-map-form .contactus-map {
    /*    height: 300px; */
  }

  .contactus-map-form .contactus-map iframe {
    height: 395px;
    border-radius: 0;
  }
  .contactus-map-form .contactus-form,
  .contactus-map-form .contactus-map {
    width: 100%;
            padding: 0;
  }
  .contactus form {
    padding: 1rem;
  }
  .contactus .pad {
    padding: 0;
  }
  .contactus .title {
    font-size: 22px;
  }
  .contactus-map-form .toggle-map {
    font-size: 16px;
    top: -37px;
  }

  .contactus .form-title {
    font-size: 22px;
  }

  .contactus form textarea::placeholder,
  .contactus form input::placeholder {
    font-size: 16px;
  }
  .contactus form .input-pad {
    margin-bottom: 1rem;
  }
  .contactus form textarea {
    height: 100px;
  }
  .contactus form label {
    font-size: 16px;
  }
  .faq .collapse-box .collapsible,
  .faq .collapse-box .content .text {
    padding: 1rem;
  }
  .faq .collapse-box .collapsible .toggle-icon {
    width: 30px;
    height: 30px;
  }
}
/* 
@media (min-width: 3000px) {
  .contactus-map-form .toggle-map-box {
    width: 8vw;
    height: 1.85vw;
  }
}
 */
