/* CONTACT US*/
.contact-active a{
    color:var(--active-menu);
}
.recaptcha-error-mobile{
    display: none;
}
.contact-us-sec-1 h2 {
    color:black;
    font-size: 1.8rem;
}

.contact-us-sec-1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}

.club-contact-details{
    flex:1;
}

.club-contact-details h2{
    font-size: 1.5rem;
}

.contact-us_form {
    flex: 1;
    background-color:rgb(238, 239, 241);
    padding-bottom: 1rem;
}

.club-contacts {
    flex:1;
    padding-left: 5%;
}

.contact-us_text{
    padding-top: .625rem;
}

.contact-us_text h2{
    text-align: center;
}

.contact-us_text p{
    text-align: center;
}

.form{
    text-align: center;
}

input[type=radio] {
    margin-right: .625rem;
}

.inputwrapper {
    margin-bottom: .625rem;
}

.form-group {
    margin-bottom: .625rem;
}

input[type=text], input[type=email] , textarea{
    padding: .8rem 1.25rem;
    width: 70%;
    font-size: 0.85rem;
}

.g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}




@media (max-width: 1367px){


}
    

@media (max-width: 1025px){


    
}


@media (max-width: 950px){    



}

@media (max-width: 900px){
    .contact-us-sec-1 {
        width: 70%;
    }
    .recaptcha-error-mobile{
        display: block;
        margin-left: 15%;
    }

    .contact-us-sec-1 {
        display: block;
        text-align: center;
        padding-top: 1.25rem;
    }

    .contact-us_form {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

}


@media (max-width: 700px){


}



@media (max-width: 500px){
    .contact-us-sec-1 {
        width: 95%;
    }

}


@media (max-width: 400px){

}



