/* =========================================================
   Get-A-Tow CSS - cleaned
   Kept: debug border:px placeholders, honeypot, form, tow UI,
   map/info-window marker styles, nav location dropdown styles.
   Removed: unused old loc/mloc blocks, duplicate rules, unused keyframes.
   ========================================================= */

@font-face {
  font-family: 'Plane Crash';
  src: url('inc/PlaneCrash.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

/* =========================================================

   DESKTOP
   ========================================================= */
@media all and (min-width: 701px) {

/* ---------- Hero ---------- */
#service_wrap {
  border: 0 solid red;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 260px;
  max-height: 260px;
  background: url(../images/734A5552.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  text-align: center;
}

/* overlay */
#service_wrap .shield {
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
  height: 260px;
  background-color: rgba(108, 97, 95, 0.7);

  display: table;
}

/* vertical center area */
#service_top {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

/* reset spacing */
#service_top h1,
#service_top h2,
#service_top p {
  margin-left: auto;
  margin-right: auto;
}

/* main heading */
#service_top h1 {
  position: relative;
  border: 0 solid pink;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* sub heading */
#service_top h2 {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* paragraph */
#service_top p {
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
}

  /* ---------- Desktop sections / flip card ---------- */


  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5 {
    position: relative;
    z-index: 1;
    width: 100%;
    display: table;
  }

  .sec1 {
    overflow: hidden;
    border: px solid black;
    padding-bottom: 20px;
    min-height: 200px;
    background-color: #545454;
  }

  .sec2 {
    padding-bottom: 180px;
    border: px solid black;
    overflow: visible;
    min-height: 500px;
    background-color: #d9d9d9;
  }

  .sec3 {
    border: px solid black;
    padding-bottom: 180px;
    overflow: visible;
    min-height: 800px;
    background-color: #545454;
  }

  .sec4 {
    border: px solid black;
    overflow: visible;
    min-height: 400px;
    padding-bottom: 180px;
    background-color: #d9d9d9;
  }

  .sec5 {
    border: px solid blue;
    overflow: visible;
    min-height: 400px;
    background-color: #545454;
  }

  .content1,
  .content2,
  .content3,
  .content4,
  .content5 {
    position: relative;
    display: table;
    width: 95%;
    margin: 0 auto;
    z-index: ;
  }

  .content1 { border: px solid #187860; }
  .content2 { border: px solid #177F71; }
  .content3 { border: 3px solid #24513D; }
  .content4 { border: 3px solid #187860; }
  .content5 {
    position: absolute;
    bottom: 0px;
    min-height: 300px;
    border: px solid orange;
    width: 100%;
  }

  .towright {
    float: right;
    width: 38%;
    min-height: 500px;
    position: relative;
  }

  .towleft {
    width: 59%;
    min-height: 500px;
    position: relative;
    display: table;
    float: left;
  }

.scene {
  margin: 0 auto;
  width: 100%;
  min-height: var(--card-height, 700px);
  height: var(--card-height, auto);
  border: px solid red;
  perspective: 1300px;
  position: relative;
  overflow: visible;
}
.card {
  margin: 0 auto;
  width: 100%;
  min-height: var(--card-height, 700px);
  height: var(--card-height, auto);
  transition: transform 2s;
  transform-style: preserve-3d;
  position: relative;
  overflow: visible;
}

.card__face {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

  .card.is-flipped {
    transform: rotateY(180deg);
  }


  .card__face--front {
    margin: 0 auto;
    width: 80%;
    margin-left: 10%;
    height: 100%;
  }

  .card__face--back {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
  }

  .bktest {
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    width: 101%;
    min-height: 600px;
  }

  #but_if1,
  #but_if2 {
    border-radius: 5px;
    border: px solid black;
    align-items: center;
    justify-content: center;
    background-size: cover;
    width: 100%;
    height: 50%;
    min-height: 225px;
  }

  #but_if1 {
    background-image: url(https://www.finelinewow.com/images/ggg.jpg);
  }

  #but_if2 {
    background-image: url(https://motionarray.imgix.net/preview-87337-qKUiu9ECzS-high_0008.jpg);
  }

  .shield {
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(108, 97, 95, 0.8);
    min-height: 225px;
    align-items: center;
  }

  .ovrly2 {
    width: 95%;
    margin: 0 auto;
  
    font-weight: bold;
    border: px solid pink;
    
      line-height: 1.45;
  font-weight: 500;
  max-width: 520px;
  margin: 14px auto 0;
    font-size: 17px;
  }

  .dddfff {
    display: none;
  }

  #ftx1 {
    font-size: 20px;
    font-weight: bold;
  }

  /* ---------- General tow layout ---------- */
  .bthead,
  .btloc,
  .bthr,
  .btaddy{
    margin: 0 auto;
    border: px solid orange;
    text-align: center;
    padding: 5px;
  }
  
  
  
  
  
    .dtdis {
    margin: 0 auto;
    text-align: center;
    font-size:12px;color:red;padding:10px;
  }

  
  
  

  .mainHEader1 {
    font-family: 'Plane Crash', sans-serif;
    margin: 0 auto;
    text-align: center;
    border: px solid orange;
    width: 100%;
      font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.5px;
   
    font-size: 25px;
  }

  .mainHEader2 {
    font-family: 'Plane Crash', sans-serif;
    border: px solid orange;
  }

  #gpser {
    font-size: 14px;
  }

  .redline {
    width: 80%;
    color: #234547;
    box-shadow: 0 3px 3px rgb(35 69 71 / 0.8);
  }

  .button_text,
  .button_text2 {
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
  }

  .button_text2 {
    background-color: rgba(22, 22, 22, 1.0);
    height: 50px;
    width: 100px;
    font-size: 16px;
    border-color: rgba(22, 22, 22, 1.0);
  }

  .button_text {
    border-color: #F00;
    background-color: #F00;
    height: 125px;
    width: 200px;
    font-size: 16px;
    border-radius:5px;
  }

  .button_text:hover,
  .button_text2:hover {
    border: 1px solid rgba(60, 60, 60, 0.8) !important;
  }

  .button_text:hover {
    background: gray !important;
  }

  .button_text2:hover {
    background: #F00 !important;
  }

  .error {
    margin: 0 auto;
    text-align: center;
  }

 

  /* ---------- Base headings / form labels ---------- */


  #upddd4 {
    text-align: left;
    font-weight: bold;
    border: px solid yellow;
    width: 100%;
  }

  #contact_name {
    width: 100%;
    overflow-wrap: break-word;
    display: inline-block;
    text-align: left;
    min-width: px;
    vertical-align: middle;
  }

  #contact_phone {
    width: 100%;
    text-align: left;
    min-width: px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
  }

  #contact_email {
    width: 100%;
    text-align: left;
    min-width: px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #req,
  #reqqq {
    color: red;
    font-size: 12px;
    padding-left: 5px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
    height: 35px;
    width: 100%;
  }

  input[type="button"] {
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 5px;
    width: 20%;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
    float: right;
    line-height: 46px;
    height: 50px;
    background-color: #000;
    color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
  }

  input[type="button"]:hover {
    border: 1px solid rgba(60, 60, 60, 0.8) !important;
    background: #F00 !important;
  }

  select#sloc {
    height: 35px;
    margin-top: 8px;
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
  }

  textarea {
    clear: both;
    border: 2px solid black;
    border-radius: 1px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .button_holder {
    width: 98%;
    margin: 30px auto 10px;
    display: table;
  }
  /* ---------- Desktop form ---------- */
  #AUTO {
    display: table;
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    border: px solid green;
  }

  #AUTO fieldset {
    border: 0;
    text-align: center;
    min-height: 375px;
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: none;
  }

  #AUTO fieldset:first-child {
    display: block;
  }

  #miles {
    display: none;
  }

  #addy_holder,
  #addy_holder22 {
    margin: 10px auto;
    border: px solid green;
    width: 95%;
    display: table;
  }

  .staydog22 {
    margin: px;
    border: px solid red;
    width: 35%;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
  }

  .staydog,
  .staydog9,
  #staydog9,
  #staydog8,
  #staydog7,
  #staydog6 {
    margin: 5px;
    width: 30%;
    max-width: 250px;
    display: inline-block;
  }

  .staydog { border: px solid red; }

  /* ---------- Desktop radio buttons ---------- */
  .container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    border: px solid black;
  }

  .four {
    width: 49%;
    max-width: 49%;
  }

  .col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
  }

  .col:first-of-type {
    margin-left: 0;
  }

  .cf:before,
  .cf:after {
    content: " ";
    display: table;
  }

  .cf:after {
    clear: both;
  }

  .cf {
    *zoom: 1;
  }

  #AUTO .plan input {
    display: none;
  }

  #AUTO label {
    position: relative;
    color: #fff;
    background-color: #aaa;
    font-size: 19px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #AUTO .plan input:checked + label {
    border: 2px solid #333;
    background-color: red;
  }

  #AUTO .plan input:checked + label:after {
    content: "\2713";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #000;
    z-index: ;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  /* ---------- Desktop map marker cards ---------- */
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
  .gm-style .gm-style-iw-c,
  .gm-style .gm-style-iw-t::after {
    background-color: #666;
    display: table;
  }

  button.gm-ui-hover-effect {
    width: 30px !important;
    height: 30px !important;
  }

  #map1 .bui_hold1 {
    border-radius: 4px;
    color: black;
    font-family: Verdana, sans-serif;
    display: inline-block;
    min-width: 300px;
    width: 97%;
    margin: 5px;
    padding: 5px;
    height: 100%;
    background-size: cover;
    border: px solid purple;
  }

  #map1 .bui_hold1 img,
  #map1 .man_pic img {
    position: relative;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 130px;
    border: px solid red;
  }

  #map1 .bui_name {
    float: left;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px !important;
    color: white;
    width: 74%;
    height: 40px;
    padding: 2px !important;
    border: px solid purple;
    display: table;
  }

  #map1 .info_sec {
    border: px solid red;
    width: 98%;
    display: table;
  }

  #map1 .dir_addy {
    color: white;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    border: px solid green;
    display: table;
    margin: 3px;
    width: 95%;
  }

  #map1 .geo_info {
    float: right;
    padding: 2px !important;
    display: table;
    white-space: nowrap;
    border: px solid red;
    min-height: 44px;
    overflow: hidden;
    width: 24%;
    text-overflow: ellipsis;
  }

  #map1 .geo_dis,
  #map1 .geo_time {
    color: #5bee5d;
    margin: 0 auto;
    display: table;
    white-space: nowrap;
    border: px solid green;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #map1 .bui_pic {
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    border: px dashed red;
    display: inline-block;
    width: 22%;
    min-height: 110px;
    height: 70%;
    text-align: center;
    font-size: 10px;
    color: #5bee5d;
  }

  #map1 .man_pic {
    height: 75px;
    width: 75px;
    position: relative;
    padding-top: 4px;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: px solid blue;
  }

  #map1 .bui_info {
    color: #FFF;
    overflow: hidden;
    position: relative;
    border: px solid green;
    display: inline-block;
    min-height: 120px;
    width: 74%;
  }

  #map1 .label {
    font-size: 8px;
    text-align: center;
    padding: 3px;
    color: #5bee5d;
    font-weight: bold;
  }

  .hidcord {
    width: 100%;
    display: none;
    text-align: center;
  }

  .con_info {
    margin-top: 5px;
    width: 45%;
    color: #FFF;
    position: relative;
    display: inline-block;
  }

  .pho_num,
  .fax_num,
  .dir_btn,
  .str_rew {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pho_num a,
  .dir_btn a,
  .str_rew a {
    text-decoration: none;
    color: white;
  }

  .dir_info {
    width: 45%;
    position: relative;
    color: #FFF;
    display: inline-block;
    margin: 2px;
  }

  .man_name {
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    margin: 2px;
    border: px solid green;
  }

}

