.about-wrap{
    margin-top: 1.4em;
    padding: 1em;
}
.flex{
   width: 100%;
   justify-content: center;
   margin-bottom: 1em;
}
.about-wrap h1{
    color: var(--red);
}
.contact-bar-about a{
  display: block;
    color: white;
  
    border-radius: 4px;
    letter-spacing: 3px;
    margin: 10px 0;
 

}
.about-wrap{
    width: 65%;
}
.form-section{
    width:35%;
}
.contact-bar-about a:hover{
    color: white;
    text-decoration: underline;
}
.contact-bar-about{
    display: flex;
    flex-direction: column;
   align-items: center;
   gap:0;
    background-color: var(--blue);
    padding: 1em 0;
    display: none;
}
.contact-bar-about h2{
    color: white;
    margin: 0;
    margin: .3em;
    text-align: center;
}
.contact-bar-about p{
    color: yellow;
    letter-spacing: 3px;
    font-size: 1.3em;
    margin: .3em;
}
.email-wrap{
    overflow: none;
}
/* form */
#form-section{
 padding: 2em;
   width: 100%;
      display: flex;
    align-items: center;
}

.contact-details-wrap {
    background-color: var(--blue);
    width: 80%;
    border-radius: 5px;
 
  background-color: var(--backgroud-light-gray);
}

.contact-details-wrap {
    display: flex;
    flex-direction: column;
    gap: .4em;
    color: white;
}

.contact-detail-flex div:nth-child(3) {
    border-bottom: lightgray 2px solid;
    border-top: lightgray 2px solid;
    padding: .4em 0;
    width: 80%;
    margin-top: .4em;
}

.contact-detail-flex {
    display: flex;
    flex-direction: column;
    gap: .4em;
}

.contact-form-wrap {
    width: 100%;
    background-color: var(--backgroud-light-gray);
    margin: 0 auto;
}

.contact-form-wrap,
.contact-details-wrap {
    padding: 2em;
}

.consent {
    display: flex;
    gap: 10px;
}

.personal-infomation input {
    width: 100%;
    padding: 12px;
    margin: .4em 0;
    border: 2px solid var(--blue);
    border-radius: 8px;
}

.personal-infomation input:focus {
    outline: 2px solid white;
}

.btn-flex button {
    color: white;
    background-color: var(--red);
    padding: 8px 12px;
    border: none;
    letter-spacing: 2px;
    border-radius: 4px;
}

.btn-flex {
    display: flex;
    justify-content: center;
    width: 100%;
}

#formMessage {
    padding: .5em;
    min-height: 100px;
}

.Enquiry {
    margin-bottom: .4em;
}

.form-title {
    color: #113047;
    font-size: 1.3em;
}

.form-bottom {
    display: flex;
    flex-direction: column;
}

.consent label p {
    font-size: .5em;
}

.line {
    border-top: 2px gainsboro solid;
    width: 80%;
}

.line-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}


@media (max-width: 800px){
    .flex{
        flex-direction: column;
    }
    .about-wrap{
    margin-top: .5em;
    padding: 1em;
    flex-direction: column;
    width: 100%;
}

    .contact-bar-about{
    display: flex;
    flex-direction: column;
   align-items: center;
   gap:0;
    background-color: var(--blue);
    padding: 1em 0;
    display: block;
        text-align: center;
}
.contact-bar-about h2{
    color: white;
    margin: 0;
    margin: .3em;
    text-align: center;
    font-size: 1em;
}

.contact-bar-about a{
    margin: .2em 0;
    text-align: center;
}
.contact-form-wrap {
    width: 100%;
   
}

#form-section{
 padding: 0em;
   width: 100%;
}

.contact-details-wrap {
   
    width: 100%;

 

}

}