html.htmlNewContact{
	font-size:100%;
}

body.page-template, .page-template button, .page-template input, .page-template select, .page-template textarea, .page-template .ast-button, .page-template .ast-custom-button{
	line-height:normal;
	 font-family: "thickbow";
}

body.contactUsPage {
  width: 100%;
  height: 100%;
  background-image: url("./../img/ContactusBackground.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.mainContact {
  width: 100%;
  height: auto;
  padding:100px 100px 10px 100px;
  display: flex;
  align-items: self-start;
  max-width: 1600px;
  margin: 0 auto;
}
section.mainContact .left {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}
.left .contact_form {
  width: 100%;
  height: fit-content;
  background: #fff;
  padding: 4rem 3rem;
  border-radius: 15px;
  border: 1px solid #e4e4e4;
}
.contact_form .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
.contact_form .form-group input {
  width: 100%;
  height: 46px;
  border-radius: 50px;
  border: 1px solid #e4e4e4;
  outline: none;
  padding-left: 1rem;
  font-family: "thickbow";
  font-size: 18px;
}
.contact_form .form-group textarea {
  width: 100%;
  height: 150px;
  resize: none;
  font-family: "thickbow";
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  padding: 1rem;
  outline: none;
  font-size: 18px;
}
.contact_form input[type="submit"].inputBtnSubmit, .inputBtnSubmit {
  background: #000;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  outline: none;
  border: none;
  color: #fff;
  font-family: "thickbow";
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}
section.mainContact .right {
  width: 60%;
  padding-left: 2.5rem;
  font-family: "thickbow";
  margin-top: 75px;
}
.right h1 {
	font-weight: 500;
	font-size: 3.5rem;
	color: #000;
	font-family: "thickbow";
	line-height: normal;
}
.right p {
  color: #000;
  font-weight: 500;
  font-size: 1.44rem;
  margin-top: 0.5rem;
  line-height: 2.2rem;
}
.right h5.cif {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 20px;
}
.right .group {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.right .group .ic {
  width: 45px;
  height: 45px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 2rem;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000;
	font-family: "thickbow";
}
.text p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #454545;
  line-height: 1rem;
}

.contact_form .form-group p{
  width: 100%;
}
.contact_form .form-group span{
	font-family: "thickbow";
}


.websiteCompany p{
	display:flex;
	gap:10px;
}
.screen-reader-response{
	display:none;
}

.websiteCompany p span[data-name="company_name"], .contact_form .form-group p span[data-name="website_link"]{
	 width: 50%;
}



@media (max-width: 900px) {
  section.mainContact {
    padding: 30px 20px;
  }
  section.mainContact .left {
    width: 50%;
  }
  section.mainContact .right {
    width: 50%;
  }
}

@media (max-width: 500px) {
  section.mainContact {
    flex-direction: column-reverse;
    height: fit-content;
  }

  section.mainContact .left {
    width: 100%;
  }

  section.mainContact .right {
    width: 100%;
    padding-left: 10px;
    margin-top: 10px;
  }
  .right h1{
    font-size: 2.5rem;
  }
  .right p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .left .contact_form{
    padding: 2rem 1.5rem;
  }
  .contact_form .form-group{
    margin-bottom: 1rem;
  }
}
