	html,body  {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
.text-section {
  padding-right: 64px;
  display: flex;
  justify-content: flex-end;
}

.images-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.first-section {
      display: flex;
  justify-content: flex-end;
}
.contact-second-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
}

.main-heading {
  color: #121212;
  font-family: "Beatrice Trial", Sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.05em;
  max-width: 500px;
}

.skype-box {
    background-color: #000;
 
   padding-left: 30px;
   padding-right: 8px;
}
.skype-bp {
    padding-top: 8px;
    padding-bottom: 45px;
       color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.skype-logo {
  text-align: right;
}
.skype-logo svg {
    height: 75px;
    fill: #5555;
    position: relative;
    width: 75px;
}
.contact-label {
 color: #555;
    font-family: "Kanit", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
}

.skype-id {
    color: #FFF;
    font-family: "Kanit", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
}
.skype-id a{
    color: #FFF;
    font-family: "Kanit", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2em;
}
.contact-first-img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-end;
  width: 100%;
}
#frm-action-171494 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
#frm-action-171494 > .bp_form_field:nth-child(5) {
  grid-column: span 2;
}
#frm-action-171494 input {
  width: 100%;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  height: 50px;
  background-color: #fff0;
  color: #121212;
  border-radius: 0 0 0 0;
  margin: 0 0 25px 0;
  outline: 0;
}
#frm-action-171494 input::placeholder,
#frm-action-171494 textarea::placeholder {
  color: #121212;
}
.bp_form_label_up {
  display: none;
}
#frm-action-171494 textarea {
  height: 40px;
  background-color: #fff0;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  color: #121212;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #c2c2c2;
  border-radius: 0 0 0 0;
  margin: 15px 0 15px 0;
  width: 100%;
}
.bp-btn-send {
  position: relative;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.5px;
  height: 65px;
  padding: 0 40px 0 40px;
  margin: 0 0 0 0;
  border-radius: 0 30px 0 30px;
  gap: 5px;
  color: #fff;
  fill: #fff;
  background-color: #121212;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #121212;
  overflow: hidden;
  z-index: 0;
}
.bp-btn-send:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.bp-btn-send:hover {
  border-color: #121212;
  color: #555;
  fill: #555;
}
.bp-btn-send:hover::after {
  height: 400%;
  opacity: 1;
}
.contact-intro {
  max-width: 400px;
}
.contact-intro h2 {
  color: #121212;
  font-family: "Kanit", Sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.22em;
}
.contact-info a {
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  fill: #555;
  color: #555;
  padding: 0 0 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  position: relative;
}
.contact-info a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #555;
  transition: all 0.3s;
}
.contact-info a:hover:after {
  width: 0;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-address {
  margin-top: 5px;
}
.contact-address p {
  color: #555;
  font-family: "Kanit", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px;
}
.contact-top  .row {
    margin: 0;
}
.top-section {
  display: flex;
  margin-bottom: 110px;
}
.contact-heading {
  color: #121212;
  font-family: "Beatrice Trial", Sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 0.95em;
}
.subtitle {
  margin-top: 10px;
}
.form-contact {
  padding: 150px 0;
}
.contact-top {
  padding: 150px 0 30px;
}
@media (max-width: 1366px) {
  .images-section {
    gap: 25px 25px;
    row-gap: 25px;
    column-gap: 25px;
  }
  .contact-first-img,
  .contact-second-img {
    gap: 25px 0px;
    row-gap: 25px;
    column-gap: 0px;
  }
  .main-heading,.contact-heading{
    font-size: 80px;
  }
  .skype-id {
      font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .main-heading,.contact-heading {
    font-size: 70px;
  }
  .skype-id  {
     font-size: 20px;
  }
}
@media (max-width: 1024px) {
    .skype-id {
        font-size: 18px;
    }
  .images-section {
    gap: 20px 20px;
    row-gap: 20px;
    column-gap: 20px;
  }
  .contact-first-img,
  .contact-second-img {
    gap: 20px 0px;
    row-gap: 20px;
    column-gap: 0px;
  }
  .main-heading,.contact-heading {
    font-size: 50px;
  }
  
}
@media (max-width:992px) {
    .text-section {
        justify-content: start;
    }
    .contact-top {
        padding-top: 50px;
        padding-bottom: 15px;
    }
}
@media (max-width: 880px) {
  .main-heading,.contact-heading {
    font-size: 40px;
  }
  .contact-intro h2 {
      font-size: 20px;
  }
}
@media (max-width: 767px) {
    #frm-action-171494 > .bp_form_field:nth-child(5) {
        grid-column: auto;
    }
    #frm-action-171494 {
        grid-template-columns: repeat(1, auto);
    }
    .form-contact .container {
        max-width: 100%;
    }
    .top-section {
        flex-direction: column;
        margin-bottom: 20px;
    }
  .images-section {
    gap: 15px 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .contact-first-img,
  .contact-second-img {
    gap: 15px 15px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .main-heading,.contact-heading {
    font-size: 36px;
  }
  .first-section {
      width: 100%;
  }
  .images-section {
      flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .contact-heading {
    width: 70%;
  }
  .subtitle {
    width: 30%;
  }
  .first-section {
    width: 35%;
  }
  .second-section {
    width: 72%;
  }
}

