.thank-you {
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/bg/thanks-bg.jpg");
  min-height: -webkit-calc(100vh - 260px);
  min-height: calc(100vh - 260px); }
  @media (max-width: 767px) {
    .thank-you {
      min-height: 100%; } }
  .thank-you .txt-content {
    text-align: center;
    padding: 50px 0 60px;
    min-height: -webkit-calc(100vh - 260px);
    min-height: calc(100vh - 260px);
    background-color: rgba(255, 255, 255, 0.61); }
    @media (max-width: 767px) {
      .thank-you .txt-content {
        min-height: 100%;
        padding: 40px 0 30px; } }
    .thank-you .txt-content img {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .thank-you .txt-content img {
          margin-bottom: 30px; } }
    .thank-you .txt-content h2 {
      color: #1889B4;
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .thank-you .txt-content h2 {
          font-size: 24px;
          margin-bottom: 30px; } }
    .thank-you .txt-content p {
      color: #000000;
      font-size: 19px; }

.sec-btn.thank--btn {
  margin-bottom: -20px;
  padding-bottom: 20px;
  background-color: rgba(51, 109, 180, 0.28); }
  @media (max-width: 767px) {
    .sec-btn.thank--btn {
      margin-top: 0; } }
