.park-vitta1,
.park-vitta2,
.park-vitta3 {
  height: 100%;
}


.contact-box {
  position: relative;
  width: 100%;
  height: 1450px;
  background-image: url(../images/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
}

.contact-box .map-wp {
  position: sticky;
  top: 78px;
  width: 100%;
  text-align: right;
}

.map-wp img {
  display: block;
  width: 50%;
  object-fit: cover;
  margin-left: auto;
}

.contact-wp {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-top: 70px;
  padding-left: 120px;
  background-color: #fff;
}

.c-title {
  font-size: 32px;
  font-weight: 600;
  color: #090C10;
  line-height: 72px;
}

.contact-list {}

.contact-item {
  padding-top: 22px;
}

.i-title {
  margin: 18px 0;
  font-size: 22px;
  font-weight: 600;
  color: #090909;
  line-height: 32px;
	text-transform: capitalize;
}

.c-p {
  display: flex;
  align-items: flex-start;
  margin: 12px 0;
}
.c-p .c-t {
  line-height: 38px;
  vertical-align: top;
}
.c-p .c-t img{
  display: inline-block;
  /* display: flex;
  align-items: center; */
}

.c-p img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.c-p .font-sm{
  font-size: 16px;
}

.c-p p {
  margin-left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}

@media (max-width: 1400px) {
  .contact-wp {
    padding-left: 5%;
  }

  .contact-item {
    padding-top: 15px;
  }

  .c-title {
    font-size: 30px;
  }

  .c-title {}

  .i-title {
    font-size: 18px;
  }

  .c-p p {
    font-size: 14px;
    /* line-height: 1.8; */
  }
  .c-p .font-sm{
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .contact-wp {
    position: static;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 70px;
  }

  .contact-box .map-wp {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  .map-wp img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .contact-box {
    
  }

  .contact-wp {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .c-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .i-title{
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  .c-p img {
    width: 16px;
    height: 16px;
  }
  .c-p p {
    margin-left: 6px;
    font-size: 12px;
  }
}