.contact-section-1{
    padding: 5rem 2rem;
}
.contact-section-1-left{
    padding-right: 5%;
}
.br-1{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-section-1-left img{
	width: 100%;
	display: block;
	transition: 0.5s ease;
	margin: 0 0 50px 0;
}
.contact-section-1-right{
    padding-left: 10%;
}
.contact-section-1-left h1{
    font-family: 'tf2build';
  font-size: 2.5rem;
  line-height: 1.2;
  color: #333;
  margin: 0 0 15px 0;
}
.contact-section-1-left .desc {
  color: rgb(0 0 0 / 80%);
  max-width: 50%;
  font-size: 14px;
  margin: 0 0 50px 0;
}
.contact-section-1-left .text {
  color: rgb(0 0 0 / 80%);
  max-width: 50%;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.contact-section-1-left .text-pb {
    padding: 0 0 80px 0;
}
.contact-section-1-left .text-mb {
    margin:0 0 50px 0;
}
.contact-section-1-left .call-btn, .contact-section-1-left .call-btn:hover, .contact-section-1-left .call-btn:focus, .contact-section-1-left .call-btn:active{
    display: inline-block;
    color: black;
  padding: 7px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-decoration: none;
  border-radius: 20px;
}
.contact-section-1-right h3{
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0 0 20px 0;
}
.form-group{
    margin: 0 0 40px 0;
}
.form-label{
    font-size: 14px;
  color: #999;
  margin: 0 0 5px 0;
  width: 100%;
}
.form-input, .form-input:hover, .form-input:focus, .form-input:active{
    width: 100%;
    padding: 0 0 5px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: none;
}
.submit-btn, .submit-btn:hover, .submit-btn:focus, .submit-btn:active{
    padding: 10px 30px;
    border: 0;
    background: black;
    color: white;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
}
@media (max-width:1200px){
    .contact-section-1-left h1, .contact-section-1-right h3 {
        font-size: 32px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:1024px){
    .contact-section-1-left h1, .contact-section-1-right h3 {
        font-size: 32px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:992px){
    .contact-section-1-left h1 {
        font-size: 24px;
        max-width: 60%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 50%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:768px){
    .contact-section-1{
        padding: 3rem 1rem;
    }
    .contact-section-1-left h1 {
        font-size: 24px;
    max-width: 60%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 50%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:575px){
    .contact-section-1{
        padding: 3rem 1rem;
    }
    .contact-section-1-left h1 {
        font-size: 24px;
    max-width: 60%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 50%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:425px){
    .contact-section-1-left h1 {
        font-size: 22px;
        max-width: 80%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 70%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:375px){
    .contact-section-1-left h1 {
        font-size: 22px;
        max-width: 80%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 90%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}
@media (max-width:320px){
    .contact-section-1-left h1 {
        font-size: 22px;
        max-width: 100%;
    }
    .contact-section-1-right {
        padding-left: 0;
        padding-top: 10%;
    }
    .contact-section-1-left .desc {
        max-width: 90%;
    }
    .contact-section-1-right h3 {
        font-size: 22px;
    }
    .form-label {
        font-size: 12px;
    }
}