
.middle-section.contact-us {
    background: #E6EBF1;
    padding-top: 140px;
  }
  html, body {
    height: 100%;
  }
  .contact-us-section .contact-us-inner .page-heading {
    color: #020e1d;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 40px;
  }
  .contact-info-section .banner-content {
    position: relative;
  }
  .contact-info-section .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: sticky;
    /* top: 140px;
    overflow: visible; */
  }
  
  .contact-info-section .banner-content img {
    border-radius: 24px;
    object-position: top center;
    width: 100%;
    height: 610px;
    object-fit: cover;
    max-width: 100%;
  }
  
  .contact-info-section .banner-content .image-text {
    position: absolute;
    bottom: 0;
    margin: 24px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(4px);
    z-index: 3;
  }
  
  .contact-info-section .banner-content .image-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding-right: 50px;
    margin-bottom: 16px;
    line-height: 100%;
  }
  
  .contact-info-section .banner-content .image-text p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
  }
  
  .contact-info-section .banner-content:after {
    background: linear-gradient(
      180.03deg,
      rgba(2, 14, 29, 0) 18.86%,
      rgba(2, 14, 29, 0.9) 81.23%
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 24px;
    display: block;
    content: "";
    position: absolute;
  }
  
  .send-message-section {
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding: 32px;
    background: #ffffff80;
    border-radius: 24px;
  }
  
  .send-message-section h3 {
    color: #020e1d;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 30px;
  }
  
  .form-captcha-custom .form-control {
    height: 44px !important;
    margin-top: 16px;
  }
  .form-captcha-custom .btn-primary {
    background: linear-gradient(99.56deg, #0D92F4 0%, #0A74C2 100%);
    border-radius: 24px;
    border: unset;
    padding: 10.5px 35px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    height: unset;
}
  .send-message-section  .div-btn > .btn-primary {
    height: 48px;
    width: 100%;
    background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%) ;
    border-radius: 24px;
    border: unset ;
  }
  
  .contact-info-details {
    background: linear-gradient(99.56deg, #0d92f4 0%, #0a74c2 100%);
    padding: 32px;
    margin-top: 40px;
    border-radius: 24px;
  }
  
  .contact-info-details h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px;
  }
  
  .contact-info-details .contact-card {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  
  .contact-info-details .contact-card .left {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 12px;
  }
  
  .contact-info {
    padding-bottom: 80px;
    background: #e6ebf1;
    border-radius: 0 0 24px 24px;
  }
  
  .contact-info-details .contact-card .left img {
    height: 24px;
    width: 24px;
  }
  
  .contact-info-details .contact-card .right h3 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin: 0;
    line-break: anywhere;
  }
  
  .contact-info-details .contact-info-icon {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  .contact-info-details .contact-info-icon li a {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .form-control {
    border: 1px solid #D9DCE2;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 12px 14px;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000;
}
.form-group {
    margin-bottom: 16px;
}
.form-control:focus{
    box-shadow: unset;
    border: 1px solid #000;
}

.form-control::placeholder {
    color: #8C96A9;
}
textarea.form-control {
    resize: none;
    height: 110px;
}
label {
    color: #596783;
    margin-bottom: 4px;
    font-size: 14px;
}
  /* Responsive start */
  
  @media (max-width: 1199px) {
    .middle-section.contact-us {
      padding-top: 120px;
    }
  
    .contact-us-section .contact-us-inner .page-heading {
      font-size: 36px;
      margin-bottom: 30px;
    }
  
    .contact-info-section .banner-content .image-text h2 {
      font-size: 28px;
      padding-right: 0;
    }
  
    .send-message-section h3 {
      margin-bottom: 20px;
    }
  
    .send-message-section {
      padding: 24px;
    }
  
    .contact-info-section .banner-content .image-text p {
      font-size: 14px;
    }
  }
  
  @media (max-width: 991px) {
    .contact-info{
        padding-bottom: 40px;
    }
    .contact-info-section .banner-content img {
      height: auto;
    }
  
    .contact-us-section .contact-us-inner .page-heading {
      font-size: 32px;
      margin-bottom: 20px;
    }
  
    .contact-info-section .banner-content .image-text h2 {
      font-size: 24px;
    }
  
    .contact-info-section .banner-content .image-text {
      padding: 12px;
      margin: 12px;
    }
  
    .send-message-section {
      padding: 16px;
    }
  
    .send-message-section h3 {
      font-size: 22px;
      margin-bottom: 16px;
    }
  
    .send-message-section  .div-btn > .btn-primary {
      height: 44px;
    }
  
    .contact-info-details {
      padding: 20px;
      margin-top: 30px;
    }
  
    .contact-info-details h3 {
      font-size: 20px;
    }
  
    .contact-info-details .contact-card .left {
      height: 36px;
      width: 36px;
    }
  
    .contact-info-details .contact-card .left img {
      height: 16px;
      width: 16px;
    }
  
    .contact-info-details .contact-card .right h3 {
      font-size: 14px;
      line-height: 1.3;
    }
  
    .contact-info-details .contact-card {
      margin-bottom: 16px;
    }
    .form-captcha-custom > div{
      flex-direction: column !important;
      justify-content: start !important;
      align-items: start !important;
    }
  }
  
  @media (max-width: 767px) {
    .contact-info-section .banner-content img {
      height: 340px;
    }
  
    .send-message-section {
      padding: 20px;
      margin-top: 20px;
    }
  
    
  }
  
  @media (max-width: 575px) {
    .middle-section.contact-us {
      padding-top: 90px;
    }
    .send-message-section  .div-btn > .btn-primary {
        height: 42px;
    }
    .contact-us-section .contact-us-inner .page-heading {
      font-size: 26px;
      margin-bottom: 16px;
    }
  
    .contact-info-section .banner-content .image-text h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    .contact-info-section .banner-content .image-text p {
      font-size: 12px;
      line-height: 1.3;
    }
    .contact-info-details{
        margin-top: 20px;
    }
    .send-message-section {
      padding: 16px;
    }
  
    .send-message-section h3 {
      font-size: 20px;
      margin-bottom: 12px;
    }
  
    .contact-info-details .contact-card {
      margin-bottom: 12px;
    }
  
    .contact-info-details .contact-card .left {
      margin-right: 8px;
    }
  
    .contact-info-details .contact-info-icon {
      margin-top: 10px;
    }
  }