.contact-block {
    padding: 30px 30px;
    border-radius: clamp(18px, 1.25vw, 48px);
    border: 0.5px solid #f1f2f7;
    height: 100%;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
  }
  .contact-form  .light-gray {
    color: #92949f !important;
  }
  .contact-form  .mb-24 {
      margin-bottom: 23px;
  }
  .contact-form .input-block {
    position: relative;
  }
  .contact-sec .contact-block .input-block input {
    padding-left: 16px;
    color: #92949f;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
  }
  .contact-form .form-control {
    padding: 10px 10px !important;
    height:60px !important;
    padding-left: 15px !important;
    border-radius: clamp(4px, 0.417vw, 5px) !important;
    border: 1px solid #c0c6e0 !important;
    background: transparent !important;
    font-family: "Urbanist", sans-serif !important;
    font-size: 15px  !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    position: relative !important;
    color: #6c757d !important;
    box-shadow: none !important;
  }
  .contact-form  .mb-32 {
    margin-bottom: 24px;
  }
  .contact-form  textarea.form-control {
    min-height: 100px;
    max-height: 100px;
  }
  .contact-block h4 {
    color: #623895;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 25px;
  }
  select#et_pb_contact_company_type_1 {
    padding: 10px 10px;
    padding-left: 15px;
    border-radius: clamp(4px, 0.417vw, 5px);
    border: 1px solid #c0c6e0;
    background: transparent;
    font-family: "Urbanist", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    color: #7b838a;
    box-shadow: none;
    width: 100%;
    height: 60px;
  }
  
  section.our-partner {
    padding: 60px 0px;
  }
  .our_heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  
  .our_heading h2 {
    font-size: 50px;
    font-size: 35px;
    font-weight: 600;
    color: #623895;
  }
  
  .our_heading p {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    color: #757065;
    margin: 18px 0 20px;
    font-family: "Sen", sans-serif;
    font-style: normal !important;
  }

@media (max-width:1199px){
  .contact-block {
    padding: clamp(16px, 1.667vw, 51px);
    border-radius: clamp(18px, 1.25vw, 48px);
    border: 0.5px solid #f1f2f7;
    height: 100%;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto;
}
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.et_pb_contact_select{
  padding: 10px 10px;
  padding-left: 15px;
  border-radius: clamp(4px, 0.417vw, 5px);
  border: 1px solid #c0c6e0;
  background: transparent;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #7b838a;
  box-shadow: none;
  width: 100%;
  height: 60px;
}
.quote {
	padding: 160px 0 80px 0 !important;
}

.img-contact img {
	width: 100%;
	border-radius: clamp(18px, 1.25vw, 48px);
	height: 446px;
}