.banner{
  height: 500px;
}
.banner > .row{
  margin-top: 0;
  margin-bottom: -60px;
}
.form-container{
  background: #FFFFFF;
  border: 1px solid #AFCCE3;
  
}
.col-form{
  padding: 1.5rem 1rem;
  position: initial;
  /* display: flex; */
  align-items: center;
}
.col-form img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.col-map{
  padding: 0;
  border-right: 0.5px solid #A9C8E1;
  display: flex;
  flex-direction: column;
}
label{
  font-family: "poppins-bold";
  color: var(--blue);
}
input, textarea{
  background: #F3F7F8;
  border: 0.5px solid #A9C8E1;
  padding: 8px 24px;
  color: #777777;
}
textarea{
  height: 120px;
}
iframe{
  width: 100%;
  height: 305px;
  border-bottom: 0.5px solid #A9C8E1!important;
}
.contact-data{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-data, .contact-data a{
  color: #A7BED0;
}
.js-address{
  opacity: .5;
  transition: opacity .3s;
}
.js-address:hover{
  opacity: .75;
}
.js-address.active{
  opacity: 1;
}

@media (min-width: 768px) {
  .col-form{
    padding: 44px 52px;
    position: relative;
  }
  textarea{
    height: 200px;
  }
}
.bg-comtact{
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120%;
  width: auto;
  z-index: -1;
}
