#inner-page-wrapper{
    margin-bottom: 0px;
}
#inner-page-wrapper > .container{
    width: 100%;
    padding: 0;
}
#hp-coastc {
    background: none !important;
}
#hp-countc{
    background: none !important;
}
.about-form{
    margin-bottom: 20px;
}
.about-form .custom-container{
    background: #034940;
    padding: 90px 0px 80px;
}
.about-form .countc-title{
    filter: brightness(0) invert(1);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 53px;
}
.about-form .form-container{
    max-width: 744px;
    margin: auto;
    margin-top: 55px;
    border: 1px solid white;
    padding: 50px;
    width: 100%;
}
.field-container{
    width: 100%;
    position: relative;
    font-size: 0;
    margin-bottom: 40px;
}
.sidebyside{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.field-wrap{
    width: 100%;
    position: relative;
    font-size: 0;
}
.field-wrap > label{
    font-family: var(--font-family-default);
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.field-wrap span{
    width: 100%;
    position: relative;
    font-size: 0;
}
.field-wrap input, .field-wrap textarea{
    background: none;
    border: none;
    border-bottom: 1px solid white;
    height: 40px;
    width: 100%;
    font-family: var(--font-family-default);
    font-size: 15px;
    font-weight: 400;
    color: white;
}
.field-wrap textarea{
    height: 60px;
    resize: none;
}
.field-submit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.field-submit .wpcf7-spinner{
    position: absolute;
}
.field-submit input{
    font-size: 20px;
    font-family: var(--font-family-default);
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    background: none;
    border: none;
}
.about-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: white;
}

@media only screen and (max-width: 991px){
    .about-form .form-container {
        width: 95%;
    }
    .sidebyside{
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px){
    .about-form .form-container {
        width: 90%;
        padding: 50px 15px;
    }
}