/* Get in Touch */

.getintouchsection
{
  padding-bottom: 30px;
  background-color: #f8f6f7;
}

.btngetintouch
{
  background-color: #000;
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
}


.getintouch .close
{
    font-size: 2rem;
    font-family: 'optima-regular';
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 17px;
    cursor: pointer;
}


.contact1 .contact-flex {
  display: flex;
  flex-wrap: nowrap; 
  justify-content: space-between;
  align-items: center;
  gap: 150px;
}


.contact1 .contact2 {
  flex: 1 1 60%; 
  max-width: 60%;
  box-sizing: border-box;
}


.contact1 .call-section {
  flex: 1 1 35%; 
  max-width: 35%;
  box-sizing: border-box;
}

.getintouchform form
{margin-top:30px;
width:95%;
margin-left:auto;
margin-right:auto;
}

.getintouchform .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;

  border-bottom: 1px solid #ccc;
}

.getintouchform .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.getintouchform button {
  background-color: #aa863f;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0px;
    font-size: 19px;
    width: 175px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
}

/*** Get In Touch Ends  ***/

/* Map */

.map
{
  padding-left: 20px;
    padding-right: 20px;
}


/* CTA Links */
.ctalinks
{
  display: flex;
  padding:60px 10px;
  align-items: center;
    justify-content: space-evenly;
}

.ctalinks a
{
  color: #aa863f;
    position: relative;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #aa863f;
    padding: 10px 15px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'optima-bold';
    font-size: 18px;
    letter-spacing: 1px;
}

.ctalinks a.active
{
  background-color: #aa863f;
  color:#fff;
}


.map iframe{
  width: 100%;
}

/* CTA Links Ends */


.call2 {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px; 
  border-radius: 10px;
}

.call2 h2 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}





.call2 a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.head2{
  display: flex;
    align-items: left;
    justify-content: center;
    gap: 10px;
}


.call2 p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 5px;
}


.call2 p strong {
  font-weight: bold;
  color: #333;
}

@media (max-width: 768px){
  .map iframe{
    width: 100%;
    height: 461px;
  }

  .ctalinks {
      flex-direction: column;
  }

  .ctalinks a {
      width: 100%;
      max-width: 210px;
  }

  .contact1 .contact-flex {
    gap: 30px;
    flex-direction: column;
  }
  .contact1 .contact2 {
      max-width: 100%;
  }
  .contact1 .call-section {
      flex: 1 1 100%;
      max-width: 100%;
  }

  .contact1 .call-section.navlink {
      width: 100%;
  }


}