/* =========================================================
   MOBILE
   ========================================================= */
@media all and (max-width: 700px) {
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
  }
  /* ---------- Hero ---------- */
 #service_wrap {
    border: 0 solid red;
    height: 250px;
    max-height: 250px;
    background: url(../images/734A5552.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
  }

  #service_wrap .shield {
    border-radius: 0;
    width: 100%;
    height: 250px;
    min-height: 250px;
    background-color: rgba(108, 97, 95, 0.72);

    display: table;
  }

  #service_top {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 12px;
    box-sizing: border-box;
  }

  #service_top h1 {
    position: relative;
    border: 0 solid pink;
    margin: 0 0 9px 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 1.00;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  }

  #service_top h2 {
    margin: 0 0 8px 0;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }

  #service_top p {
    max-width: 95%;
    margin: 0 auto;
    font-size: 14.5px;
    line-height: 1.35;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  }
  /* ---------- Sections / flip card ---------- */


  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5 {
    position: relative;
    z-index: ;
    width: 100%;
    display: table;
  }

  .sec1 {
    overflow: hidden;
    border: px solid black;
    padding-bottom: 20px;
    min-height: 200px;
    background-color: #545454;
  }

  .sec2 {
    border: px solid black;
    overflow: visible;
    min-height: 500px;
    background-color: #d9d9d9;
  }

  .sec3 {
    border: px solid black;
    padding-bottom: 180px;
    overflow: visible;
    min-height: 800px;
    background-color: #545454;
  }

  .sec4 {
    border: px solid black;
    overflow: visible;
    min-height: 400px;
    padding-bottom: 180px;
    background-color: #d9d9d9;
  }

  .sec5 {
    border: px solid blue;
    overflow: visible;
    min-height: 400px;
    background-color: #545454;
  }

  .content1,
  .content2,
  .content3,
  .content4,
  .content5 {
    position: relative;
    display: table;
    margin: 0 auto;
    z-index: ;
  }

  .content1,
  .content2 { width: 100%; }
  .content3,
  .content4 { width: 95%; }
  .content1 { border: px solid #187860; }
  .content2 { border: px solid GREEN; }
  .content3 { border: 3px solid #24513D; }
  .content4 { border: 3px solid #187860; }
  .content5 {
    position: absolute;
    bottom: 0px;
    min-height: 300px;
    border: px solid orange;
    width: 100%;
  }

  .towright,
  .towleft {
    width: 100%;
    position: relative;
    display: table;
  }

  .towright {
    overflow: auto;
    border: px solid orange;
  }

  .towleft {
    border: px solid green;
  }

  .scene {
    text-align: center;
    margin: 0 auto;
    width: 99%;
    height: var(--card-height, auto);
    min-height: var(--card-height, 600px);
    border: px solid red;
    perspective: 1300px;
    position: relative;
    overflow: visible;
  }

  .card {
    margin: 0 auto;
    border: px solid green;
    width: 100%;
    height: var(--card-height, auto);
    min-height: var(--card-height, 600px);
    transition: transform 2s;
    transform-style: preserve-3d;
    position: relative;
  }

  .card.is-flipped {
    transform: rotateY(180deg);
  }

  .card__face {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card__face--front {
    margin: 0 auto;
    width: 99%;
    transform: rotateY(0deg);
  }

  .card__face--back {
    margin: 0 auto;
    width: 100%;
    transform: rotateY(180deg);
  }

  .bktest {
    border: px solid #d9d9d9;
    background-color: #d9d9d9;
    width: 100%;
    min-height: 600px;
  }

  #but_if1,
  #but_if2 {
    align-items: center;
    justify-content: center;
    background-size: cover;
    width: 100%;
    height: 50%;
    min-height: 250px;
  }

  #but_if1 {
    border: px solid black;
    background-image: url(https://www.finelinewow.com/images/ggg.jpg);
  }

  #but_if2 {
    border: 1px solid black;
    border-radius: 5px;
    background-image: url(https://motionarray.imgix.net/preview-87337-qKUiu9ECzS-high_0008.jpg);
  }

  #but_if1 .shield,
  #but_if2 .shield {
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
    background-color: rgba(108, 97, 95, 0.8);
    min-height: 250px;
  }

  .dddfff {
    display: none;
  }

  .bthead,
  .btloc,
  .bthr,
  .btaddy {
    margin: 0 auto;
    text-align: center;
  }

  .dtdis {
    margin: 0 auto;
    text-align: center;
    font-size:12px;color:red;padding:10px;
  }



.bthead .mainHEader1 {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
  color: #222;
}

.bthead p {

}



  .mainHEader2 {
    font-family: 'Plane Crash', sans-serif;
    border: px solid orange;
  }

  #gpser {
    font-size: 14px;
  }

  .redline {
    width: 80%;
    color: #234547;
    box-shadow: 0 3px 3px rgb(35 69 71 / 0.8);
  }

  .ovrly2 {
    width: 95%;
 
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
        font-size: 16px;
    line-height: 1.45;
  }

  .button_text,
  .button_text2 {
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
  }

  .button_text2 {
    background-color: rgba(22, 22, 22, 1.0);
    height: 50px;
    width: 100px;
    font-size: 16px;
    border-color: rgba(22, 22, 22, 1.0);
  }

  .button_text {
    border-color: #F00;
    background-color: #F00;
    height: 125px;
    width: 200px;
    font-size: 16px;
    border-radius:4px;
  }

  .button_text:hover,
  .button_text2:hover {
    border: 1px solid rgba(60, 60, 60, 0.8) !important;
  }

  .button_text:hover {
    background: gray !important;
  }

  .button_text2:hover {
    background: #F00 !important;
  }
  /* ---------- Mobile form ---------- */
  #AUTO {
    border: 0;
    background-color: #d9d9d9;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  #AUTO fieldset {
    width: 98%;
    min-height: 375px;
    padding: 0;
    margin: 0 auto;
    border: 0;
    background-color: #d9d9d9;
    position: relative;
    text-align: center;
    display: none;
  }

  #AUTO fieldset:first-child {
    display: block;
  }

  #miles {
    display: none;
  }

  h1 {
    color: #FFF;
    width: 90%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 4%;
    margin-bottom: 3%;
    padding-left: 3%;
  }

  h2 {
    color: #FFF;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
  }

  #upddd4 {
    text-align: left;
    font-weight: bold;
    border: px solid yellow;
    width: 100%;
  }

  #contact_name,
  #contact_phone,
  #contact_email {
    text-align: left;
    margin: 10px;
    min-width: 170px;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
  }

  #contact_name {
    overflow-wrap: break-word;
  }

  #contact_phone {
    white-space: nowrap;
  }

  #contact_email {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #req,
  #reqqq {
    color: red;
    font-size: 12px;
    padding-left: 5px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
    height: 35px;
    width: 99%;
  }

  input[type="button"] {
    font-size: 10px;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 5px;
    width: 25%;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
    float: right;
    line-height: 10px;
    height: 40px;
    background-color: #000;
    color: #FFF;
    margin-left: 5px;
    margin-right: 5px;
  }

  input[type="button"]:hover {
    border: 1px solid rgba(60, 60, 60, 0.8) !important;
    background: #F00 !important;
  }

  select#sloc {
    height: 35px;
    margin-top: 8px;
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
  }

  textarea {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    clear: both;
    border: 1px solid black;
    border-radius: 1px;
    display: block;
  }

  .button_holder {
    width: 98%;
    margin: 30px auto 10px;
    display: table;
  }

  /* ---------- Mobile radio buttons ---------- */
  .container {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid black;
  }

  .four {
    width: 49%;
    max-width: 49%;
  }

  .col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
  }

  .col:first-of-type {
    margin-left: 0;
  }

  .cf:before,
  .cf:after {
    content: " ";
    display: table;
  }

  .cf:after {
    clear: both;
  }

  .cf {
    *zoom: 1;
  }

  #AUTO .plan {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #AUTO .plan #ftx1 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }

  #AUTO .plan input {
    display: none;
  }

  #AUTO label {
    position: relative;
    color: #fff;
    background-color: #aaa;
    font-size: 19px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #AUTO .plan label.four.col {
    float: none !important;
    display: inline-block !important;
    width: 80px;
    max-width: 80px;
    margin: 0 5px;
    vertical-align: top;
    font-size: 12px;
    min-height: 20px;
    border-radius: 4px;
  }

  #AUTO .plan input:checked + label {
    border: 2px solid #333;
    background-color: red !important;
    color: #fff;
  }

  #AUTO .plan input:checked + label:after {
    content: "\2713";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #000;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
  }

  /* ---------- Mobile Google map marker / InfoWindow ---------- */
  #map1 {
    width: 99%;
    height: 700px;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  #mapholder,
  #map1 {
    position: relative;
    overflow: hidden;
  }

  .hidcord {
    display: none;
  }

  .gm-style-iw,
  .gm-style-iw-c,
  .gm-style-iw-d {
    max-height: none !important;
    overflow: visible !important;
  }

  .gm-style-iw-c {
    width: 95vw !important;
    max-width: 370px !important;
    height: auto !important;
    min-height: 240px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-color: #666 !important;
    overflow: visible !important;
  }

  .gm-style-iw-d {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .gm-style-iw-chr {
    height: 30px !important;
    max-height: 30px !important;
  }

  .gm-ui-hover-effect {
    all: unset !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 9999 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 1 !important;
  }

  .gm-ui-hover-effect span,
  .gm-ui-hover-effect svg {
    display: none !important;
  }

  .gm-ui-hover-effect::after {
    content: "X";
  }

  .gm-style-iw-t::after,
  .gm-style-iw-tc::after {
    display: none !important;
  }

  .map_mark {
    position: relative;
    background-color: #666;
    overflow: visible !important;
    border-radius: 10px;
  }

  .map_mark::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #666;
    z-index:;
  }

  .map_mark .bui_hold1,
  #map1 .bui_hold1 {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 190px;
    overflow: visible !important;
    margin: 0;
    padding: 10px 10px 24px 10px;
    border-radius: 10px;
    background-color: #666;
    color: black;
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .map_mark .info_sec,
  #map1 .info_sec {
    width: 99%;
    display: table;
  }

  .map_mark .bui_name,
  #map1 .bui_name {
    float: left;
    width: 75%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px !important;
    color: white;
    padding: 2px !important;
    display: table;
  }

  .map_mark .geo_info,
  #map1 .geo_info {
    float: right;
    width: 15%;
    padding: 2px !important;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .map_mark .geo_dis,
  .map_mark .geo_time,
  #map1 .geo_dis,
  #map1 .geo_time {
    color: #5bee5d;
    display: table;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .map_mark .bui_info,
  #map1 .bui_info {
    color: #FFF;
    overflow: hidden;
    position: relative;
    width: 72%;
    min-height: 120px;
    padding-top: 5px;
    display: block;
  }

  .map_mark .label,
  #map1 .label {
    font-size: 8px;
    text-align: center;
    padding: 3px;
    color: #5bee5d;
    font-weight: bold;
  }

  .map_mark .dir_addy,
  #map1 .dir_addy {
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    display: table;
    margin: 3px;
    width: 95%;
  }

  .con_info {
    margin-top: 5px;
    width: 45%;
    color: #FFF;
    position: relative;
    display: inline-block;
  }

  .dir_info {
    width: 45%;
    position: relative;
    color: #FFF;
    display: inline-block;
    margin: 2px;
  }

  .pho_num,
  .fax_num,
  .dir_btn,
  .str_rew {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    position: relative;
    width: 100%;
    display: table;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pho_num a,
  .dir_btn a,
  .str_rew a {
    text-decoration: none;
    color: white;
  }

  .map_mark .bui_pic,
  #map1 .bui_pic {
    overflow: hidden;
    position: absolute;
    bottom: 18px;
    right: 10px;
    width: 24%;
    min-height: 110px;
    text-align: center;
    font-size: 10px;
    color: #5bee5d;
  }

  .map_mark .man_pic,
  #map1 .man_pic {
    height: 75px;
    width: 75px;
    padding-top: 6px;
    margin: 0 auto;
    background-size: cover;
  }

  .map_mark .man_pic img,
  #map1 .man_pic img {
    margin: 0 auto;
    background-size: cover;
    height: 100%;
    width: 100%;
    max-width: 130px;
  }

  .map_mark .man_name,
  #map1 .man_name {
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 2px;
  }
}
