/*=============================================
        THEME ONE MEDIA QUERIES CSS
==============================================*/

@media  (max-width: 1199px){
.state_form input {
    width: 31%;
}
    .site .container{
        width: auto;
    }
    .banner_text {
    padding-left: 0;
}

.banner_div h2 {
    font-size: 52px;
}
.left_inner {
    width: 100%;
}
.form_div {
    width: 100%;
}
.personal_ing h3 {
    font-size: 20px;
}
.testi_left h2 {
    font-size: 33px;
}
}

@media  (max-width: 900px){
    .left_inner {
    padding: 0 20px;
}

.right_form {
    height: 600px;
}
    .banner_div .row_mt {
    padding: 0;
}
.banner_div h2 {
    font-size: 45px;
}
.banner_div h3 {
    font-size: 22px;
}
.banner_text {
    padding-left: 0;
}
.home_content_list li {
    font-size: 18px;
}
    .banner_div .text-img {
        margin: 22px 0 0;
    }
    .banner_button .form_btn {

    }
    .image_text_content {
        margin: 0 auto;
        display: block;
    }
    .entry-content h1 {
        font-size: 28px;
    }
    .entry-content h2 {
        font-size: 28px;
    }
    .form_btn {

    }


}

@media  (max-width: 767px){
.banner_div h2 {
    font-size: 38px;
}
.banner_div h3 {
    font-size: 19px;
}
.footer_head {
    font-size: 25px;
}
.home_content_list li {
    font-size: 17px;
}
.left_form h2 {
    font-family: 'Merriweather-Regular';
    font-size: 36px;
}
.right_form {
    height: 554px;
}

.testi_left h2 {
    font-size: 33px;
    text-align: center;
}
    .header_div {
        text-align: center;
    }
    .header_div h2 {
        font-size: 30px;
        text-align: center;
        margin: 20px 0 0;
    }

    .form_section {
        width: 100%;

    }
    .banner_button .form_btn {

    }
    .form_box{
        margin-bottom: 12px;
    }
    .form_btn {
        margin: 10px auto 0;
    }
    .footer{
        padding: 30px 0;
    }
    .footer p {
        text-align: center;
    }
    .footer ul {
        float: none;
        margin: 10px 0 0;
        text-align: center;
    }
    .footer li{
        float: none;
    }
    .header_div img{
        float: none;
    }
.thankyou .form_div {
    width: 100%;
    float: none;
    margin: 0 auto;
}
}

/* #2- Regular sized laptops */
@media  (max-width: 480px){
    .hide-desktop img{
            width: 232px;
    }
    .hide-desktop {
    display: block;
}

    .left_form {
    padding: 45px 0 45px!important;
}
.right_form {
    padding: 45px 30px 21px!important;
}
.banner_div h2 {
        line-height: 41px;
    font-size: 34px;
}
.testi_left img {
    float: none;
    display: block;
    margin: 0 auto 0;
}
.banner_div h3 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
}
.footer_head {
    font-size: 22px;
}
.home_content_list li {
    font-size: 17px;
    line-height: 23px;
}
    body{
        font-size: 14px !important;
    }
    .thank-div{
        padding: 50px 0;
    }
    .hide-480{
        display: none;
    }
    .fulwidth{
        width: 100% !important;
    }
    .banner_div .text-img {
        margin: 0 0 15px;
    }
    .banner_button {
        margin-bottom: 20px;
    }
   .left_form h2 {
    font-size: 26px;
}

.testi_left h2 {
    font-size: 26px;
}
.personal_ing h3 {
        font-size: 18px;
    line-height: 25px;
}
    .entry-content h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .inner_text {
        font-size: 16px;
    }
    .entry-content li {
        font-size: 14px;
        margin: 0 0 4px;
    }
    .image_text_content {
        margin-bottom: 10px;
    }
    .inner_text_box_heading {
        margin: 5px 0px 10px !important;
    }
    .entry-content h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .form_section {
        width: 100%;
        padding: 15px;
    }
    .form_section p {
        font-size: 15px;
        margin: 10px 0 0;
    }
    .form_widget {
        padding: 0px;
    }
    .form_btn {
        width: 100%;
        font-size: 20px;
        padding: 10px 0;      
    }
.header_div img {
    width: auto;
}
}













