.ContactUs-OuterSphere {
  background-color: white;
  padding: 55px 47px 62px 47px;
}

.ContactUs-One{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ContactUs-One-left{
  width: 814px;
}

.ContactUs-One-Ul{
  display: flex;
  flex-wrap: wrap;
  grid-gap: 85px 0;
}

.ContactUs-One-Li{
  display: flex;
  align-items: center;
  width: 50%;
}

.ContactUs-One-Li-left img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ContactUs-One-Li-right{
  margin-left: 32px;
}

.ContactUs-One-Li-right-title{
  font-size: 16px;
  color: #0a0202;
  font-weight: bold;
}

.ContactUs-One-Li-right-text{
  font-size: 18px;
  color: #1e2c49;
}

.ContactUs-One-right{
  width: 340px;
  display: flex;
  justify-content: space-between;
}

.ContactUs-One-right-box{
  width: 147px;
}

.ContactUs-One-right-box img{
  width: 147px;
  height: 147px;
  border: 1px solid #1e2c49;
}

.ContactUs-One-right-text{
  text-align: center;
  margin-top: 26px;
}

.ContactUs-Two{
  margin-top: 90px;
  padding-bottom: 70px;
  width: 1306px;
  height: 383px;
}

.ContactUs-Three{
  padding: 60px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.ContactUs-Three-top-title{
  font-size: 24px;
  font-weight: bold;
  color: #2e2e2e;
}

.ContactUs-Three-top-text{
  font-size: 16px;
  color: #818181;
  margin-top: 20px;
}

.ContactUs-Three-bom{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.ContactUs-Three-bom-left{
  width: 641px;
}

.ContactUs-Three-bom-left-top{
  position: relative;
}

.ContactUs-Three-bom-left-top-input{
  width: 536px;
  height: 48px;
  padding-left: 103px;
  color: #191919;
  font-size: 16px;
  border: 1px solid #eeeeee;
  background-color: #fbfbfb;
  border-radius: 5px;
}

.ContactUs-Three-bom-left-top-input:focus{
  outline:none;
  border: 1px solid #1e2c49;
}

.ContactUs-Three-bom-left-top-title{
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 16px;
  color: #2e2e2e;
}

.ContactUs-Three-bom-left-top-title span{
  color: #f02121;
}

.ContactUs-Three-bom-left-bom{
  margin-top: 24px;
}

.ContactUs-Three-bom-left-bom-text{
  padding: 27px 18px;
  width: 603px;
  height: 142px;
  color: #191919;
  border: 1px solid #eeeeee;
  background-color: #fbfbfb;
  border-radius: 5px;
  font-size: 16px;
}

.ContactUs-Three-bom-left-bom-text::placeholder{
  color: #191919;
  font-size: 16px;
}

.ContactUs-Three-bom-left-bom-text:focus{
  outline:none;
  border: 1px solid #1e2c49;
}

.ContactUs-Three-bom-right{
  display: flex;
  flex-direction: column;
  grid-gap: 24px 0;
}

.ContactUs-Four{
  margin-top: 50px;
  display: flex;
}

.ContactUs-Four-but{
  display: block;
  font-size: 16px;
  color: #ffffff;
  background-color: #1e2c49;
  line-height: 36px;
  padding: 0 40px;
  border-radius: 25px;
  border: 0;
}

.ContactUs-Four-but:hover{
  background-color: #f02121;
}

.SubPageBigBox{
  padding-bottom: 84px !important;
}

.SinglePage-mainTop-left-Lia{
	color: #2e2e2e !important;
}