#contact {
    background-color: #050505;
}

.contact-us-banner {
 
    min-height: 700px;
        position: relative;
    padding: 15px 70px;
}


.contact-us-title{
    font-size: 60px;
    color: white;
}


.contact-us-description {
    font-size: 21px;
    color: white;
}

.contact-us-content{
    display: flex;
        flex-wrap: wrap;
        margin-top: 25px;

}

.contact-us-form{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.contact-us-info{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding-top: 50px;

}
.contact-us-input-group {
    margin-top: 10px;

}

.contact-us-input-group label {
    color: white;
    font-size: 16px;
}

.contact-us-input{
    position: relative;
}

.contact-us-input img {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
}

.contact-us-input input {
    width: 50%;
    border-radius: 7px;
    border: none;
    padding: 14px 60px 14px 12px;}

.input-with-icon input{
    width: 50%;
    padding: 14px 36px;
}


.no-arrows {
    -moz-appearance: textfield; 
    -webkit-appearance: none; 
    appearance: none;
  }
  
  .no-arrows::-webkit-inner-spin-button,
  .no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .contact-us-input textarea{
    width: 50%;
    height: 100px;
    border-radius: 11px;
    resize: none;
    padding: 9px 57px 10px 10px;

  }

  .contact-us-btn{
    margin-top: 14px;
    width: 58%;
    border-radius: 6px;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 1.5px solid #713DFF;
    padding: 10px 42px;
    border-radius: 21px;
    color: white;
    background-color: transparent;
  }


  .contact-us-info h3{
    color: white;
    font-size: 42px;
    margin: 0;
  }

  .contact-us-info-data{
    display: flex;
        align-items: center;
        margin-bottom: 16px;
    }


  .contact-us-info-data img{
    margin-left: 10px;
  }


  
  .contact-us-info-data span{
    font-size: 20px;
    color: white;
  }


  @media (max-width:768px){
.contact-us-info{
    display: none;

  }

  .contact-us-form {
    flex-basis: 100%;
    align-items: center;
}

  .contact-us-banner {
    padding: 15px 32px;
  }
  .contact-us-content {
    justify-content: start;
}

  .input-with-icon input {
    width: 80%;  }
  .contact-us-input input {
    width: 80%;  }

  .contact-us-input textarea {
    width: 80%; 
    padding: 9px 10px 10px 61px; }

    .contact-us-title {
        font-size: 45px;

    }

    .contact-us-description {
        font-size: 18px;
    }

    .contact-us-btn-group{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .contact-us-btn{
        width: 100%;
    }
    .contact-us-input-group{
    width: 100%;
    }
        
}