.pdown {
  margin: 0 0 20px;
}

.formBlockSurveyTable input[type="submit"] {
  border: none;
  background: #b0090c;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  transition: all 0.3s;
  display: inline-block !important;
  padding: 16px 30px;
  border-radius: 5px;
  cursor: pointer;
}

.formBlockSurveyTable input[type="submit"]:hover, .formBlockSurveyTable input[type="submit"]:focus {
  background: #000;
}

@media (max-width: 1050px) {
  #right_side_content, #left_main_content {
    float: none;
    width: 100% !important;
    margin: 0;
  }

  #d2 {
    background: none;
  }

  #d2 #content {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    margin: 0;
  }

  #right_side_content {
    -webkit-order: 12;
    -ms-order: 12;
    order: 12;
    margin-top: 30px;
  }

  #tc-slider-mudjacking {
    text-align: center;
  }

  .tc-slider-linkprev {
    margin-left: 0;
  }

  #info_box, #media_info_box {
    float: none;
    width: 100%;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    margin-top: 15px;
    height: auto;
    text-align: center;
  }

  #media_info_box_wrapper, #info_box_wrapper {
    padding: 30px;
  }

  #media_info_box div p img {
    float: none;
    margin: 0 auto 10px;
  }

  #info_box #info_box_wrapper ul {
    margin: 0;
    float: none;
    padding: 0;
    height: auto;
    list-style: none;
  }

  #blockStyle419InfoBox32 {
    margin: 0 !important;
  }

  #blockStyle419InfoBox32 div {
    display: none;
  }

  #info_box #info_box_wrapper ul li {
    font-size: 14px;
    margin-top: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  #left_main_content img {
    margin: 0 0 20px;
    float: none;
    display: block;
  }

  #navcontainer2 ul li {
    display: block;
    border: none;
  }

  #navcontainer2 ul li a {
    padding: 0 0 14px;
    display: block;
    margin: 0 0 14px;
    border-bottom: 1px solid #999;
  }

  #bottombar {
    height: auto;
    background: #cdcdcd;
    padding: 20px;
  }

  #navcontainer2 ul {
    margin: 0;
    padding: 0;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #maintable {
    width: 700px;
  }

  #wrapper {
    background: #fff !important;
  }

  #d1 {
    -webkit-background-size: cover;
    background-size: cover;
    height: 234px;
  }

  #topnav {
    padding: 201px 0px 0px 0px;
  }

  #topnav ul li a {
    margin: 7px 15px;
    padding: 4px 4px;
    font-size: 14px;
    height: auto;
  }

  #topnav ul {
    text-align: center;
    width: 100%;
  }

  #topnav ul li {
    display: inline-block;
  }

  #sf-menu1 ul.sf-submenu {
    margin-top: -20px !important;
    margin-left: 14px !important;
  }

  html #topnav #sf-menu1 ul.sf-submenu li a {
    font-size: 13px !important;
  }

  #top_content {
    float: none !important;
    width: 100% !important;
  }

  .ccm-layout-col-spacing {
    margin: 0 !important;
  }

  .ccm-layout-table .ccm-layout-col {
    float: none !important;
    width: 100% !important;
  }

  .formBlockSurveyTable {
    width: 100% !important;
    margin: 0 !important;
  }

  #info_box #info_box_wrapper ul:last-of-type {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .mhead, .mnav, .mbanner, .mvideo, .monly {
    display: none;
  }
}

@media (max-width: 767px) {
  .donly {
    display: none;
  }

  .mhead {
    background: #181818;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 998;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .mhead p {
    margin: 0;
  }

  .mhead img {
    position: relative;
    top: 4px;
    max-height: 48px;
    width: auto;
  }

  .mhead .ml a {
    display: inline-block;
  }

  .mhead .ml {
    -webkit-flex: 0 0 171px;
    -ms-flex: 0 0 171px;
    flex: 0 0 171px;
    max-width: 171px;
  }

  .mhead .mr {
    -webkit-flex: 0 0 calc(100% - 171px);
    -ms-flex: 0 0 calc(100% - 171px);
    flex: 0 0 calc(100% - 171px);
    max-width: 80%;
    max-width: calc(100% - 171px);
    text-align: right;
  }

  #maintable {
    width: 100%;
  }

  #content img {
    max-width: 100%;
    height: auto;
  }

  .formBlockSurveyTable textarea {
    width: 100%;
  }

  .formBlockSurveyTable textarea {
    width: 100%;
  }

  .formBlockSurveyTable * {
    display: block;
  }

  .formBlockSurveyTable label span {
    display: inline-block;
  }

  .formBlockSurveyTable input[type="text"], .formBlockSurveyTable input[type="tel"], .formBlockSurveyTable input[type="email"], .formBlockSurveyTable select, .formBlockSurveyTable textarea {
    width: 100%;
    padding: 5px;
    -webkit-resize: none;
    resize: none;
  }

  .formBlockSurveyTable {
    margin: 0;
  }

  .formBlockSurveyTable tr {}

  .formBlockSurveyTable label {
    margin-top: 15px;
  }

  .mhead .mr a i, .mhead .mr a span {
    display: block;
  }

  .mhead .mr a {
    text-align: center;
    display: inline-block;
    padding: 10px;
  }

  .mhead .mr a i {
    background: #b0090c;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    color: #fff;
    font-size: 28px;
    line-height: 41px;
  }

  .mhead .mr a span {
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 3px;
  }

  .mhead .mr a:first-child {
    margin-right: -10px;
  }

  .mhead {
    padding: 0px 10px 0px 5px;
  }

  .mnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "Conv_segoeuib";
  }

  .mnav {
    background: #000;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 998;
    display: none;
  }

  .mnav ul li a {
    color: #fff;
    padding: 13px 0;
    display: block;
    font-size: 14px;
  }

  .mnav ul li ul {
    background: #222;
    display: none;
  }

  .mnav ul li ul li a {
    font-size: 11px;
    padding: 13px 0;
  }

  .mbanner {
    display: block;
    margin: 56px auto 0;
    max-width: 100%;
    height: auto;
    border-bottom: 4px solid #111;
  }

  #d1 {
    display: none !important;
  }

  #content .sortable_fancybox_gallery_image img {
    max-height: 100px;
    width: auto;
  }

  .sortable_fancybox_gallery_image {
    width: 32% !important;
    height: auto !Important;
    margin: 0 0.5%;
  }

  .vidlinkbutton {
    display: none;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 20px;
    font-weight: 400 !important;
  }

  h3 b, h3 strong {
    font-weight: 400;
  }

  #copyright a {
    display: block;
    margin-top: 7px;
  }

  .mvideo {
    margin-bottom: 20px;
  }

  #request-estimate fieldset .mb-3,
  #request-estimate fieldset .mb-3:last-of-type,
  #request-estimate fieldset .mb-3:nth-last-of-type(2) {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .swiper {
    margin: 0 0 51px;
  }

  .swiper-button-prev {
    right: 52%;
  }

  .swiper-button-next {
    right: 42%;
  }

  .ccm-layout-column {
    width: 100% !important;
  }
}