/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/*mobile Screen*/
/* line 5, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen {
  color: #333;
  font-size: 14px;
  background-color: #f7f6f6;
  min-height: 100vh;
}

/* line 11, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen2 {
  background-color: #fff;
}

/* line 14, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 0 15px;
}

/* line 20, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk {
  text-align: center;
  padding: 20px 0;
}

/* line 24, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk p {
  opacity: 0.7;
  font-weight: 600;
}

/* line 28, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk .Text-btn {
  background-color: #ca2026;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px;
  border-radius: 30px;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  margin-top: 20px;
  box-shadow: 0px 5px 30px 0px rgba(202, 32, 38, 0.53);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(202, 32, 38, 0.53);
  -moz-box-shadow: 0px 5px 30px 0px rgba(202, 32, 38, 0.53);
  font-weight: 600;
}

/* line 44, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.actionBtns .btn-me {
  background-color: #ca2026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 16px;
  border-radius: 30px;
  color: #fff !important;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}

/* line 57, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.actionBtns .btn-me.btn-me-blk {
  background-color: #333 !important;
}

/* line 60, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk-1 {
  text-align: left !important;
}

/* line 63, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk-1 p {
  font-weight: 400;
  color: #666666;
  opacity: 1;
}

/* line 68, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .job-blk-1 span {
  color: #ca2026;
}

/* line 71, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen .mob-wrapper .field input {
  background-color: #f3f5f6;
  padding: 15px;
  border-radius: 30px;
  border: 0;
  margin: 10px 0;
  width: 100%;
}

/* line 79, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.mob-screen2 .mob-wrapper .job-blk .Text-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 82, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.sm-text {
  margin: 10px 0;
  font-size: 12px;
  line-height: 16px;
}

/* line 87, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.closeme {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 55;
}

/* line 93, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.dallas-writing {
  height: 80px;
}

/* line 96, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.dallas-writing p {
  opacity: 1 !important;
  font-weight: 500 !important;
  font-size: 20px;
}

/* line 101, /home/dell/dev4/budgetcountertops/app/assets/stylesheets/mobile/main.scss */
.job-blk .bs-black-box-block-card {
  padding: 10px 10px;
  margin-top: 10px;
}

/*mobile Screen*/
