@charset "utf-8";
@media screen and (max-width:1920px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1080px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:768px) {
  .homeform {
    width: 90%;
    margin: 30px auto;
    padding: 30px 5px;
  }
}
@media screen and (max-width:767px) {
  .homeform {
    width: 90%;
    margin: 10px auto;
    padding: 20px 5px;
  }
  .form-heading {
    margin: 0 0 20px 0;
  }
  .logo {
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  a.submit {
    font-size: 14px;
  }
  footer {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .mainbox {
    padding: 0px 0 0px 0;
  }
  .thankpage h4 {
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 auto;
    color: #fff;
    width: 90%;
    line-height: 37px;
    font-weight: bold;
  }
  .thankpage {
    text-align: center;
    top: 20%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
  }
  .form-heading p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-weight: 600;
  }
  .thank-banner {
    margin: 0px 0 0 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background: url(../images/thank-banner.jpg) no-repeat top center;
    background-size: cover;
  }
  .radio-btn {
    display: inline-flex;
    justify-content: start;
    margin: 5px 0 20px 0;
  }
}
@media screen and (max-width:668px) {}
@media screen and (max-width:576px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:320px) {
  .form-heading p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-weight: 600;
  }
}
/* For landscape layouts only */
@media only screen and (max-device-width: 991px) and (orientation:landscape) {}
@media only screen and (max-device-width: 812px) and (orientation:landscape) {}
@media only screen and (min-device-width: 812x) and (max-device-width: 1024px) and (orientation:landscape) {}
@media only screen and (min-device-width: 569px) and (max-device-width: 812px) and (orientation:landscape) {}
/* For landscape layouts only */
@media only screen and (min-device-width: 569px) and (max-device-width: 767px) and (orientation:landscape) {
  .thankpage {
    text-align: center;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:landscape) {
  .thankpage {
    text-align: center;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: absolute;
  }
}