.thankyou-sec {
  padding: 50px 0;
}

.thankyou-sec .thankyou-sec-cont-c {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* height: calc(100vh - 100px);
  padding: 50px 0; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-height: 600px; */
}

.thankyou-sec .thankyou-sec-cont-c .f-btn {
  margin-top: 35px;
}

.thankyou-sec .thankyou-sec-cont-c img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.thankyou-sec .thankyou-sec-cont-c h3 {
  margin: 20px 0;
  font-size: 35px;
  line-height: 1.5;
}

.thankyou-sec .thankyou-sec-cont-c h3 span {
  display: table;
  width: 100%;
  /* margin-top: 10px; */
}

/*# sourceMappingURL=thankyou.css.map */

@media (max-width: 1400px) {
  .thankyou-sec .thankyou-sec-cont-c img {
    width: 150px;
    height: 150px;
  }

  .thankyou-sec .thankyou-sec-cont-c h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 600px) {
  .thankyou-sec .thankyou-sec-cont-c img {
    width: 100px;
    height: 100px;
  }

  .thankyou-sec .thankyou-sec-cont-c h3 {
    font-size: 23px;
  }

  .thankyou-sec {
    padding: 25px 0;
  }
}
