.map-contac-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    gap: 24px;
}


.location-col {
    width: 50%;
    text-align: left;
}
.black-text{
  color: #333;
}

.contact-form{
      /* max-width:500px; */
      margin:auto;
      background:#fff;
      padding:25px;
      border-radius:10px;
      box-shadow:0 0 10px rgba(0,0,0,0.1);
    }

    .contact-form h2{
      text-align:center;
      margin-bottom:20px;
    }
input::placeholder, textarea::placeholder {
    font-family: 'Inter';
	font-weight: 400;
}

    .form-group{
      margin-bottom:15px;
    }

    .form-group label{
      display:block;
      margin-bottom:5px;
      font-weight:600;      
    text-align: left;
    }
    .black-text label{
      color: #333;
    } 
    .white-text label{
      color: #fff;
    }
    .form-group input,
    .form-group textarea{
      width:100%;
      padding:12px;
      border:1px solid #ccc;
      border-radius:5px;
      font-size:14px;
	  box-sizing: border-box;
    font-family: 'Inter';
	font-weight: 400;
    }

    .form-group textarea{
      resize:vertical;
      height:100px;
	  resize: none;
    }

    .btn-submit{
      width:100%;
      background:#1f4d4d;
      color:#fff;
      border:none;
      padding:14px;
      font-size:16px;
      border-radius:5px;
      cursor:pointer;
      font-weight: 700;
    }

    .btn-submit:hover{
      background:#7a0000;
    }
    

/* Conformation Text */
h2.ftr-success-msg {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
   
}
/** Elizabethton **/
.bottom-gap{
    padding-bottom: 16px;
}
/** kingsport **/
.kingsport-contact{
    margin: 0;
}





/* Thank you page */

.thank-youPage {
    background: #7a0000;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;

    text-align: center;
}

.ftr-success-msg-div {
    max-width: 600px;
    padding: 20px;
}

.ftr-success-msg {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.thank-youPage p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.thank-youPage .ftr-success-msg-div .btn-submit:hover{background-color: #fff; color: #7a0000;}




    /* Responsive */
    @media only screen and (max-width: 767px){
      .map-contac-sec {
        flex-direction: column;
      }
      .location-col {
      width: 100%;
    text-align: center;
}
    }