.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0;
}

.banner {
  margin-bottom: 22px;
  min-height: 470px;
  position: relative;
}

.banner .bg-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-overlay {
  background-color: #0f2568;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  position: absolute;
  z-index: 99;
  top: 0;
}

.banner-inner-wrapper {
  height: 100%;
  position: absolute;
  z-index: 9;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content-wrapper {
  position: relative;
  z-index: 99;
}


.banner .title-wrap {
  max-width: 496px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 42px;
  margin-bottom: 24px;
}

.banner .title-wrap .title {
  font-size: 46px;
  line-height: 1em;
  text-align: center;
  color: #ffffff;
  font-family: wfont_70f6ae_b0dc3334a2044987a0203db83b5625dd, wf_b0dc3334a2044987a0203db83, orig_montserrat_semibold;
  margin-bottom: 0;
}

.banner-summer {
  max-width: 360px;
  margin-left: calc(100% - 418px);
  margin-bottom: 38px;
  text-align: center;
}

.banner-summer p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.banner-btn {
  width: 158px;
  height: 47px;
  margin-left: calc(100% - 327px);
  margin-bottom: 10px;
}

.banner-btn a {
  display: flex;
  width: inherit;
  height: inherit;
  align-items: center;
  justify-content: center;
  background: #edf2f8;
  border-radius: 100px;
  color: #206dfd;
  font-family: montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.4s ease 0s;
  box-shadow: 0.00px 5.00px 26px 0px rgba(148,151,209,0.42);
}

@media(max-width:767px){
  .banner {
    min-height: 307px;
    height: 307px;
  }

  .banner .title-wrap {
    max-width: 280px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner .title-wrap .title {
    font-size: 32px;
  }

  .banner-summer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .banner-summer p {
    font-size: 15px;
    font-family: 'Montserrat';
    line-height: 1.4;
  }

  .banner-btn {
    margin-left: auto;
    margin-right: auto;
    height: 37px;
    margin-bottom: 0;
  }

  .banner-btn a {
    font: normal normal 700 13.60544175px/1.4em montserrat,sans-serif;
  }
}