@font-face {
    font-family: 'rlwcalibri';
    src: url('../fonts/cambria/cambria.ttf');
  }
  
  .rlw_form_wrap form {
      background: #171745;
      padding: 15px;
      border-radius: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
          gap: 10px;
  }
  .rlw_form_wrap form p {
      display: inline;
      font-size: 22px;
      color: #fff;
      width: auto !important;
  }
  .rlw_form_wrap form input[type="text"] {
      width:160px;
      padding: 8px;
      border:none;
      border-radius: 8px;
  }
  .rlw_form_wrap form select {
      padding: 8px;
      border-radius: 8px;
  }
  .rlw_form_wrap form button {
      background: #9d0000;
      border: none;
      color: #fff;
      padding: 8px 15px;
      border-radius:20px;
      width:105px;
      text-transform: uppercase;
      cursor: pointer;
  }
  .rlw_main_wrap {
      max-width: 1200px !important;
      width: 100% !important;
  }
  .rlw_form_wrap {
      max-width:1000px;
      margin: 0 auto;
      width:95%;
          margin-top: 50px;
  }
  .rlw_result_wrap {
      background: #171745;
      padding: 20px;
      margin-top:0px;
      border-radius: 15px;
      overflow: scroll;
  }
  .rlw_result_stats {
      color: #fff;
  }
  .rlw-location-card {
      background: #fff;
      padding: 20px;
      width:auto;
      border-radius: 15px;
  }
  .rlw-location-card .rlw-title {
      text-align: center;
          margin-bottom: 15px;
              font-family: 'rlwcalibri';
  }
  .rlw-rating img {
      width: 18px;
  }
  .rlw-rating {
      display: flex;
      justify-content: center;
      margin: 10px 0 20px;
  }
  .rlw-thumbnail {
      max-width: 100%;
      width: 100%;
      height: 200px;
      margin: 0 auto;
      position: relative;
  }
  
  .rlw-thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .rlw_result-modal.rlw_3-result-modal {
      width: 100% !important;
  }
  .rlw-thumbnail img.attachment-post-thumbnail {
      width: 100% !important;
      height: 100% !important;
  }
  .rlw-location-cards {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
  }
  .rlw-address {
      font-size: 12px;
      text-align: center;
      font-weight: 800;
      max-width: 160px;
      width: 100%;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .rlw-description {
      font-size: 15px;
      text-align: center;
      line-height: 24px;
      color: #555;
      padding:0 10px 20px 10px;
  }
  .rlw-location-card-footer {
      display: flex;
      justify-content: center;
      gap: 20px;
  }
  .rlw-location-card-footer a {
      text-decoration: none;
      padding: 8px 24px;
      border-radius: 20px;
      font-size: 16px;
  }
  .rlw-telephone a {
      background: #9d0000;
      color: #fff !important;
  }
  .rlw-location-card-footer .rlw-website a {
      border: 1px solid #000;
      color: #000;
  }
  
  .rlw_error{
      border: 2px solid red !important;
  }
  
  /***
  *  RLW Modal wrap
  */
  
  .rlw_result-modal{
      position:fixed;
      top: 50%;
      margin: 30px;
      left: 50%;
      z-index: 999;
      transform: translate(-50%,-50%);
      max-width: 1200px;
      width:auto;
          z-index: 999999;
    }
  
  .rlw_result-overlay{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 998;
      background: #fff6;
      width: 100%;
      height: 100%;
      display: block;
  }
  .rlw_no-result-wrap {
      background: #171745;
      border-radius: 10px;
      width: 400px;
      padding: 25px 20px;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  .rlw_no-result-wrap-cont {
      background: #fff;
      padding: 15px;
      border-radius: 10px;
      text-align: center;
  }
  .rlw_no-result-wrap-cont p {
      margin-top: 0;
  }
  .rlw_no-result-wrap-cont p {
      text-align: center;
      font-size:18px;
      line-height: 26px;
      color: #000;
  }
  .rlw_no-result-wrap-cont a {
      font-size: 16px;
      background: #9D0000;
      color: #fff !important;
      text-decoration: none;
      padding: 10px;
      border-radius: 30px;
      text-align: center;
  }
  .rlw_result-container{
      display:none;
  }
  .rlw_result-container.rlw_result-shown{
      display: block;
  }
  .rlw_result-modal a.rlw_result-close {
      position: absolute;
      right: 0;
      top: 10px;
      background: #fff;
      text-decoration: none;
      border-radius: 50%;
      color: #000;
      font-weight: bold;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 23px;
  }
  
  .rlw_result-single.rlw_result_wrap {
      max-width: 400px;
      margin: 0 auto;
          position: relative;
  }
  .rlw_result-single .rlw-location-card {
      width: 100%;
  }
  .rlw_form_wrap form select.rlw_insurance_field {
      max-width: 300px;
      width: 100%;
      border:none;
  }
  .rlw_no-result-wrap .rlw_no-result-wrap-cont p {
      margin-bottom: 16px;
  }
  .rlw-thumbnail img.rlw-thumbnail-overlay {
      display: none;
  }
  .rlw-location-card-footer .rlw-telephone a {
      padding: 9px 24px;
  }
  @media screen and (max-width:767px) {
      .rlw_form_wrap form input.rlw_zip_code_field {
      max-width: 300px !important;
  }
      .rlw_form_wrap form button {
      width:60%;
  }
      .rlw-location-cards {
          flex-direction: column;
          gap: 20px;
      }
  .rlw-location-card {
      width:100%;
      padding: 20px 0;
  }
  .rlw_result-modal {
      margin:0px;
  }
  .rlw_form_wrap form {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
  }
  .rlw_form_wrap form input[type="text"],.rlw_form_wrap form select {
      width: 100%;
  }
  .rlw_form_wrap form p {
      font-size:22px;
      margin-bottom: 0;
  }
  .rlw_result-modal {
      top:30px !important;
      left: 0 !important;
      transform: translateY(0) !important;
  }
  .rlw_result-modal a.rlw_result-close {
      top: 0;
      z-index: 9;
  }
  .rlw_no-result-wrap {
      padding:0;
  }
  .rlw_no-result-wrap-cont p {
      font-size: 14px;
      line-height: 22px;
  }
  .rlw_no-result-wrap-cont {
      padding: 12px;
  }
  .rlw_no-result-wrap-cont a {
      font-size: 12px;
      padding: 10px;
  }
  .rlw_result_wrap {
      padding: 10px;
  }
  }
  @media screen and (max-width:1200px) and (min-width:768px) {
      .rlw-location-card {
          padding: 10px;
      }
      .rlw_result-modal {
          max-width: 750px;
          width: 100%;
          margin: 0 auto;
      }
      .rlw-description {
          font-size: 12px;
          text-align: center;
          line-height: 18px;
          padding-bottom: 10px;
      }
      .rlw-location-card-footer {
          flex-direction: column;
          align-items: center;
      }
  }
  .rlw_no-result-wrap a.rlw_result-close {
      top: 0px;
  }
  .rlw_form_wrap form button {
      background: #9d0000 !important;
  }
  
  
  @media screen and (max-width:1530px) and (min-width:1201px) {
      .rlw_result-modal.rlw_2-result-modal {
      max-width: 900px !important;
      width: 100% !important;
  }    
  }
  
  
  
  
  
  
  
  
  
  
  
  