@media(max-width: 600px){
   .main-menu {
    position: relative;
    display: none;
   }
   .rs-from-contact-part{
   	margin-top: 28% !important;
   }
   .submit-btn span{
   	display: contents;
   }
   .submit-btn{
   	display: flex;
    justify-content: space-between;
   }
   .top-center {
    display: block !important;
    margin-top: 35px !important;
    margin-bottom: 30px;
   }
   .divCenter {
    display: block !important;
  }
  .questiontable tr {
    width: 100% !important;
    float: unset !important;
  }
  h2.instruction {
    font-size: 16px !important;;
    margin-bottom: 0;
  }
  .step {
    width: 18% !important;
    padding: 4px 0px !important;
  }
  .tab h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #353032;
  }
  .readonPrv {
    padding: 11px 35px 11px 48px !important;
    width: 50% !important;
  }
  #submitBtn{
    margin: 20px 10%;
  }
  h3.quest-heading {
    font-size: 14px !important;
  }
  .rs-footer .footer-bottom {
   bottom: 20px !important;
  }
  .rs-footer .footer-bottom {
    height: 70px !important;
  }
}