.NyContactBigBox {
  background: #E3E4E8;
  padding-bottom: 0;
}

.NyBox {
  padding: 0 var(--container);
  margin-top: 45px;
}

/* Box1 */
.ContactBox1 {
  border-radius: 36px;
  background: #fff;
  padding: 60px;
}

.ContactBox1 p {
  margin-top: 15px;
}

/* Box2 */
.ContactBox2 {
  border-radius: 36px;
  background: #fff;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
}

.item2 {
  width: 33.333%;
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
  padding: 0 30px;
}

.item2:last-child {
  border-right: 0px;
}

.item2 img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.item2 h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.item2 p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #606060;
}


@media (max-width: 1200px) {
  .ContactBox2 {
    padding: 60px 0;
  }

  .item2 {
    padding: 0 15px;
    grid-gap: 15px;
  }
}

@media (max-width:720px) {
  .ContactBox2 {
    padding: 30px 0;
  }

  .item2 {
    padding: 30px 15px;
    width: 100%;
    border-right: 0px solid #D9D9D9;
  }

  .item2 img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width:460px) {}

@media (max-width:380px) {}

/* Box3 */
.ContactBox3 {
  border-radius: 36px;
  overflow: hidden;
}

body {
  min-width: auto !important;
  min-height: auto !important;
}

.map,
.map,
.raw-html-embed {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}


.map .my-map {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}

@media (max-width: 992px) {
  .map {
    height: 400px;
  }
}

/* Box4 */
.Box4 {
  position: relative;
  padding-bottom: 120px;
}

.Box4::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: #fff;
}

.ContactBox4 {
  position: relative;
  z-index: 2;
  padding: 90px;
  border-radius: 36px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.1);
}

.ContactBox4 .title h1 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.ContactBox4 .title h2 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #626262;
}

form {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 15px;
}

label {
  display: flex;
  flex-wrap: wrap;
}

label h1 {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 15px;
  color: #585858;
  display: none;
}

label input {
  width: 100%;
  height: 70px;
  border: 1px solid #BDBDBD;
  padding-left: 15px;
}

label textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
  padding-left: 15px;
}

.input1 {
  width: calc(50% - 15px);
}

.input2 {
  width: 100%;
}

.input3 {
  width: 100%;
}

.input3 input {
  width: calc(100% - 260px);
  margin-right: 30px;
}

.input3 img {
  width: 230px;
  background: #fff;
}

.input4 {
  margin: 0 auto;
  width: 250px;
  height: 70px;
  background: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  form {
    grid-gap: 30px 0;
  }

}

@media (max-width:720px) {
  .ContactBox4 {
    padding: 30px;
  }

  form {
    margin-top: 30px;
  }

  label h1 {
    font-size: 16px;
  }

  label input {
    height: 45px;
  }

  .input1 {
    width: 100%;
  }

  form {
    grid-gap: 15px 0;
  }

  label h1 {
    margin-bottom: 5px;
  }

  label textarea {
    height: 100px;
  }

  .input3 input {
    width: calc(100% - 150px);
  }

  .input3 img {
    width: 120px;
    height: 45px;
  }

  .input4 {
    margin: 0 auto;
    margin-top: 30px;
    width: 180px;
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {

  .ContactBox1,
  .ContactBox2,
  .ContactBox3,
  .ContactBox4 {
    border-radius: 20px;
  }
}