.transparent2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  backdrop-filter: blur(5px);
}
.transparent.active {
  display: block;
}

.inside-message-2 {
  display: none;
  position: fixed;
  padding: 50px;
  background: #ffffff;
  box-shadow: -60px 60px 40px 0 rgba(1, 55, 99, 0.11);
  width: 8rem;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.inside-message-2 .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 40px;
  color: #333;
  font-weight: lighter;
  cursor: pointer;
}
.inside-message-2 .contact01 {
  padding: 0;
}
.inside-message-2 .contact01 .right {
  width: 100%;
  float: none;
  padding: 0;
  overflow: hidden;
}
.contact01 .right .ibt{
	margin-bottom: 33px;
	font-size: 46px;
    color: #000000;
}
.contact01 .right ul {
  margin: 0 -30px;
}
.contact01 .right ul li {
  width: 100%;
  float: left;
  padding: 0 30px;
  margin-bottom: 30px;
}
.contact01 .right ul li .span {
  font-size: 18px;
  color: #1d1d1d;
  margin-bottom: 40px;
}
.contact01 .right ul li .span font {
  color: #ff0000;
}
.contact01 .right ul li input,
.contact01 .right ul li textarea {
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #b3b3b3;
  border: solid 1px #dedede;
  font-family: Montserrat-Light;
  background: none;
  padding: 0 20px;
}
.contact01 .right ul li textarea {
  height: 134px;
  padding: 10px 20px;
}
.contact01 .submit{
	padding-top: 0.20rem;
}
.contact01 .submit a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
	background: linear-gradient(90deg, #0f5089, #4cbbd3);
}
@media (max-width: 1200px) {
  .inside-message-2 {
    padding: 20px;
    box-shadow: -6px 6px 40px 0px rgba(1, 55, 99, 0.11);
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
  }
  .inside-message-2 .close {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 40px;
  }
}
