.contactbanner{
    position: relative;
}
.contactbanner h1{
        position: absolute;
    top: 15rem;
    right: 11rem;
    font-size: 6rem;
}
.inquiry h2{
    background-color: #94c7f9;
}
.contactForm{
  
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.contactForm form{
  background-color: #f0f2f5;
}
.contactbanner{
    position: relative;
}
.form-control, .form-select{
    padding: 15px;
    box-shadow: none;
    outline: 0;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
    outline: 0;
}
 .form-select{
    font-size: 20px !important;
 }

 .btn-animation{
    border: none;
    background-color: #94c7f9;
    font-size: 20px;
    padding: 15px;
    width: 200px;
    text-transform: capitalize;
    cursor: pointer;
    transform: all 0.3s;
    position: relative;
}
.btn-animation:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
    border-top: 2px solid #0d6efd;
    border-left: 2px solid #0d6efd;
  transition:all 0.25s;
}
.btn-animation:hover:before ,.btn-animation:hover:after{
  width:104%;
  height:110%;
}
.btn-animation:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid #0d6efd;
  border-right:2px solid #0d6efd;
  transition:all 0.30s;
}
.boxheight{
  height: 250px;
}

@media(max-width:767px){
    .contactbanner h1 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.9rem;
}

.connectform h3 {
    font-size: 35px;
}
.contactForm{
    padding: 15px;
}
}


@media(min-width:768px){
.boxheight{
  height: 200px;
}
}

@media(min-width:992px){

}
@media(min-width:1600px){
.boxheight{
  height: 250px;
}
}