.headr-new header {
  max-width: 1420px;
  margin: 10px auto;
  z-index: 9999;
  position: relative;
  border-radius: 10px;
}

.headr-new main#main-content {
  margin-top: -115px;
}

.banner-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 70px;
}

.banner-content {
  padding: 30px 50px;
}

.banner-section {
  width: 100%;
}

.banner-btn {
  padding: 0 0 1%;
  {# margin: 0 72% 0 0; #}
}

.banner-btn a {
    background-color: #117176;
    border: 1px solid #117176;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px; 
    padding: 12px 32px;
    width: 230px;
    text-align: center;
}

.banner-content h1 {
  color: #ffffff;
  margin: 0 0% 2%;
}

.banner-content h1 {
    text-align: left !important;
}

.banner-btn { 
    text-align: left;
}



@media(max-width:1000px){
  .banner-wrapper {
    min-height: 100%;
    padding: 200px 20px  0px;
  }
  body .headr-new .dnd-section {
    padding: 0px !important;
  }
  .banner-content {
    margin: 0 auto !important;
    padding: none !important;
    background-color: #00000000 !important;
  }
  .banner-content h1 {
    text-align: center !important;
    font-size: 64px;
  }
  .banner-btn {
    margin: 0 auto !important;
  }
}