.breadcrumb-title h2 {
    font-size: 52px;
}

.contact-form {
    padding-top: 40px;
    padding-bottom: 50px;
}

.form-title{
    text-align: center;
}

.form-title h2, .form-title h3{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.form-title p{
    font-family: 'Poppins', sans-serif;
}

.form-title h2 {
    font-size: 36px;
}

.form-title h3 {
    font-size: 30px;
    color: #f51017;
    padding: 15px 0;
}

.form-title p {
    font-size: 18px;
}

.contact_forms{
    width: 840px;
    margin: 0 auto;
}

.contact_forms .name label {
    display: block;
    color: #000;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.contact_forms .name input, .contact_forms .name textarea {
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #0000008f;
    margin-bottom: 20px;
}

.submit button {
    background: #ff0000;
    width: 200px;
    border: none;
    padding: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}

.g-recaptcha {
    margin-bottom: 25px;
}
/* Start Responsive Css Code  */


/********************************************************/
/* lg devices **********************************/
/***/  
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .contact-form {
        padding-top: 45px;
        padding-bottom: 65px;
    }
    
    .contact_forms {
        width: 100%;
        padding-top: 20px;
    }

    .form-title h2 {
        font-size: 36px;
        line-height: 1.5;
    }

    .form-title h3 {
        font-size: 32px;
    }
}
  
/********************************************************/
/* md devices **********************************/
/********************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .contact-form {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .contact_forms {
        width: 100%;
        padding-top: 20px;
    }

    
    .form-title h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .form-title h3 {
        font-size: 26px;
    }

    .form-title p br{
        display: none;
    }

}
  

/********************************************************/
/* xs devices **********************************/
/********************************************************/
@media (max-width: 767px){

    .contact_forms {
        width: 100%;
        padding-top: 20px;
    }

    .contact-form {
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .form-title h2{
        font-size: 21px;
        line-height: 1.5;
    }

    .form-title h3{
        font-size: 20px;
    }

    .form-title p {
        font-size: 16px;
    }

    .form-title p br{
        display: none;
    }

    .submit button {
        width: 135px;
        padding: 15px;
        font-size: 18px;
    }

    .contact_forms .name input, .contact_forms .name textarea {
        margin-bottom: 35px;
    }
        
    .g-recaptcha{
        margin-bottom: 35px;
    }

}
   

/********************************************************/
/* sm devices **********************************/
/********************************************************/

@media only screen and (min-width: 576px) and (max-width: 767px){

    
}
  